generated from ooooorobo/react-mobile-web-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-mobile-web-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"netlify-deploy": "next build && next export",
"lint": "./node_modules/.bin/eslint src --ext .ts,.tsx",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"cypress-open": "npx run cypress open",
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@netlify/plugin-nextjs": "3.9.2",
"antd": "4.16.13",
"axios": "0.24.0",
"dayjs": "1.10.7",
"mobx": "6.3.5",
"mobx-react": "7.2.1",
"next": "11.1.2",
"next-plugin-antd-less": "1.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-image-gallery": "1.2.7",
"styled-components": "5.3.3"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "6.3.12",
"@storybook/addon-essentials": "6.3.12",
"@storybook/addon-links": "6.3.12",
"@storybook/addon-viewport": "6.3.12",
"@storybook/preset-ant-design": "0.0.2",
"@storybook/react": "6.3.12",
"@types/react": "17.0.33",
"@types/styled-components": "5.1.15",
"@typescript-eslint/eslint-plugin": "5.2.0",
"@typescript-eslint/parser": "5.2.0",
"babel-loader": "8.2.3",
"babel-plugin-import": "1.13.3",
"babel-plugin-styled-components": "1.13.3",
"cypress": "9.1.0",
"cypress-localstorage-commands": "1.6.1",
"cypress-react-selector": "2.3.13",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "2.4.1",
"react-is": "17.0.2",
"typescript": "4.4.4",
"webpack-bundle-analyzer": "4.5.0"
}
}