-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 850 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
{
"name": "vite2-vue3-tailwind2-starter",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@headlessui/vue": "^1.6.2",
"@heroicons/vue": "^1.0.6",
"@iconify/json": "^2.1.47",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vueuse/core": "^8.5.0",
"autoprefixer": "^10.4.7",
"firebase": "^9.8.1",
"pinia": "^2.0.14",
"tailwindcss": "^3.0.24",
"unocss": "^0.34.0",
"vite": "^2.9.9",
"vue": "^3.2.34",
"vue-router": "^4.0.15",
"windicss": "^3.5.4"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"fuse.js": "^6.6.2",
"motion": "^10.8.2"
}
}