-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.88 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
{
"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.8.1",
"eslint": "9.39.4",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-jsdoc": "63.0.7",
"eslint-plugin-unicorn": "^65.0.1",
"eslint-plugin-vue": "^10.9.2",
"execa": "9.6.1",
"globals": "^17.6.0",
"globby": "16.2.0",
"h3": "1.15.11",
"happy-dom": "^20.10.6",
"installed-check": "10.0.1",
"jiti": "2.7.0",
"knip": "6.17.1",
"neostandard": "^0.13.0",
"nuxi": "3.36.0",
"ofetch": "1.5.1",
"pathe": "^2.0.3",
"playwright-core": "1.61.0",
"semver": "7.8.5",
"std-env": "4.1.0",
"typescript-eslint": "^8.61.1",
"vitest": "4.1.9",
"vue": "2.7.16",
"vue-eslint-parser": "^10.4.1"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
},
"packageManager": "pnpm@10.34.4"
}