-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "alkkis-pro",
"version": "0.5.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap-icons": "^1.8.3",
"datatables.net": "^1.12.1",
"datatables.net-buttons": "^2.2.3",
"datatables.net-dt": "^1.12.1",
"datatables.net-responsive-dt": "^2.3.0",
"date-fns": "^2.28.0",
"jquery": "^3.6.0",
"lodash": "^4.17.5",
"moment": "^2.22.0",
"qs": "^6.5.2",
"react": "^17.0.0",
"react-datepicker": "4.7.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.32.0",
"react-redux": "^7.0.0",
"react-router-dom": "^5.1.0",
"react-scripts": "^5.0.0",
"react-select": "^5.3.2",
"redux": "^4.0.0",
"redux-promise": "^0.5.3",
"sass": "^1.52.3"
},
"scripts": {
"start": "rm .env && ln .env_dev .env && react-scripts start",
"build": "rm .env && ln .env_prod .env && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}