34 lines
911 B
JSON
34 lines
911 B
JSON
{
|
|
"name": "vite-vue3-tailwind-starter",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/head": "^0.7.9",
|
|
"vue": "^3.2.38",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@headlessui/vue": "^1.6.7",
|
|
"@heroicons/vue": "^2.0.10",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"autoprefixer": "^10.4.8",
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.8.2",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"unplugin-vue-router": "^0.2.1",
|
|
"vite": "^3.1.0",
|
|
"vue-tsc": "^0.40.7"
|
|
}
|
|
}
|