-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 795 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 795 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
34
35
{
"name": "vue-vite-tailwind-template",
"version": "2.0.0",
"private": true,
"type": "module",
"prettier": {
"printWidth": 100,
"singleQuote": true,
"semi": true,
"trailingComma": "es5"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"type-check": "vue-tsc -b --noEmit"
},
"dependencies": {
"@vueuse/head": "^2.0.0",
"@vueuse/motion": "^3.0.3",
"lucide-vue-next": "^0.562.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
}
}