forked from tianxingleo/ACGTI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 686 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 686 Bytes
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
{
"name": "aiti",
"private": true,
"version": "0.2.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"build:watch": "vite build --watch",
"dev:pages": "wrangler pages dev dist --d1=DB --port 8788"
},
"dependencies": {
"@unhead/vue": "^3.0.4",
"html-to-image": "^1.11.13",
"vue": "^3.5.32",
"vue-router": "^4.6.2"
},
"devDependencies": {
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"typescript": "~6.0.2",
"vite": "^8.0.4",
"vue-tsc": "^3.2.6",
"wrangler": "^4.83.0"
}
}