-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 848 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": "vite-vue3-tailwind-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"firebase": "^9.6.6",
"firebaseui": "^6.0.0",
"unplugin-vue-components": "^0.16.0",
"vca-firebase": "^0.2.0",
"vue": "^3.2.20",
"vue-router": "^4.0.12",
"vuefire": "^2.2.5"
},
"devDependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.4.0-alpha.1",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/tailwindcss": "^2.2.1",
"@vitejs/plugin-vue": "^1.9.3",
"autoprefixer": "^10.3.7",
"tailwindcss": "^3.0.0-alpha.1",
"vite": "^2.6.10",
"vite-fs": "0.0.2"
}
}