forked from TheWANDatabase/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update-types": "npx supabase gen types typescript --project-id \"$PROJECT_REF\" > types/supabase.ts"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"eslint": "^8.47.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.6.5",
"nuxt-simple-sitemap": "^3.2.5",
"typescript": "^5.1.6"
},
"dependencies": {
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/supabase": "^1.0.0",
"d3": "^7.8.5",
"node-cache": "^5.1.2",
"node-webvtt": "^1.9.4",
"nuxt-icon": "^0.4.2",
"postgres-bytea": "^3.0.0",
"uuid": "^9.0.0",
"v3-infinite-loading": "^1.3.1",
"vue3-youtube": "^0.1.9"
}
}