-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.65 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.65 KB
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
{
"name": "autopcr_web",
"private": true,
"version": "1.7.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.31.0",
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.14.0",
"@tanstack/react-router": "~1.19.2",
"@tanstack/router-devtools": "~1.19.2",
"@tanstack/router-vite-plugin": "~1.19.2",
"@types/node": "^20.11.25",
"axios": "^1.8.2",
"eslint-plugin-react": "^7.34.0",
"file-saver": "^2.0.5",
"javascript-obfuscator": "^4.1.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-geetest": "^5.0.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.0.1",
"rollup-plugin-obfuscator": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@chakra-ui/react-mcp": "^2.1.1",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.4.2",
"vite": "^5.4.21",
"vite-plugin-env-compatible": "^2.0.1"
}
}