-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.81 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
{
"name": "seacat-auth-webui",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node ./asab-webui/script/start.js",
"build": "node ./asab-webui/script/build.js"
},
"author": "",
"license": "GPL-3.0",
"description": "",
"browserslist": [
"defaults"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"argparse": "^2.0.1",
"assign-deep": "^1.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
"babel-polyfill": "^7.0.0-beta.3",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"css-mqpacker": "^7.0.0",
"cssnano": "^5.1.14",
"file-loader": "^6.2.0",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"interpolate-html-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.7.0",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-node-externals": "^3.0.0",
"window": "^4.2.7"
},
"dependencies": {
"@coreui/icons": "^1.0.1",
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"core-js": "3",
"date-fns": "^2.28.0",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.0.20",
"react": "^17.0.0",
"react-content-loader": "^6.2.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.1",
"react-i18next": "^11.7.2",
"react-json-view": "^1.21.1",
"react-qr-code": "^1.0.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-simple-tree-menu": "^1.1.18",
"reactstrap": "^8.4.1",
"redux": "^4.0.1"
}
}