forked from nuxt/examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 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
29
30
31
32
33
34
35
{
"name": "nuxt-examples",
"private": true,
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "turbo run build --concurrency 80% && node .scripts/build.mjs",
"lint": "eslint",
"lint:fix": "eslint --fix",
"typecheck": "node .scripts/typecheck.mjs"
},
"devDependencies": {
"@nuxt/cli": "^3.33.1",
"@nuxt/eslint": "^1.15.2",
"@nuxt/eslint-config": "^1.15.2",
"@types/node": "^24.12.0",
"consola": "^3.4.2",
"eslint": "^9.39.4",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"tinyexec": "^1.0.2",
"tinyglobby": "^0.2.15",
"turbo": "2.8.14",
"typescript": "5.9.3",
"vue-tsc": "3.2.5"
},
"resolutions": {
"@nuxt/examples-ui": "workspace:*",
"@nuxt/kit": "4.1.3",
"nuxt": "4.1.0",
"vue": "3.5.29",
"@vue/shared": "3.5.29"
},
"packageManager": "pnpm@10.30.3"
}