2021-03-18 14:26:41 +00:00
|
|
|
{
|
|
|
|
"name": "nuxt-framework",
|
2022-04-20 10:19:30 +00:00
|
|
|
"private": true,
|
2023-01-19 19:37:07 +00:00
|
|
|
"repository": "nuxt/nuxt",
|
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": {
|
2023-05-15 21:26:21 +00:00
|
|
|
"build": "pnpm --filter './packages/**' prepack",
|
2022-10-17 10:10:05 +00:00
|
|
|
"build:stub": "pnpm --filter './packages/**' prepack --stub",
|
|
|
|
"cleanup": "rimraf 'packages/**/node_modules' 'examples/**/node_modules' 'docs/node_modules' 'playground/node_modules' 'node_modules'",
|
2022-10-17 10:13:30 +00:00
|
|
|
"dev": "pnpm play",
|
2021-11-10 12:06:22 +00:00
|
|
|
"lint": "eslint --ext .vue,.ts,.js,.mjs .",
|
2023-04-04 13:39:10 +00:00
|
|
|
"lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --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",
|
2023-06-27 09:38:40 +00:00
|
|
|
"lint:knip": "pnpx knip",
|
2023-08-03 13:44:10 +00:00
|
|
|
"docs:dev": "nuxi dev .website",
|
2023-04-10 16:53:36 +00:00
|
|
|
"play": "nuxi dev playground",
|
|
|
|
"play:build": "nuxi build playground",
|
|
|
|
"play:preview": "nuxi preview playground",
|
2023-05-17 09:07:26 +00:00
|
|
|
"test": "pnpm test:fixtures && pnpm test:fixtures:payload && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:unit && pnpm typecheck",
|
2023-04-10 16:53:36 +00:00
|
|
|
"test:fixtures": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/runtime-compiler && 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",
|
2023-07-02 08:59:16 +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",
|
2023-04-10 16:53:36 +00:00
|
|
|
"test:unit": "vitest run --dir packages",
|
2022-10-17 10:10:05 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
2021-03-18 14:26:41 +00:00
|
|
|
},
|
2023-04-20 12:36:11 +00:00
|
|
|
"resolutions": {
|
|
|
|
"@nuxt/kit": "workspace:*",
|
|
|
|
"@nuxt/schema": "workspace:*",
|
|
|
|
"@nuxt/test-utils": "workspace:*",
|
|
|
|
"@nuxt/vite-builder": "workspace:*",
|
|
|
|
"@nuxt/webpack-builder": "workspace:*",
|
|
|
|
"nuxi": "workspace:*",
|
|
|
|
"nuxt": "workspace:*",
|
2023-08-07 12:27:25 +00:00
|
|
|
"vite": "4.4.9",
|
2023-05-18 15:02:48 +00:00
|
|
|
"vue": "3.3.4",
|
2023-08-23 08:11:00 +00:00
|
|
|
"magic-string": "^0.30.3"
|
2021-04-09 13:48:39 +00:00
|
|
|
},
|
2021-03-18 14:26:41 +00:00
|
|
|
"devDependencies": {
|
2023-05-31 16:10:16 +00:00
|
|
|
"@actions/core": "1.10.0",
|
2022-10-17 10:10:05 +00:00
|
|
|
"@nuxt/test-utils": "workspace:*",
|
|
|
|
"@nuxt/webpack-builder": "workspace:*",
|
2023-05-31 16:10:16 +00:00
|
|
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
2023-07-06 12:31:59 +00:00
|
|
|
"@types/fs-extra": "11.0.1",
|
2023-08-23 08:11:00 +00:00
|
|
|
"@types/node": "18.17.8",
|
2023-05-31 16:10:16 +00:00
|
|
|
"@types/semver": "7.5.0",
|
|
|
|
"case-police": "0.6.1",
|
2023-07-03 20:08:25 +00:00
|
|
|
"chalk": "5.3.0",
|
2023-08-23 08:11:00 +00:00
|
|
|
"changelogen": "0.5.5",
|
2023-06-05 18:31:47 +00:00
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-07-06 08:05:39 +00:00
|
|
|
"consola": "3.2.3",
|
2023-05-31 16:10:16 +00:00
|
|
|
"devalue": "4.3.2",
|
2023-08-14 06:02:02 +00:00
|
|
|
"eslint": "8.47.0",
|
2023-08-21 07:25:51 +00:00
|
|
|
"eslint-plugin-import": "2.28.1",
|
2023-05-31 16:10:16 +00:00
|
|
|
"eslint-plugin-jsdoc": "41.1.2",
|
|
|
|
"eslint-plugin-no-only-tests": "3.1.0",
|
2023-07-30 15:45:37 +00:00
|
|
|
"execa": "7.2.0",
|
2023-05-31 16:10:16 +00:00
|
|
|
"fs-extra": "11.1.1",
|
2023-07-06 08:05:39 +00:00
|
|
|
"globby": "13.2.2",
|
2023-08-15 09:56:35 +00:00
|
|
|
"h3": "1.8.0",
|
2023-08-23 08:11:00 +00:00
|
|
|
"happy-dom": "10.11.0",
|
2023-08-18 15:05:38 +00:00
|
|
|
"jiti": "1.19.3",
|
2023-05-01 22:48:11 +00:00
|
|
|
"markdownlint-cli": "^0.33.0",
|
2023-08-23 07:30:53 +00:00
|
|
|
"nitropack": "2.6.0",
|
2022-10-17 10:10:05 +00:00
|
|
|
"nuxi": "workspace:*",
|
|
|
|
"nuxt": "workspace:*",
|
2023-07-24 22:50:04 +00:00
|
|
|
"nuxt-vitest": "0.10.2",
|
2023-08-23 08:11:00 +00:00
|
|
|
"ofetch": "1.2.1",
|
2023-06-02 13:31:12 +00:00
|
|
|
"pathe": "1.1.1",
|
2023-08-18 15:05:38 +00:00
|
|
|
"playwright-core": "1.37.1",
|
2023-05-31 16:10:16 +00:00
|
|
|
"rimraf": "5.0.1",
|
2023-07-20 09:43:33 +00:00
|
|
|
"semver": "7.5.4",
|
2023-08-23 08:11:00 +00:00
|
|
|
"std-env": "3.4.3",
|
2023-07-30 09:16:13 +00:00
|
|
|
"typescript": "5.1.6",
|
2023-07-30 10:09:16 +00:00
|
|
|
"ufo": "1.2.0",
|
2023-08-07 12:27:25 +00:00
|
|
|
"vite": "4.4.9",
|
2023-07-07 09:26:57 +00:00
|
|
|
"vitest": "0.33.0",
|
2023-07-24 22:50:04 +00:00
|
|
|
"vitest-environment-nuxt": "0.10.2",
|
2023-05-18 15:02:48 +00:00
|
|
|
"vue": "3.3.4",
|
2023-06-14 10:31:04 +00:00
|
|
|
"vue-eslint-parser": "9.3.1",
|
2023-07-07 08:51:42 +00:00
|
|
|
"vue-router": "4.2.4",
|
2023-07-30 15:45:37 +00:00
|
|
|
"vue-tsc": "1.8.8"
|
2021-09-20 18:59:49 +00:00
|
|
|
},
|
2023-08-07 12:27:25 +00:00
|
|
|
"packageManager": "pnpm@8.6.12",
|
2021-10-18 19:31:15 +00:00
|
|
|
"engines": {
|
2023-04-24 21:24:38 +00:00
|
|
|
"node": "^14.18.0 || >=16.10.0"
|
2022-04-20 10:19:30 +00:00
|
|
|
}
|
2021-03-18 14:26:41 +00:00
|
|
|
}
|