generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
42
43
{
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"start:generate": "npx serve .output/public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.0",
"@iconify-json/carbon": "^1.1.20",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/twemoji": "^1.1.12",
"@nuxt/devtools": "^0.7.4",
"@nuxt/image": "^1.0.0-rc.1",
"@nuxthq/ui": "^2.7.0",
"@pinia/nuxt": "^0.4.11",
"@vueuse/nuxt": "^10.3.0",
"consola": "^3.2.3",
"eslint": "^8.46.0",
"nuxt": "^3.6.5",
"pinia": "^2.1.6",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@supabase/supabase-js": "^2.33.1",
"@vercel/node": "^3.0.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-preview": "^4.6.11",
"multer": "^1.4.5-lts.1",
"vue-filepond": "^7.0.3"
}
}