forked from nuxt/nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.57 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 4.57 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
{
"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:stub": "pnpm dev:prepare",
"dev": "pnpm play",
"dev:prepare": "pnpm --filter './packages/**' build && 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: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",
"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": "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 rollup-plugin-visualizer",
"test:engines:fix": "installed-check --no-include-workspace-root --ignore-dev --workspace-ignore='test/**,playground' --workspace-ignore='packages/schema' -i rollup-plugin-visualizer --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": "0.18.2",
"@babel/core": "7.29.0",
"@babel/helper-plugin-utils": "7.28.6",
"@codspeed/core": "5.4.0",
"@codspeed/vitest-plugin": "5.4.0",
"@eslint/markdown": "8.0.2",
"@nuxt/cli": "3.35.2",
"@nuxt/eslint-config": "1.15.2",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "4.0.3",
"@nuxt/webpack-builder": "workspace:*",
"@playwright/test": "1.60.0",
"@rspack/core": "2.0.4",
"@testing-library/vue": "8.1.0",
"@types/babel__core": "7.20.5",
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "24.12.4",
"@types/semver": "7.7.1",
"@typescript-eslint/parser": "8.59.4",
"@unhead/vue": "3.1.0",
"@vitest/coverage-v8": "4.1.7",
"@vue/test-utils": "2.4.10",
"acorn": "8.16.0",
"case-police": "2.2.1",
"changelogen": "0.6.2",
"consola": "3.4.2",
"defu": "6.1.7",
"destr": "2.0.5",
"devalue": "5.8.1",
"eslint": "9.39.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-no-only-tests": "3.4.0",
"eslint-plugin-perfectionist": "5.9.0",
"eslint-typegen": "2.3.1",
"estree-walker": "3.0.3",
"get-port-please": "3.2.0",
"h3": "2.0.1-rc.22",
"happy-dom": "20.9.0",
"installed-check": "10.0.1",
"knip": "6.14.2",
"magic-regexp": "0.11.0",
"magic-string": "0.30.21",
"markdownlint-cli": "0.48.0",
"memfs": "4.57.2",
"nitro": "3.0.260522-beta",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.4.0",
"ofetch": "2.0.0-alpha.3",
"pathe": "2.0.3",
"pkg-pr-new": "0.0.75",
"playwright-core": "1.60.0",
"rolldown-string": "0.3.0",
"rollup": "4.60.4",
"semver": "7.8.1",
"sherif": "1.11.1",
"srvx": "0.11.16",
"std-env": "4.1.0",
"tinyexec": "1.2.2",
"tinyglobby": "0.2.16",
"ts-blank-space": "0.9.0",
"typescript": "6.0.3",
"ufo": "1.6.4",
"vite": "8.0.14",
"vitest": "4.1.7",
"vitest-environment-nuxt": "2.0.0",
"vue": "3.5.34",
"vue-tsc": "3.3.1",
"webpack": "5.107.1"
},
"packageManager": "pnpm@11.3.0",
"version": ""
}