-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.19 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
{
"name": "react-wms",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fluentui/react": "^8.109.4",
"@grapecity/wijmo": "^5.20231.888",
"@grapecity/wijmo.react.input": "^5.20231.888",
"@popperjs/core": "^2.11.8",
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react": "^7.93.0",
"@sentry/webpack-plugin": "^2.10.2",
"@tanstack/react-table": "^8.10.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.9.0",
"axios": "^1.4.0",
"bootstrap": "^5.3.2",
"date-fns": "^2.30.0",
"devextreme": "23.2.4",
"devextreme-react": "23.2.4",
"env-cmd": "^10.1.0",
"exceljs": "^4.4.0",
"jquery": "^3.7.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.8.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.11.1",
"react-scripts": "^5.0.1",
"react-select": "^5.7.3",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"reactjs-popup": "^2.0.6",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.10.2",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "env-cmd -f .env.development react-scripts start",
"build:development": "env-cmd -f .env.development react-scripts build",
"build:production": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"devextreme-themebuilder": "23.2.4",
"dotenv": "^16.3.1",
"prettier": "^3.2.5",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
}
}