-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
156 lines (156 loc) · 5.27 KB
/
package.json
File metadata and controls
156 lines (156 loc) · 5.27 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"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/**' prepack --stub && pnpm --filter './packages/ui-templates' build && nuxt prepare",
"debug:prepare": "TIMINGS_DEBUG=true pnpm dev:prepare",
"debug:build": "TIMINGS_DEBUG=true pnpm build",
"debug:dev": "rm -rf **/node_modules/.cache/jiti && pnpm nuxt dev",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",
"lint:docs:fix": "markdownlint ./docs --fix && case-police 'docs/**/*.md' *.md --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: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": {
"@babel/core": "7.28.5",
"@babel/helper-plugin-utils": "7.27.1",
"@nuxt/cli": "3.30.0",
"@nuxt/kit": "workspace:*",
"@nuxt/nitro-server": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@rollup/plugin-commonjs": "28.0.6",
"@types/node": "24.10.1",
"@unhead/vue": "2.0.19",
"@vue/compiler-core": "3.5.25",
"@vue/compiler-dom": "3.5.25",
"@vue/shared": "3.5.25",
"c12": "3.3.2",
"compatx": "0.2.0",
"h3": "1.15.4",
"jiti": "2.6.1",
"magic-string": "0.30.21",
"nitropack": "2.12.9",
"nuxt": "workspace:*",
"postcss": "8.5.6",
"rollup": "4.53.3",
"send": ">=1.2.0",
"typescript": "5.9.3",
"ufo": "1.6.1",
"unbuild": "3.6.1",
"unimport": "5.5.0",
"unstorage": "1.17.3",
"vite": "7.2.4",
"vue": "3.5.25",
"vue-router": "4.6.3",
"webpack": "5.103.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
"@babel/core": "7.28.5",
"@babel/helper-plugin-utils": "7.27.1",
"@codspeed/core": "5.0.1",
"@codspeed/vitest-plugin": "5.0.1",
"@eslint/markdown": "7.5.1",
"@nuxt/cli": "3.30.0",
"@nuxt/eslint-config": "1.10.0",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.20.1",
"@nuxt/webpack-builder": "workspace:*",
"@playwright/test": "1.57.0",
"@rspack/core": "1.6.5",
"@testing-library/vue": "8.1.0",
"@types/babel__core": "7.20.5",
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "24.10.1",
"@types/semver": "7.7.1",
"@typescript-eslint/parser": "8.48.0",
"@unhead/vue": "2.0.19",
"@vitest/coverage-v8": "3.2.4",
"@vue/test-utils": "2.4.6",
"acorn": "8.15.0",
"autoprefixer": "10.4.22",
"case-police": "2.1.1",
"changelogen": "0.6.2",
"consola": "3.4.2",
"cssnano": "7.1.2",
"defu": "6.1.4",
"destr": "2.0.5",
"devalue": "5.5.0",
"eslint": "9.39.1",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.15.1",
"eslint-typegen": "2.3.0",
"estree-walker": "3.0.3",
"get-port-please": "3.2.0",
"h3": "1.15.4",
"happy-dom": "20.0.10",
"installed-check": "9.3.0",
"jiti": "2.6.1",
"knip": "5.70.2",
"magic-regexp": "0.10.0",
"magic-string": "0.30.21",
"markdownlint-cli": "0.46.0",
"memfs": "4.51.0",
"nitropack": "2.12.9",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.1.2",
"ofetch": "1.5.1",
"pathe": "2.0.3",
"pkg-pr-new": "0.0.60",
"playwright-core": "1.57.0",
"rollup": "4.53.3",
"semver": "7.7.3",
"sherif": "1.9.0",
"srvx": "0.9.6",
"std-env": "3.10.0",
"tinyexec": "1.0.2",
"tinyglobby": "0.2.15",
"ts-blank-space": "0.6.2",
"typescript": "5.9.3",
"ufo": "1.6.1",
"unbuild": "3.6.1",
"vite": "7.2.4",
"vitest": "3.2.4",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.25",
"vue-tsc": "3.1.5",
"webpack": "5.103.0"
},
"packageManager": "pnpm@10.23.0",
"version": ""
}