{ "private": true, "workspaces": [ "packages/*", "distributions/*" ], "scripts": { "build": "yarn clean && node -r esm ./scripts/package", "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", "coverage": "codecov", "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", "nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js", "test": "yarn test:fixtures && yarn test:unit && yarn test:types", "test:fixtures": "jest test/fixtures --forceExit", "test:e2e": "jest -i test/e2e --forceExit", "test:lint": "yarn lint", "test:unit": "jest test/unit packages --forceExit", "test:types": "tsc -p test/types", "postinstall": "lerna link && yarn dev", "release": "./scripts/release" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "@nuxtjs/eslint-config": "^0.0.1", "babel-core": "^7.0.0-bridge", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", "babel-plugin-dynamic-import-node": "^2.2.0", "cheerio": "^1.0.0-rc.2", "codecov": "^3.1.0", "consola": "^2.3.2", "cross-env": "^5.2.0", "cross-spawn": "^6.0.5", "eslint": "^5.12.1", "eslint-config-standard": "^12.0.0", "eslint-multiplexer": "^1.0.3", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jest": "^22.1.3", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.1.0", "esm": "^3.1.0", "express": "^4.16.4", "finalhandler": "^1.1.1", "fork-ts-checker-webpack-plugin": "^0.5.2", "fs-extra": "^7.0.1", "get-port": "^4.1.0", "glob": "^7.1.3", "jest": "^23.6.0", "jest-junit": "^6.0.1", "jsdom": "^13.1.0", "klaw-sync": "^6.0.0", "lerna": "^3.10.6", "lodash": "^4.17.11", "node-fetch": "^2.3.0", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", "puppeteer": "^1.11.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", "rimraf": "^2.6.3", "rollup": "^1.1.0", "rollup-plugin-alias": "^1.5.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-json": "^3.1.0", "rollup-plugin-license": "^0.8.1", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-replace": "^2.1.0", "sort-package-json": "^1.17.1", "ts-jest": "^23.10.5", "ts-loader": "^5.3.3", "tslint": "^5.12.1", "typescript": "^3.2.4", "vue-jest": "^3.0.2", "vue-property-decorator": "^7.3.0" }, "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js.git" } }