mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
9c1e0d1743
Co-authored-by: Clark Du <clark.duxin@gmail.com> Co-authored-by: Pooya Parsa <pooya@pi0.ir>
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*",
|
|
"distributions/*"
|
|
],
|
|
"scripts": {
|
|
"build": "node -r esm ./scripts/package",
|
|
"dev": "yarn build --watch",
|
|
"coverage": "codecov",
|
|
"lint": "eslint --ext .js,.mjs,.vue .",
|
|
"nuxt": "node -r esm ./packages/cli/bin/nuxt.js",
|
|
"test": "yarn test:fixtures && yarn test:unit",
|
|
"test:fixtures": "jest test/fixtures",
|
|
"test:e2e": "jest -i test/e2e",
|
|
"test:lint": "yarn lint",
|
|
"test:unit": "jest test/unit",
|
|
"postinstall": "lerna link"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@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",
|
|
"codecov": "^3.1.0",
|
|
"consola": "^1.4.4",
|
|
"cross-env": "^5.2.0",
|
|
"cross-spawn": "^6.0.5",
|
|
"eslint": "^5.7.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jest": "^21.25.1",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.0.0-beta.3",
|
|
"esm": "^3.0.84",
|
|
"express": "^4.16.4",
|
|
"finalhandler": "^1.1.1",
|
|
"fs-extra": "^7.0.0",
|
|
"get-port": "^4.0.0",
|
|
"glob": "^7.1.3",
|
|
"jest": "^23.6.0",
|
|
"jsdom": "^12.2.0",
|
|
"klaw-sync": "^6.0.0",
|
|
"lerna": "^3.4.3",
|
|
"lodash": "^4.17.11",
|
|
"pug": "^2.0.3",
|
|
"pug-plain-loader": "^1.0.0",
|
|
"puppeteer": "^1.9.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.66.6",
|
|
"rollup-plugin-alias": "^1.4.0",
|
|
"rollup-plugin-babel": "^4.0.3",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-license": "^0.7.0",
|
|
"rollup-plugin-replace": "^2.1.0",
|
|
"sort-package-json": "^1.16.0"
|
|
}
|
|
}
|