-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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
30
31
32
33
{
"name": "taro-card",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@vueuse/core": "^14.2.1",
"lucide-vue-next": "^1.0.0",
"openai": "^6.32.0",
"pinia": "^3.0.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.2",
"vue": "^3.5.26",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"naive-ui": "^2.44.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "^8.1.1",
"vue-tsc": "^3.2.6"
}
}