-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.96 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/bridge.git"
},
"license": "MIT",
"scripts": {
"build": "FORCE_COLOR=1 pnpm run --filter './packages/**' prepack",
"build:stub": "pnpm run --filter './packages/**' prepack --stub",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:preview": "node ./playground/.output/server/index.mjs",
"dev:prepare": "pnpm build:stub && nuxi prepare playground",
"lint": "eslint .",
"release": "./scripts/release.sh && pnpm dev:prepare",
"test:fixtures": "pnpm dev:prepare && JITI_ESM_RESOLVE=1 vitest run --dir test",
"test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
"test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
"test:fixtures:webpack:dev": "TEST_BUILDER=webpack TEST_ENV=dev pnpm test:fixtures",
"test:unit": "vitest run --dir packages"
},
"devDependencies": {
"@nuxt/test-utils": "3.23.0",
"@types/semver": "7.7.1",
"changelogen": "0.6.2",
"consola": "^3.4.2",
"devalue": "5.6.3",
"eslint": "10.0.2",
"eslint-plugin-jsdoc": "62.7.0",
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-vue": "^10.8.0",
"execa": "9.6.1",
"globals": "^17.3.0",
"globby": "16.1.1",
"h3": "1.15.5",
"happy-dom": "^20.7.0",
"installed-check": "10.0.1",
"jiti": "2.6.1",
"knip": "5.85.0",
"neostandard": "^0.12.2",
"nuxi": "3.34.0",
"ofetch": "1.5.1",
"pathe": "^2.0.3",
"playwright-core": "1.58.2",
"semver": "7.7.4",
"std-env": "3.10.0",
"typescript-eslint": "^8.56.1",
"vitest": "4.0.18",
"vue": "2.7.16"
},
"resolutions": {
"@nuxt/bridge": "workspace:*",
"@nuxt/bridge-schema": "workspace:*",
"h3": "1.15.5",
"@nuxt/kit": "3.21.2",
"espree": "11.1.1",
"eslint-visitor-keys": "5.0.1"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@10.30.2"
}