-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
{
"name": "website-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"connected-react-router": "6.4.0",
"@craco/craco": "^5.8.0",
"craco-less": "^1.17.0",
"history": "4.9.0",
"lodash": "4.17.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"redux": "4.0.1",
"redux-object": "0.5.9",
"redux-persist": "5.10.0",
"redux-persist-seamless-immutable": "2.0.0",
"redux-saga": "1.0.2",
"redux-thunk": "2.3.0",
"recharts": "^1.8.5",
"reselect": "4.0.0",
"web-vitals": "^0.2.4",
"react-slick": "^0.27.13",
"slick-carousel": "^1.8.1",
"qs": "6.7.0",
"superagent": "5.0.5",
"json-api-normalizer": "0.4.14",
"nanoid": "2.0.1",
"antd": "^4.8.4"
},
"scripts": {
"start": "node ./node_modules/@craco/craco/bin/craco.js start",
"build": "node ./node_modules/@craco/craco/bin/craco.js build",
"test": "node ./node_modules/@craco/craco/bin/craco.js test",
"eject": "node ./node_modules/react-scripts/bin/react-scripts.js eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}