forked from lintendo/Axhub-Make
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "axhub-make",
"version": "0.2.5",
"private": true,
"description": "Axhub Make(AI 辅助生成原型工具)",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "node scripts/scan-entries.js && node scripts/build-all.js && node scripts/generate-dist-html.js",
"preview": "vite preview",
"test": "vitest --run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"check-ready": "node scripts/check-app-ready.mjs"
},
"devDependencies": {
"@ant-design/icons": "^6.1.0",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/uuid": "^11.0.0",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/ui": "^4.0.16",
"antd": "^6.1.2",
"echarts": "^6.0.0",
"execa": "^9.6.1",
"fast-check": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^4.1.18",
"terser": "^5.44.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^4.0.16",
"ws": "^8.18.3"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@types/formidable": "^3.4.6",
"@types/papaparse": "^5.5.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"extract-colors": "^4.2.1",
"formidable": "^3.5.4",
"lowdb": "^7.0.1",
"lucide-react": "^0.562.0",
"papaparse": "^5.5.3",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0"
}
}