-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 806 Bytes
/
package.json
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
{
"name": "template-vite-vue-tailwind",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@nanostores/persistent": "^0.10.1",
"@nanostores/vue": "^0.11.0",
"@vueuse/head": "^2.0.0",
"nanostores": "^0.11.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.17"
}
}