forked from MiqueiasFernandes/GeneAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 875 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 875 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
{
"name": "vite-vue3-tailwind-starter",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@vueuse/head": "^0.8.2",
"axios": "^1.1.3",
"d3": "^7.6.1",
"firebase": "^9.12.1",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"unplugin-auto-import": "^0.11.1",
"unplugin-vue-components": "^0.22.4",
"unplugin-vue-router": "^0.1.1",
"vite": "^3.0.5"
}
}