2016-10-26 11:40:55 +00:00
|
|
|
{
|
2019-03-29 19:19:30 +00:00
|
|
|
"name": "nuxt.js",
|
2018-10-17 21:28:25 +00:00
|
|
|
"private": true,
|
2019-03-29 19:19:30 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
|
|
},
|
2018-10-17 21:28:25 +00:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*",
|
|
|
|
"distributions/*"
|
2016-11-28 16:10:29 +00:00
|
|
|
],
|
2016-10-26 11:40:55 +00:00
|
|
|
"scripts": {
|
2019-03-16 21:22:01 +00:00
|
|
|
"build": "yarn clean && yarn pkg",
|
2019-04-13 17:14:41 +00:00
|
|
|
"changelog": "node -r esm scripts/changelog.js",
|
2018-10-23 18:07:23 +00:00
|
|
|
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
|
|
|
|
"clean:build": "rimraf distributions/*/dist packages/*/dist",
|
|
|
|
"clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
|
2019-03-06 14:13:54 +00:00
|
|
|
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*/",
|
2018-03-19 05:53:48 +00:00
|
|
|
"coverage": "codecov",
|
2019-03-29 19:19:30 +00:00
|
|
|
"dev": "node -r esm ./scripts/dev.js",
|
|
|
|
"postinstall": "lerna link && yarn dev",
|
2018-10-17 21:28:25 +00:00
|
|
|
"lint": "eslint --ext .js,.mjs,.vue .",
|
2019-01-06 07:56:59 +00:00
|
|
|
"lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
|
2018-11-16 14:58:00 +00:00
|
|
|
"nuxt": "node -r esm ./packages/cli/bin/nuxt-cli.js",
|
2019-03-29 19:19:30 +00:00
|
|
|
"pkg": "node -r esm ./scripts/package",
|
2018-11-17 10:52:21 +00:00
|
|
|
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
|
2019-01-12 22:09:49 +00:00
|
|
|
"test:e2e": "jest -i test/e2e --forceExit",
|
2019-03-29 19:19:30 +00:00
|
|
|
"test:fixtures": "jest test/fixtures --forceExit",
|
2018-09-14 06:42:50 +00:00
|
|
|
"test:lint": "yarn lint",
|
2018-11-17 10:52:21 +00:00
|
|
|
"test:types": "tsc -p test/types",
|
2019-03-29 19:19:30 +00:00
|
|
|
"test:unit": "jest test/unit packages --forceExit"
|
2016-10-26 11:40:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-04-29 07:33:21 +00:00
|
|
|
"@babel/core": "^7.4.4",
|
|
|
|
"@babel/preset-env": "^7.4.4",
|
2018-10-16 22:07:12 +00:00
|
|
|
"@nuxtjs/eslint-config": "^0.0.1",
|
2019-02-11 21:02:30 +00:00
|
|
|
"@vue/server-test-utils": "^1.0.0-beta.29",
|
|
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
2018-09-30 16:11:52 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-05-06 14:15:16 +00:00
|
|
|
"babel-jest": "^24.8.0",
|
2018-10-09 12:27:02 +00:00
|
|
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
2019-04-07 09:17:04 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2019-05-15 11:26:07 +00:00
|
|
|
"codecov": "^3.5.0",
|
|
|
|
"consola": "^2.6.2",
|
2018-07-04 10:23:02 +00:00
|
|
|
"cross-env": "^5.2.0",
|
2018-09-01 20:44:57 +00:00
|
|
|
"cross-spawn": "^6.0.5",
|
2019-03-30 18:29:18 +00:00
|
|
|
"eslint": "^5.16.0",
|
2018-08-31 20:34:12 +00:00
|
|
|
"eslint-config-standard": "^12.0.0",
|
2019-03-21 19:45:21 +00:00
|
|
|
"eslint-multiplexer": "^1.0.4",
|
2019-04-20 09:26:37 +00:00
|
|
|
"eslint-plugin-import": "^2.17.2",
|
2019-04-29 07:33:21 +00:00
|
|
|
"eslint-plugin-jest": "^22.5.1",
|
2019-05-06 14:15:16 +00:00
|
|
|
"eslint-plugin-node": "^9.0.1",
|
2019-04-01 19:25:32 +00:00
|
|
|
"eslint-plugin-promise": "^4.1.1",
|
2018-08-31 20:34:12 +00:00
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
2019-02-18 12:25:43 +00:00
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
2019-04-04 17:57:27 +00:00
|
|
|
"esm": "3.2.20",
|
2019-04-13 17:14:41 +00:00
|
|
|
"execa": "^1.0.0",
|
2018-10-12 18:47:53 +00:00
|
|
|
"express": "^4.16.4",
|
2019-05-10 10:17:04 +00:00
|
|
|
"finalhandler": "^1.1.2",
|
2019-05-16 08:27:55 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "^1.3.3",
|
2019-05-14 08:06:07 +00:00
|
|
|
"fs-extra": "^8.0.1",
|
2019-04-07 08:51:33 +00:00
|
|
|
"get-port": "^5.0.0",
|
2019-05-08 16:33:35 +00:00
|
|
|
"glob": "^7.1.4",
|
2019-04-23 09:17:17 +00:00
|
|
|
"is-wsl": "^2.0.0",
|
2019-05-06 14:15:16 +00:00
|
|
|
"jest": "^24.8.0",
|
2019-05-13 11:47:56 +00:00
|
|
|
"jsdom": "^15.1.0",
|
2018-10-12 18:36:54 +00:00
|
|
|
"klaw-sync": "^6.0.0",
|
2019-05-16 08:27:55 +00:00
|
|
|
"lerna": "^3.14.1",
|
2018-10-17 21:28:25 +00:00
|
|
|
"lodash": "^4.17.11",
|
2019-05-16 08:27:55 +00:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-05-14 08:06:07 +00:00
|
|
|
"puppeteer-core": "^1.16.0",
|
2018-08-18 20:14:25 +00:00
|
|
|
"request": "^2.88.0",
|
2019-02-15 13:13:00 +00:00
|
|
|
"request-promise-native": "^1.0.7",
|
2019-01-02 21:52:25 +00:00
|
|
|
"rimraf": "^2.6.3",
|
2019-05-16 08:27:55 +00:00
|
|
|
"rollup": "^1.12.1",
|
2018-12-11 07:10:18 +00:00
|
|
|
"rollup-plugin-alias": "^1.5.1",
|
2019-01-19 19:36:51 +00:00
|
|
|
"rollup-plugin-babel": "^4.3.2",
|
2019-04-07 09:17:04 +00:00
|
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
2019-03-19 10:28:30 +00:00
|
|
|
"rollup-plugin-json": "^4.0.0",
|
2019-01-17 11:00:19 +00:00
|
|
|
"rollup-plugin-license": "^0.8.1",
|
2019-05-11 09:23:16 +00:00
|
|
|
"rollup-plugin-node-resolve": "^4.2.4",
|
2019-04-10 10:21:52 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2019-03-27 12:28:16 +00:00
|
|
|
"sort-package-json": "^1.22.1",
|
2019-04-07 09:17:04 +00:00
|
|
|
"ts-jest": "^24.0.2",
|
2019-04-15 11:40:42 +00:00
|
|
|
"ts-node": "^8.1.0",
|
2019-04-20 09:26:37 +00:00
|
|
|
"tslint": "^5.16.0",
|
2019-04-29 07:33:21 +00:00
|
|
|
"typescript": "^3.4.5",
|
2019-02-18 12:25:43 +00:00
|
|
|
"vue-jest": "^4.0.0-beta.2",
|
2019-05-08 16:33:35 +00:00
|
|
|
"vue-property-decorator": "^8.1.1"
|
2019-03-29 19:19:30 +00:00
|
|
|
}
|
2017-05-16 13:13:44 +00:00
|
|
|
}
|