forked from tvwenger/du-factory-generator
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.2 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
{
"private": true,
"scripts": {
"start": "webpack-dev-server --config webpack.dev.config.js",
"build": "webpack --config webpack.prod.config.js"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.18.2",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-svg-pan-zoom": "^3.10.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/ramda": "^0.27.62",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"clean-webpack-plugin": "^4.0.0",
"css-minimizer-webpack-plugin": "^3.3.1",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "^2.5.1",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"tslint-react-hooks": "^2.2.2",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
}
}