-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 964 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
35
36
{
"name": "everythought-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@supabase/supabase-js": "^1.24.0",
"dotenv": "^10.0.0",
"notiwind": "^1.2.3",
"vue": "^3.2.20",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@types/tailwindcss": "^2.2.1",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.2.6",
"autoprefixer": "^10.3.7",
"netlify-cli": "^6.10.4",
"tailwindcss": "^2.2.16",
"unplugin-icons": "^0.12.14",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.5",
"vite-plugin-fonts": "^0.2.2",
"vite-plugin-pwa": "^0.11.3"
}
}