-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.8 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
{
"name": "smartapp-dashboard",
"version": "1.0.0",
"private": true,
"dependencies": {
"@expressms/smartapp-sdk": "^1.4.0",
"@expressms/smartapp-ui": "^1.0.1",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.195",
"@types/node": "^12.0.0",
"@types/react": "^18.2.43",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.2.17",
"@types/react-redux": "^7.1.32",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.12",
"@types/redux-actions": "^2.6.5",
"@types/redux-persist": "^4.3.1",
"babel-loader": "8.1.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.20.1",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"reactjs-popup": "^2.0.5",
"redux": "^4.2.1",
"redux-actions": "^3.0.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"reselect": "^4.1.8",
"sass": "^1.52.2",
"slick-carousel": "^1.8.1",
"typescript": "^4.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"generate-json-webpack-plugin": "^2.0.0",
"react-app-rewired": "^2.2.1",
"zip-webpack-plugin": "^4.0.1"
}
}