-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 5.32 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 5.32 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "nuxt-framework",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm --filter './packages/**' build",
"build:kit": "pnpm --filter @nuxt/kit build",
"build:stub": "pnpm dev:prepare",
"dev": "pnpm play",
"dev:prepare": "nuxt prepare",
"debug:dev": "rm -rf **/node_modules/.cache/jiti && pnpm nuxt dev",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"lint:docs": "markdownlint --ignore-path=.gitignore ./docs && case-police 'docs/**/*.md' *.md && node scripts/check-docs-links.mjs && eslint docs --cache",
"lint:docs:fix": "markdownlint --ignore-path=.gitignore ./docs --fix && case-police 'docs/**/*.md' *.md --fix && eslint docs --cache --fix",
"lint:knip": "knip",
"lint:knip:production": "knip --production",
"play": "nuxt dev playground",
"play:build": "nuxt build playground",
"play:generate": "nuxt generate playground",
"play:preview": "nuxt preview playground",
"test": "pnpm test:prepare && vitest run && pnpm test:types && pnpm typecheck",
"test:prepare": "node ./test/prepare.ts",
"test:fixtures": "pnpm test:prepare && vitest run --project 'fixtures:*'",
"test:fixtures:dev": "vitest run --project 'fixtures:vite-dev-*'",
"test:fixtures:webpack": "vitest run --project 'fixtures:webpack-*'",
"test:runtime": "vitest run --project nuxt --project nuxt-universal --project nuxt-legacy --project nuxt-dev --project nuxt-insensitive --project nuxt-sensitive",
"test:types": "node ./test/ensure-prepared.ts && pnpm --filter './test/fixtures/**' test:types",
"test:bundle": "pnpm build && vitest run bundle",
"test:no-jiti": "vitest run --project no-jiti",
"test:unit": "vitest run --project unit --project renderer",
"test:attw": "pnpm --filter './packages/**' test:attw",
"test:public-api": "pnpm --filter @nuxt/kit --filter @nuxt/schema build && node ./scripts/check-public-api.ts",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug",
"test:e2e:ui": "playwright test --ui",
"test:e2e:dev": "playwright test --project 'e2e-vite-dev'",
"test:e2e:webpack": "playwright test --project 'e2e-webpack-built'",
"test:engines": "installed-check --no-include-workspace-root --ignore-dev --workspace-ignore='test/**,playground' --workspace-ignore='packages/schema' -i cssnano -i rollup-plugin-visualizer -i unctx",
"test:engines:fix": "installed-check --no-include-workspace-root --ignore-dev --workspace-ignore='test/**,playground' --workspace-ignore='packages/schema' -i cssnano -i rollup-plugin-visualizer -i unctx --fix",
"typecheck": "vue-tsc --noEmit",
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxt prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
},
"devDependencies": {
"@arethetypeswrong/cli": "catalog:dev",
"@babel/core": "catalog:dev",
"@codspeed/core": "catalog:dev",
"@codspeed/vitest-plugin": "catalog:dev",
"@eslint/markdown": "catalog:dev",
"@flakiness/playwright": "catalog:dev",
"@flakiness/vitest": "catalog:dev",
"@nuxt/cli": "catalog:build",
"@nuxt/eslint-config": "catalog:dev",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "catalog:dev",
"@nuxt/webpack-builder": "workspace:*",
"@playwright/test": "catalog:dev",
"@rspack/core": "catalog:dev",
"@testing-library/vue": "catalog:dev",
"@types/babel__core": "catalog:dev",
"@types/node": "catalog:dev",
"@typescript-eslint/parser": "catalog:dev",
"@unhead/vue": "catalog:app-runtime",
"@vitest/coverage-v8": "catalog:dev",
"@vue/test-utils": "catalog:dev",
"acorn": "catalog:dev",
"case-police": "catalog:dev",
"consola": "catalog:build",
"defu": "catalog:build",
"devalue": "catalog:app-runtime",
"eslint": "catalog:dev",
"eslint-plugin-import-x": "catalog:dev",
"eslint-plugin-no-only-tests": "catalog:dev",
"eslint-plugin-perfectionist": "catalog:dev",
"eslint-typegen": "catalog:dev",
"exsolve": "catalog:build",
"fast-check": "catalog:dev",
"get-port-please": "catalog:build",
"h3": "catalog:dev",
"happy-dom": "catalog:dev",
"hookable": "catalog:app-runtime",
"installed-check": "catalog:dev",
"knip": "catalog:dev",
"magic-regexp": "catalog:dev",
"markdownlint-cli": "catalog:dev",
"nitro": "catalog:nitro-runtime",
"nitropack": "catalog:dev",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "catalog:dev",
"ofetch": "catalog:app-runtime",
"pathe": "catalog:build",
"pkg-pr-new": "catalog:dev",
"playwright-core": "catalog:dev",
"rollup": "catalog:dev",
"sherif": "catalog:dev",
"srvx": "catalog:nitro-runtime",
"std-env": "catalog:build",
"tinyexec": "catalog:dev",
"tinyglobby": "catalog:build",
"typescript": "catalog:dev",
"ufo": "catalog:build",
"verkit": "catalog:build",
"vite": "catalog:vite",
"vitest": "catalog:dev",
"vitest-environment-nuxt": "catalog:dev",
"vue": "catalog:app-runtime",
"vue-component-type-helpers": "catalog:vue",
"vue-router": "catalog:app-runtime",
"vue-tsc": "catalog:dev",
"webpack": "catalog:webpack"
},
"packageManager": "pnpm@12.3.4",
"version": ""
}