-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "weshop",
"version": "0.1.0",
"private": true,
"homepage": "/app/weshop",
"dependencies": {
"allinlib": "^0.0.2",
"antd-mobile": "^2.2.9",
"formik": "^1.5.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"qrcode.react": "^0.9.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-lazy-load-image-component": "^1.3.2",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"react-sticky": "^6.0.3",
"react-visibility-sensor": "^5.0.2",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"start_v0": "react-scripts start",
"build_v0": "react-scripts build",
"test_v0": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-plugin-import": "^1.11.0",
"css-loader": "^2.1.1",
"customize-cra": "^0.2.12",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"react-app-rewired": "^2.1.1"
}
}