-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 789 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 789 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"generate-api-types": "source .env && npx openapi-typescript \"${SUPABASE_URL}/rest/v1/?apikey=${SUPABASE_KEY}\" --output types/supabase.ts"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.4.2",
"@nuxtjs/supabase": "^0.1.19",
"@types/luxon": "^3.0.0",
"nuxt": "3.0.0-rc.6",
"tailwindcss": "^3.1.6"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"@mdi/js": "^7.0.96",
"@supabase/supabase-js": "^1.35.4",
"@vueuse/core": "^9.1.0",
"date-fns": "^2.29.1",
"date-parrot": "^0.0.23",
"luxon": "^3.0.1",
"mdi-vue": "^3.0.13",
"vuedraggable": "^4.1.0"
}
}