-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 872 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": "starter-template-vite-vue3-sass-tailwind4-daisyui5",
"version": "1.0.0",
"description": "Vite + Vue 3 + Sass + Tailwind 4 + DaisyUI 5 template",
"author": "Martin Ille <ille.martin@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/martinille/starter-template-vite-vue3-sass-tailwind4-daisyui5.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --port 5173",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/vite": "^4.0.6",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"daisyui": "^5.0.0",
"postcss": "^8.5.2",
"sass": "^1.85.0",
"tailwindcss": "^4.0.9",
"vite": "^6.1.0"
}
}