-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "ui",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev"
},
"dependencies": {
"@types/lodash.isempty": "^4.4.6",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"antd": "^4.5.4",
"array-move": "^3.0.1",
"lodash.isempty": "^4.4.0",
"nanoid": "^3.1.12",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-resizable": "^1.10.1",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^1.11.0",
"source-map-support": "^0.5.19",
"undux": "^5.2.0",
"virtualizedtableforantd4": "^1.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"electron": "^9.2.0",
"electron-webpack": "^2.8.2",
"electron-webpack-eslint": "^6.0.0",
"electron-webpack-ts": "^4.0.1",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"typescript": "^3.9.7",
"webpack": "^4.44.1"
},
"electronWebpack": {
"whiteListedModules": [
"undux",
"react-router-dom",
"react-select",
"antd",
"virtualizedtableforantd4"
]
}
}