-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
33
34
35
36
37
{
"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.12",
"dayjs": "^1.11.5",
"leaflet": "^1.9.2",
"tippy.js": "^6.3.7",
"vue": "^3.2.40",
"vue-router": "^4.1.5",
"vue-virtual-scroller": "^2.0.0-alpha.1"
},
"devDependencies": {
"@headlessui/vue": "^1.7.2",
"@heroicons/vue": "^2.0.11",
"@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.12",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"unplugin-vue-router": "^0.2.1",
"vite": "^3.1.4",
"vue-tsc": "^0.40.13"
}
}