{ "name": "nuxt.js", "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 -e 1488", "build": "yarn clean && yarn pkg", "changelog": "node -r esm 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": "node -r esm ./scripts/dev.js", "postinstall": "lerna link && yarn dev", "lint": "eslint --ext .js,.mjs,.vue .", "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": "node -r esm ./packages/cli/bin/nuxt-cli.js", "pkg": "node -r esm ./scripts/package", "test": "yarn test:fixtures && yarn test:dev && yarn test:unit && test:types", "test:dev": "jest test/dev --forceExit", "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" }, "devDependencies": { "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", "@ls-lint/ls-lint": "^1.8.1", "@nuxtjs/eslint-config": "^3.0.0", "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-commonjs": "^13.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-replace": "^2.3.3", "@vue/server-test-utils": "^1.0.3", "@vue/test-utils": "^1.0.3", "babel-eslint": "^10.1.0", "babel-jest": "^26.1.0", "consola": "^2.14.0", "create-require": "^1.0.2", "cross-spawn": "^7.0.3", "eslint": "^7.3.1", "eslint-multiplexer": "^2.0.0", "esm": "^3.2.25", "execa": "^3.4.0", "express": "^4.17.1", "finalhandler": "^1.1.2", "fs-extra": "^8.1.0", "get-port": "^5.1.1", "glob": "^7.1.6", "got": "^11.3.0", "improved-yarn-audit": "^2.2.1", "is-wsl": "^2.2.0", "jest": "^26.1.0", "jiti": "^0.1.11", "jsdom": "^16.2.2", "klaw-sync": "^6.0.0", "lerna": "^3.22.1", "lodash": "^4.17.15", "node-fetch": "^2.6.0", "node-sass": "^4.14.1", "puppeteer-core": "^4.0.1", "request": "^2.88.2", "rimraf": "^3.0.2", "rollup": "2.18.2", "rollup-plugin-license": "^2.1.0", "sass-loader": "^8.0.2", "sort-package-json": "^1.44.0", "typescript": "~3.9", "vue-jest": "^4.0.0-beta.3" } }