Nuxt/package.json

98 lines
3.3 KiB
JSON

{
"name": "nuxt",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
},
"workspaces": [
"packages/*",
"distributions/*"
],
"scripts": {
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate",
"build": "yarn clean && yarn pkg",
"changelog": "jiti scripts/changelog.js",
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
"clean:build": "rimraf distributions/*/dist packages/*/dist",
"clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*/",
"dev": "jiti ./scripts/dev.js",
"postinstall": "yarn dev",
"lint": "eslint --ext .js,.mjs,.vue,.ts .",
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
"ls-lint": "npx @ls-lint/ls-lint",
"nuxt": "jiti ./packages/cli/bin/nuxt-cli.js",
"pkg": "jiti ./scripts/pkg.js",
"test": "yarn test:fixtures && yarn test:dev && yarn test:unit && yarn test:types && yarn test:vue-types",
"test:dev": "jest test/dev --forceExit --runInBand",
"test:e2e": "jest -i test/e2e --forceExit",
"test:fixtures": "jest test/fixtures --forceExit",
"test:lint": "yarn lint && yarn ls-lint",
"test:types": "tsc -p packages/types/test",
"test:unit": "jest packages --forceExit",
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@ls-lint/ls-lint": "2.2.1",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.4",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vue/server-test-utils": "1.3.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.6",
"babel-jest": "29.7.0",
"changelogen": "0.5.5",
"chrome-launcher": "0.15.2",
"consola": "3.2.3",
"create-require": "1.1.1",
"cross-spawn": "7.0.3",
"esbuild": "0.19.4",
"eslint": "8.51.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.4.2",
"execa": "^5.1.1",
"express": "4.18.2",
"finalhandler": "1.2.0",
"fs-extra": "10.1.0",
"get-port": "7.0.0",
"glob": "8.1.0",
"got": "13.0.0",
"improved-yarn-audit": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-util": "29.7.0",
"jiti": "1.20.0",
"jsdom": "22.1.0",
"jsonfile": "6.1.0",
"klaw-sync": "6.0.0",
"lerna": "7.3.1",
"lodash": "4.17.21",
"node-fetch-native": "1.4.0",
"ofetch": "1.3.3",
"puppeteer-core": "21.3.8",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "4.1.4",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-license": "3.2.0",
"sass": "1.69.3",
"sass-loader": "^10.1.1",
"semver": "7.5.4",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vue-jest": "4.0.1",
"vue-tsc": "1.8.19"
},
"packageManager": "yarn@1.22.19"
}