-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 1.95 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
{
"name": "adminltets",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && npm run obfuscate",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"obfuscate": "node ./script/obfuscate.js",
"purgecss": "node ./script/purgecss.js"
},
"dependencies": {
"ant-table-extensions": "^2.0.0",
"antd": "^5.12.7",
"axios": "^1.6.4",
"crypto-js": "^4.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "^18.2.0",
"react-number-format": "^5.3.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.1",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.10",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@types/crypto-js": "^4.1.2",
"@types/node": "^20.7.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/redux": "^3.6.0",
"@types/redux-form": "^8.3.5",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"javascript-obfuscator": "^4.1.0",
"path": "^0.12.7",
"prettier": "^3.0.3",
"purgecss": "^5.0.0",
"react-loading-skeleton": "^3.4.0",
"typescript": "^5.0.2",
"vite": "^5.0.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-compression2": "^0.10.5",
"vite-plugin-html": "^3.2.1",
"vite-plugin-pwa": "^0.17.4"
}
}