-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
44
45
46
47
{
"name": "nuxt3-ui-starter",
"type": "module",
"version": "1.2.0",
"private": true,
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"generate:preview": "nuxt generate && nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "vue-tsc --noEmit && npx nuxi typecheck"
},
"dependencies": {
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.20.0",
"@pinia/nuxt": "^0.9.0",
"@sidebase/nuxt-auth": "^0.10.0",
"nuxt": "^3.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/mdi": "^1.2.2",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"typescript": "^5.7.2",
"vue-tsc": "^2.2.0"
},
"pnpm": {
"overrides": {
"cookie@<0.7.0": ">=0.7.0",
"next-auth@<4.24.5": ">=4.24.5",
"next@>=10.0.0 <14.2.7": ">=14.2.7",
"next@>=13.4.0 <14.1.1": ">=14.1.1",
"next@>=9.5.5 <14.2.15": ">=14.2.15"
}
}
}