-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"dependencies": {
"@coreui/coreui": "^2.0.6",
"@coreui/coreui-pro": "^2.0.7",
"@fortawesome/fontawesome-free": "^5.7.2",
"axios": "^0.21.1",
"ckeditor4-react": "^1.2.0",
"jquery": "^3.5.0",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-query": "^3.5.5",
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/webpack": "^4.41.22",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-cli": "^3.2.3"
},
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors --mode production",
"watch": "webpack --config webpack.config.js --watch --mode development"
}
}