forked from wobsoriano/v-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
38
39
40
41
42
43
44
{
"name": "tailwind-dashboard",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.13",
"@supabase/supabase-js": "^2.2.3",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"firebase": "^9.15.0",
"primeicons": "^6.0.1",
"primevue": "^3",
"sass": "^1.57.1",
"supabase": "^1.29.6",
"vue": "^3.2.6",
"vue-router": "4",
"vuetify": "^3.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.0",
"@vue/compiler-sfc": "^3.2.6",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "^4.3.2",
"vite": "^2.5.1",
"vue-tsc": "^0.3.0"
},
"prettier": {
"singleQuote": true,
"semi": true
}
}