2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt-framework",
|
2022-04-20 10:19:30 +00:00
|
|
|
"private": true,
|
2023-11-08 12:07:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.git"
|
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"license": "MIT",
|
2021-10-02 16:01:17 +00:00
|
|
|
"type": "module",
|
2021-03-18 14:26:41 +00:00
|
|
|
"scripts": {
|
2024-05-07 21:45:03 +00:00
|
|
|
"build": "pnpm --filter './packages/**' prepack",
|
2023-12-19 12:21:11 +00:00
|
|
|
"build:stub": "pnpm dev:prepare",
|
2022-10-17 10:13:30 +00:00
|
|
|
"dev": "pnpm play",
|
2025-02-10 10:14:07 +00:00
|
|
|
"dev:prepare": "pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build && nuxi prepare",
|
2025-01-17 21:30:43 +00:00
|
|
|
"debug:prepare": "TIMINGS_DEBUG=true pnpm dev:prepare",
|
|
|
|
"debug:build": "TIMINGS_DEBUG=true pnpm build",
|
|
|
|
"debug:dev": "rm -rf **/node_modules/.cache/jiti && pnpm nuxi dev",
|
2024-04-05 18:08:32 +00:00
|
|
|
"lint": "eslint . --cache",
|
|
|
|
"lint:fix": "eslint . --cache --fix",
|
2023-06-27 11:27:11 +00:00
|
|
|
"lint:docs": "markdownlint ./docs && case-police 'docs/**/*.md' *.md",
|
|
|
|
"lint:docs:fix": "markdownlint ./docs --fix && case-police 'docs/**/*.md' *.md --fix",
|
2024-11-26 13:01:38 +00:00
|
|
|
"lint:knip": "knip",
|
2023-04-10 16:53:36 +00:00
|
|
|
"play": "nuxi dev playground",
|
|
|
|
"play:build": "nuxi build playground",
|
2024-05-23 08:18:31 +00:00
|
|
|
"play:generate": "nuxi generate playground",
|
2023-04-10 16:53:36 +00:00
|
|
|
"play:preview": "nuxi preview playground",
|
2023-09-19 21:31:18 +00:00
|
|
|
"test": "pnpm test:fixtures && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:unit && pnpm test:runtime && pnpm test:types && pnpm typecheck",
|
2024-01-17 11:46:13 +00:00
|
|
|
"test:prepare": "jiti ./test/prepare.ts",
|
|
|
|
"test:fixtures": "pnpm test:prepare && vitest run --dir test",
|
2023-02-13 22:09:32 +00:00
|
|
|
"test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
|
|
|
|
"test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
|
2024-05-01 20:46:57 +00:00
|
|
|
"test:runtime": "vitest -c vitest.nuxt.config.ts",
|
2023-06-19 22:29:09 +00:00
|
|
|
"test:types": "pnpm --filter './test/fixtures/**' test:types",
|
2024-05-07 21:45:03 +00:00
|
|
|
"test:unit": "vitest run packages/",
|
2024-12-09 14:25:38 +00:00
|
|
|
"test:attw": "pnpm --filter './packages/**' test:attw",
|
2025-03-07 01:19:48 +00:00
|
|
|
"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",
|
2024-02-15 10:07:39 +00:00
|
|
|
"typecheck": "tsc --noEmit",
|
2024-08-06 15:35:59 +00:00
|
|
|
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
|
2021-03-18 14:26:41 +00:00
|
|
|
},
|
2023-04-20 12:36:11 +00:00
|
|
|
"resolutions": {
|
2025-03-17 10:09:44 +00:00
|
|
|
"@babel/core": "7.26.10",
|
2025-01-22 17:26:16 +00:00
|
|
|
"@babel/helper-plugin-utils": "7.26.5",
|
2025-03-17 10:09:44 +00:00
|
|
|
"@nuxt/cli": "3.23.0",
|
2023-04-20 12:36:11 +00:00
|
|
|
"@nuxt/kit": "workspace:*",
|
2024-10-09 13:57:54 +00:00
|
|
|
"@nuxt/rspack-builder": "workspace:*",
|
2023-04-20 12:36:11 +00:00
|
|
|
"@nuxt/schema": "workspace:*",
|
|
|
|
"@nuxt/vite-builder": "workspace:*",
|
|
|
|
"@nuxt/webpack-builder": "workspace:*",
|
2025-03-08 09:40:10 +00:00
|
|
|
"@types/node": "22.13.10",
|
2025-03-17 10:09:44 +00:00
|
|
|
"@unhead/vue": "2.0.0-rc.13",
|
2024-11-17 15:41:23 +00:00
|
|
|
"@vue/compiler-core": "3.5.13",
|
|
|
|
"@vue/compiler-dom": "3.5.13",
|
|
|
|
"@vue/shared": "3.5.13",
|
2024-12-16 15:10:18 +00:00
|
|
|
"magic-string": "^0.30.17",
|
2025-03-05 10:15:28 +00:00
|
|
|
"memfs": "4.17.0",
|
2023-04-20 12:36:11 +00:00
|
|
|
"nuxt": "workspace:*",
|
2025-02-20 10:56:02 +00:00
|
|
|
"postcss": "8.5.3",
|
2025-03-08 09:40:10 +00:00
|
|
|
"rollup": "4.35.0",
|
2024-10-10 18:01:40 +00:00
|
|
|
"send": ">=1.1.0",
|
2025-03-01 12:35:04 +00:00
|
|
|
"typescript": "5.8.2",
|
2024-09-04 19:40:04 +00:00
|
|
|
"ufo": "1.5.4",
|
2025-02-18 10:13:46 +00:00
|
|
|
"unimport": "4.1.2",
|
2025-03-17 10:09:44 +00:00
|
|
|
"vite": "6.2.2",
|
2024-12-24 11:07:29 +00:00
|
|
|
"vue": "3.5.13",
|
2025-03-05 10:15:28 +00:00
|
|
|
"webpack": "5.98.0"
|
2021-04-09 13:48:39 +00:00
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"devDependencies": {
|
2025-02-24 22:20:52 +00:00
|
|
|
"@arethetypeswrong/cli": "0.17.4",
|
2025-03-17 10:09:44 +00:00
|
|
|
"@babel/core": "7.26.10",
|
2025-01-17 21:30:43 +00:00
|
|
|
"@babel/helper-plugin-utils": "7.26.5",
|
2025-01-22 17:28:30 +00:00
|
|
|
"@codspeed/vitest-plugin": "4.0.0",
|
2025-03-17 10:09:44 +00:00
|
|
|
"@nuxt/cli": "3.23.0",
|
2025-03-09 19:48:16 +00:00
|
|
|
"@nuxt/eslint-config": "1.2.0",
|
2024-02-16 20:31:15 +00:00
|
|
|
"@nuxt/kit": "workspace:*",
|
2024-10-09 13:57:54 +00:00
|
|
|
"@nuxt/rspack-builder": "workspace:*",
|
2025-03-09 19:48:16 +00:00
|
|
|
"@nuxt/test-utils": "3.17.2",
|
2022-10-17 10:10:05 +00:00
|
|
|
"@nuxt/webpack-builder": "workspace:*",
|
2025-03-07 01:19:48 +00:00
|
|
|
"@playwright/test": "1.51.0",
|
2024-05-20 05:33:36 +00:00
|
|
|
"@testing-library/vue": "8.1.0",
|
2025-01-17 21:30:43 +00:00
|
|
|
"@types/babel__core": "7.20.5",
|
|
|
|
"@types/babel__helper-plugin-utils": "7.10.3",
|
2025-03-08 09:40:10 +00:00
|
|
|
"@types/node": "22.13.10",
|
2024-02-25 09:54:45 +00:00
|
|
|
"@types/semver": "7.5.8",
|
2025-03-17 10:09:44 +00:00
|
|
|
"@unhead/vue": "2.0.0-rc.13",
|
2025-03-07 12:31:05 +00:00
|
|
|
"@vitest/coverage-v8": "3.0.8",
|
2024-05-07 11:54:21 +00:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2025-03-06 10:54:02 +00:00
|
|
|
"acorn": "8.14.1",
|
2025-03-09 19:48:16 +00:00
|
|
|
"autoprefixer": "10.4.21",
|
2025-02-12 08:54:08 +00:00
|
|
|
"case-police": "1.0.0",
|
2025-03-04 10:59:26 +00:00
|
|
|
"changelogen": "0.6.1",
|
2025-01-13 22:04:56 +00:00
|
|
|
"consola": "3.4.0",
|
2024-09-04 19:40:04 +00:00
|
|
|
"cssnano": "7.0.6",
|
2025-03-07 01:28:54 +00:00
|
|
|
"defu": "6.1.4",
|
2024-08-13 19:50:37 +00:00
|
|
|
"destr": "2.0.3",
|
2024-09-25 20:44:17 +00:00
|
|
|
"devalue": "5.1.1",
|
2025-03-08 09:40:10 +00:00
|
|
|
"eslint": "9.22.0",
|
2024-08-16 10:40:09 +00:00
|
|
|
"eslint-plugin-no-only-tests": "3.3.0",
|
2025-03-09 21:04:48 +00:00
|
|
|
"eslint-plugin-perfectionist": "4.10.1",
|
2025-03-17 10:09:44 +00:00
|
|
|
"eslint-typegen": "2.1.0",
|
2025-01-17 21:30:43 +00:00
|
|
|
"estree-walker": "3.0.3",
|
2025-02-24 22:20:52 +00:00
|
|
|
"h3": "1.15.1",
|
2025-03-17 10:09:44 +00:00
|
|
|
"happy-dom": "17.4.4",
|
2024-12-06 21:53:26 +00:00
|
|
|
"installed-check": "9.3.0",
|
2024-12-18 20:03:22 +00:00
|
|
|
"jiti": "2.4.2",
|
2025-03-17 10:09:44 +00:00
|
|
|
"knip": "5.46.0",
|
2025-01-17 21:30:43 +00:00
|
|
|
"magic-string": "0.30.17",
|
2025-01-28 18:24:30 +00:00
|
|
|
"markdownlint-cli": "0.44.0",
|
2025-03-05 10:15:28 +00:00
|
|
|
"memfs": "4.17.0",
|
2025-03-09 19:48:16 +00:00
|
|
|
"nitropack": "2.11.6",
|
2022-10-17 10:10:05 +00:00
|
|
|
"nuxt": "workspace:*",
|
2024-11-27 16:56:47 +00:00
|
|
|
"nuxt-content-twoslash": "0.1.2",
|
2024-10-08 20:07:31 +00:00
|
|
|
"ofetch": "1.4.1",
|
2025-02-12 09:58:48 +00:00
|
|
|
"pathe": "2.0.3",
|
2025-03-17 10:09:44 +00:00
|
|
|
"pkg-pr-new": "0.0.41",
|
2025-03-07 01:19:48 +00:00
|
|
|
"playwright-core": "1.51.0",
|
2025-03-08 09:40:10 +00:00
|
|
|
"rollup": "4.35.0",
|
2025-02-05 14:38:03 +00:00
|
|
|
"semver": "7.7.1",
|
2025-03-01 21:24:21 +00:00
|
|
|
"sherif": "1.4.0",
|
2025-03-04 10:59:26 +00:00
|
|
|
"std-env": "3.8.1",
|
2024-12-29 22:51:17 +00:00
|
|
|
"tinyexec": "0.3.2",
|
2025-02-20 10:56:02 +00:00
|
|
|
"tinyglobby": "0.2.12",
|
2025-03-04 10:59:26 +00:00
|
|
|
"ts-blank-space": "0.6.1",
|
2025-03-01 12:35:04 +00:00
|
|
|
"typescript": "5.8.2",
|
2024-07-18 14:56:19 +00:00
|
|
|
"ufo": "1.5.4",
|
2025-02-28 10:00:10 +00:00
|
|
|
"unbuild": "3.5.0",
|
2025-03-07 12:31:05 +00:00
|
|
|
"vitest": "3.0.8",
|
2024-08-16 18:58:07 +00:00
|
|
|
"vitest-environment-nuxt": "1.0.1",
|
2024-11-17 15:41:23 +00:00
|
|
|
"vue": "3.5.13",
|
2025-03-02 23:12:02 +00:00
|
|
|
"vue-tsc": "2.2.8",
|
2025-03-05 10:15:28 +00:00
|
|
|
"webpack": "5.98.0"
|
2021-09-20 18:59:49 +00:00
|
|
|
},
|
2025-03-17 10:09:44 +00:00
|
|
|
"packageManager": "pnpm@10.6.3",
|
2023-11-08 12:07:49 +00:00
|
|
|
"version": ""
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|