generated from ersankarimi/nuxt3-ui-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "nuxt3-ui-starter",
"type": "module",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"format": "eslint --fix .",
"typecheck": "vue-tsc --noEmit && npx nuxi typecheck"
},
"dependencies": {
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/supabase": "^1.4.3",
"@pinia/nuxt": "^0.6.1",
"@sidebase/nuxt-auth": "^0.9.4",
"nuxt": "^3.13.2",
"nuxt-icons": "^3.2.1",
"supabase": "^1.226.3",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
}
}