-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (94 loc) · 2.43 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@craco/craco": "^6.4.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.18.4",
"antd-mobile": "^5.9.5",
"antd-mobile-icons": "^0.2.2",
"antd-mobile-v2": "^2.3.4",
"node-sass": "^4.14.1",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"craco-less": "^2.0.0",
"prop-types": "^15.8.1",
"querystring": "^0.2.1",
"less": "^4.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2",
"zent": "^9.12.4",
"sass-loader": "^12.6.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"dev": "webpack-dev-server --devtool eval --progress --colors --content-base build --history-api-fallback"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-import": "^1.13.3",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.2",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.1",
"gh-pages": "^3.2.3",
"mockjs": "^1.1.0"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "craco.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ayccwhd/E-commerce-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayccwhd/E-commerce-demo/issues"
}
}