mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
111 lines
3.7 KiB
JSON
111 lines
3.7 KiB
JSON
{
|
|
"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",
|
|
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
|
|
"dev": "pnpm play",
|
|
"dev:prepare": "pnpm --filter './packages/**' prepack --stub && pnpm --filter './packages/ui-templates' build",
|
|
"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": "pnpx knip",
|
|
"play": "nuxi dev playground",
|
|
"play:build": "nuxi build playground",
|
|
"play:generate": "nuxi generate playground",
|
|
"play:preview": "nuxi preview playground",
|
|
"test": "pnpm test:fixtures && pnpm test:fixtures:dev && pnpm test:fixtures:webpack && pnpm test:unit && pnpm test:runtime && pnpm test:types && pnpm typecheck",
|
|
"test:prepare": "jiti ./test/prepare.ts",
|
|
"test:fixtures": "pnpm test:prepare && vitest run --dir test",
|
|
"test:fixtures:dev": "TEST_ENV=dev pnpm test:fixtures",
|
|
"test:fixtures:webpack": "TEST_BUILDER=webpack pnpm test:fixtures",
|
|
"test:runtime": "vitest -c vitest.nuxt.config.ts",
|
|
"test:types": "pnpm --filter './test/fixtures/**' test:types",
|
|
"test:unit": "vitest run packages/",
|
|
"typecheck": "tsc --noEmit",
|
|
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/kit": "workspace:*",
|
|
"@nuxt/schema": "workspace:*",
|
|
"@nuxt/ui-templates": "workspace:*",
|
|
"@nuxt/vite-builder": "workspace:*",
|
|
"@nuxt/webpack-builder": "workspace:*",
|
|
"@types/node": "20.16.5",
|
|
"h3": "npm:h3-nightly@1.12.1-1725475511.19b975d",
|
|
"magic-string": "^0.30.11",
|
|
"nitropack": "npm:nitropack-nightly@2.10.0-28766719.d3880b9e",
|
|
"nuxt": "workspace:*",
|
|
"postcss": "8.4.45",
|
|
"rollup": "4.21.2",
|
|
"typescript": "5.6.2",
|
|
"ufo": "1.5.4",
|
|
"vite": "5.4.3",
|
|
"vue": "3.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.10.0",
|
|
"@nuxt/eslint-config": "0.5.6",
|
|
"@nuxt/kit": "workspace:*",
|
|
"@nuxt/test-utils": "3.14.2",
|
|
"@nuxt/webpack-builder": "workspace:*",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/eslint__js": "8.42.3",
|
|
"@types/node": "20.16.5",
|
|
"@types/semver": "7.5.8",
|
|
"@unhead/schema": "1.11.2",
|
|
"@unhead/vue": "1.11.2",
|
|
"@vitejs/plugin-vue": "5.1.3",
|
|
"@vitest/coverage-v8": "2.0.5",
|
|
"@vue/test-utils": "2.4.6",
|
|
"autoprefixer": "10.4.20",
|
|
"case-police": "0.7.0",
|
|
"changelogen": "0.5.5",
|
|
"consola": "3.2.3",
|
|
"cssnano": "7.0.6",
|
|
"destr": "2.0.3",
|
|
"devalue": "5.0.0",
|
|
"eslint": "9.10.0",
|
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
"eslint-plugin-perfectionist": "3.5.0",
|
|
"eslint-typegen": "0.3.2",
|
|
"h3": "1.12.0",
|
|
"happy-dom": "15.7.3",
|
|
"jiti": "1.21.6",
|
|
"markdownlint-cli": "0.41.0",
|
|
"nitropack": "2.9.7",
|
|
"nuxi": "3.13.1",
|
|
"nuxt": "workspace:*",
|
|
"nuxt-content-twoslash": "0.1.1",
|
|
"ofetch": "1.3.4",
|
|
"pathe": "1.1.2",
|
|
"playwright-core": "1.47.0",
|
|
"rimraf": "6.0.1",
|
|
"semver": "7.6.3",
|
|
"sherif": "1.0.0",
|
|
"std-env": "3.7.0",
|
|
"tinyexec": "0.3.0",
|
|
"tinyglobby": "0.2.6",
|
|
"typescript": "5.6.2",
|
|
"ufo": "1.5.4",
|
|
"vitest": "2.0.5",
|
|
"vitest-environment-nuxt": "1.0.1",
|
|
"vue": "3.5.4",
|
|
"vue-router": "4.4.4",
|
|
"vue-tsc": "2.1.6"
|
|
},
|
|
"packageManager": "pnpm@9.10.0",
|
|
"engines": {
|
|
"node": "^16.10.0 || >=18.0.0"
|
|
},
|
|
"version": ""
|
|
}
|