-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.94 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "logistics",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm run format && vite",
"build": "npm run format && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,ts,vue,jsx,tsx,json,css,scss,md}\""
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@ant-design/pro-components": "^2.8.10",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"ahooks": "^3.9.4",
"antd": "^5.27.1",
"axios": "^1.11.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"create-puzzle": "^3.0.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.18",
"framer-motion": "^12.23.12",
"lodash-es": "^4.17.21",
"node-puzzle": "^2.0.2",
"pdf-lib": "^1.17.1",
"rc-slider-captcha": "^1.8.1",
"react": "^19.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^19.1.1",
"react-flip-toolkit": "^7.2.4",
"react-router-dom": "^7.8.2",
"react-transition-group": "^4.4.5",
"sonner": "^2.0.7",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@iconify/json": "^2.2.378",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.34.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"less": "^4.4.1",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"unocss": "^66.4.2",
"vite": "^7.1.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.2"
}
}