-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 917 Bytes
/
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": "fantasy-football-wrapped",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.7",
"@vercel/analytics": "^1.1.1",
"apexcharts": "^3.49.1",
"flowbite": "^2.2.1",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"posthog-js": "^1.194.2",
"vue": "^3.3.11",
"vue3-apexcharts": "^1.4.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"vite": "^5.0.13",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vue-devtools": "^7.4.6",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
}
}