The front end for the FaaS project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
740 B

{
"name": "vite-vue3-tailwind-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.26.0",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/tailwindcss": "^3.0.8",
"@vitejs/plugin-vue": "^2.2.2",
"autoprefixer": "^10.4.2",
"prettier-plugin-tailwindcss": "^0.1.7",
"tailwindcss": "^3.0.23",
"vite": "^2.8.4"
}
}