-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.67 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.67 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
121
122
123
124
125
126
127
128
129
130
131
132
{
"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/**' prepack",
"build:stub": "pnpm dev:prepare",
"dev": "pnpm play",
"dev:prepare": "pnpm --filter './packages/**' build:stub && 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 && 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",
"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:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:types && pnpm typecheck",
"test:prepare": "jiti ./test/prepare.ts",
"test:fixtures": "pnpm test:prepare && vitest run --project fixtures",
"test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
"test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
"test:runtime": "vitest run --project nuxt --project nuxt-universal --project nuxt-legacy",
"test:types": "pnpm --filter './test/fixtures/**' test:types",
"test:bundle": "pnpm build && vitest run bundle",
"test:unit": "vitest run --project unit",
"test:attw": "pnpm --filter './packages/**' test:attw",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug",
"test:e2e:ui": "playwright test --ui",
"test:e2e:dev": "TEST_ENV=dev playwright test",
"test:e2e:webpack": "TEST_BUILDER=webpack playwright test",
"typecheck": "vue-tsc --noEmit",
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxt prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
},
"resolutions": {
"@nuxt/kit": "workspace:*",
"@nuxt/nitro-server": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@vue/compiler-core": "3.5.29",
"@vue/compiler-dom": "3.5.29",
"@vue/shared": "3.5.29",
"nuxt": "workspace:*",
"send": ">=1.2.1",
"vue": "3.5.29"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@babel/core": "7.29.0",
"@babel/helper-plugin-utils": "7.28.6",
"@codspeed/core": "5.2.0",
"@codspeed/vitest-plugin": "5.2.0",
"@eslint/markdown": "7.5.1",
"@nuxt/cli": "3.33.1",
"@nuxt/eslint-config": "1.15.2",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "4.0.0",
"@nuxt/webpack-builder": "workspace:*",
"@playwright/test": "1.58.2",
"@rspack/core": "1.7.7",
"@testing-library/vue": "8.1.0",
"@types/babel__core": "7.20.5",
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "24.11.0",
"@types/semver": "7.7.1",
"@typescript-eslint/parser": "8.56.1",
"@unhead/vue": "2.1.10",
"@vitest/coverage-v8": "4.0.18",
"@vue/test-utils": "2.4.6",
"acorn": "8.16.0",
"autoprefixer": "10.4.27",
"case-police": "2.2.0",
"changelogen": "0.6.2",
"consola": "3.4.2",
"cssnano": "7.1.2",
"defu": "6.1.4",
"destr": "2.0.5",
"devalue": "5.6.3",
"eslint": "9.39.3",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "5.6.0",
"eslint-typegen": "2.3.1",
"estree-walker": "3.0.3",
"get-port-please": "3.2.0",
"h3": "1.15.5",
"happy-dom": "20.8.3",
"installed-check": "10.0.1",
"jiti": "2.6.1",
"knip": "5.85.0",
"magic-regexp": "0.10.0",
"magic-string": "0.30.21",
"markdownlint-cli": "0.48.0",
"memfs": "4.56.11",
"nitropack": "2.13.1",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.3.0",
"ofetch": "1.5.1",
"pathe": "2.0.3",
"pkg-pr-new": "0.0.65",
"playwright-core": "1.58.2",
"rollup": "4.59.0",
"semver": "7.7.4",
"sherif": "1.10.0",
"srvx": "0.11.8",
"std-env": "4.0.0-rc.1",
"tinyexec": "1.0.2",
"tinyglobby": "0.2.15",
"ts-blank-space": "0.7.0",
"typescript": "5.9.3",
"ufo": "1.6.3",
"vite": "7.3.1",
"vitest": "4.0.18",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.29",
"vue-tsc": "3.2.5",
"webpack": "5.105.4"
},
"packageManager": "pnpm@10.30.3",
"version": ""
}