Nuxt/package.json

89 lines
2.9 KiB
JSON
Raw Normal View History

2016-10-26 11:40:55 +00:00
{
"private": true,
"workspaces": [
"packages/*",
"distributions/*"
2016-11-28 16:10:29 +00:00
],
2016-10-26 11:40:55 +00:00
"scripts": {
"build": "yarn clean && node -r esm ./scripts/package",
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",
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*",
"dev": "node -r esm ./scripts/dev",
2018-03-19 05:53:48 +00:00
"coverage": "codecov",
"lint": "eslint --ext .js,.mjs,.vue .",
2018-10-24 13:46:06 +00:00
"lint:app": "eslint-multiplexer eslint --ignore-path packages/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",
"test": "yarn test:fixtures && yarn test:unit && yarn test:types",
"test:fixtures": "jest test/fixtures",
"test:e2e": "jest -i test/e2e",
"test:lint": "yarn lint",
"test:unit": "jest test/unit",
"test:types": "tsc -p test/types",
"postinstall": "lerna link && yarn dev",
merge 2.x changes into dev commit 0f28f9cdb64d8f7894cf476ffce735a32b5c2011 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:23:55 2018 +0330 add simple release script commit 16c5b892fa3104992f3a6778ac97a0fcb1ca657c Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:20:03 2018 +0330 v2.3.4 commit e4a02a51aceb3c92e47a31c2e83df8b20cc666a6 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:17:40 2018 +0330 whitelist CHANGELOG files commit c96e9f49964c6acaf3daa2f17b16261663a5d42c Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:14:29 2018 +0330 lerna auto tag commit be126bd962fd6491713d72b2f281c2677e4eb358 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:12:22 2018 +0330 remove extra gitHead commit eefa13033f106508732f984d6a6a45894a572197 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:09:31 2018 +0330 hotfix: build on prepublish hook commit d0af6a473664bbf55b06aec30023a51dd3d6dc9d Author: Sébastien Chopin <seb@chopin.io> Date: Mon Nov 26 18:37:12 2018 +0100 bump: Bump to v2.3.3 commit 2e90166f2a87271dedaf7072c2f7d9457bff5d34 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 20:32:11 2018 +0330 update @nuxtjs/opencollective to 0.2.0 commit f10c9829a86b0f6848c1db9694c087edfd081fc9 Author: renovate[bot] <renovate[bot]@users.noreply.github.com> Date: Mon Nov 26 20:24:49 2018 +0330 chore(deps): update dependency vue-meta to ^1.5.6 (#4427) commit b7285fe8f3c3370f1868b923994790edb33e3868 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 20:05:18 2018 +0330 remove build with devtools tests as feature is not merged yet commit b582e706fc249dea092360a87f0f1238d0c56506 Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 19:58:34 2018 +0330 update patch-only dependencies commit 289d30f836acc78a7fddbfa08e956cfe8603319b Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 19:55:51 2018 +0330 remove typings commit 7e1beed9b8688871304c3f4caadb922747b2601a Author: Dmitry Molotkov <aldarund@gmail.com> Date: Sun Nov 25 17:48:13 2018 +0300 perf(pkg): remove lodash dependency from packages (#4411) commit 4a85c0311f9b3e2cccc6e9096e33f6bc01fb6604 Author: Pooya Parsa <pyapar@gmail.com> Date: Sun Nov 25 22:46:19 2018 +0330 fix(pkg): move opencollective dependency nuxt and nuxt-legacy (#4415) commit d1877935a3ebd8324f782ab3db240a12d1e9ad36 Author: Dmitry Molotkov <aldarund@gmail.com> Date: Sun Nov 25 17:52:37 2018 +0300 fix(server, vue-app): allow unicode page names (#4402) commit e1c1240b8d0c3211b2b3927920c42693037814e9 Author: Alexander Lichter <manniL@gmx.net> Date: Sun Nov 25 14:51:32 2018 +0000 fix(server, jsdom): fix timeout error message (#4412) [skip release] commit 0c6c69b011abb3ae7d7b0ecbae722d12566db7c2 Author: Alexander Lichter <manniL@gmx.net> Date: Sat Nov 24 21:35:43 2018 +0000 fix(scrollBehavior): emit triggerScroll event after changing layer (#4399) resolves: #4080 commit 8030ca1a3d01f401e77338ad5173acad76773c14 Author: Alexander Lichter <manniL@gmx.net> Date: Sat Nov 24 18:30:28 2018 +0000 fix(progress-bar): allow 0 for values and remove duplicate defaults (#4397) commit 54d273720c9454991d16a73311c5b03303a6a4a2 Author: Clark Du <clark.duxin@gmail.com> Date: Sat Nov 24 00:02:13 2018 +0000 fix: router Expected "0" to be defined (#4394) commit 47f02ae5ca15a486635b15488af70412e7ebda0c Author: Clark Du <clark.duxin@gmail.com> Date: Fri Nov 23 22:34:05 2018 +0000 fix: empty error message in dev mode commit ff7c083dda3158ff8b1e0bc4868e64dede9f0313 Author: Clark Du <clark.duxin@gmail.com> Date: Thu Nov 22 15:48:26 2018 +0000 fix: modern=true or false not work as expected (#4378)
2018-11-26 18:02:10 +00:00
"release": "./scripts/release"
2016-10-26 11:40:55 +00:00
},
"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",
2018-09-13 09:02:19 +00:00
"babel-jest": "^23.6.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"cheerio": "^1.0.0-rc.2",
2018-09-13 09:02:19 +00:00
"codecov": "^3.1.0",
"consola": "^2.3.1",
2018-07-04 10:23:02 +00:00
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
2018-10-23 06:52:59 +00:00
"eslint-multiplexer": "^1.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-node": "^8.0.0",
2018-09-13 09:02:19 +00:00
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"esm": "^3.0.84",
"express": "^4.16.4",
2018-03-08 10:41:19 +00:00
"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",
2018-09-13 09:02:19 +00:00
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jsdom": "^13.1.0",
"klaw-sync": "^6.0.0",
"lerna": "^3.8.4",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
2018-04-21 07:27:48 +00:00
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"puppeteer": "^1.11.0",
2018-08-18 20:14:25 +00:00
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.3",
"rollup": "^1.0.1",
"rollup-plugin-alias": "^1.5.1",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"sort-package-json": "^1.17.1",
"ts-loader": "^5.3.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"vue-jest": "^3.0.2",
"vue-property-decorator": "^7.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
2016-10-26 11:40:55 +00:00
}
2017-05-16 13:13:44 +00:00
}