mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
8cc954d48e
commit0f28f9cdb6
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:23:55 2018 +0330 add simple release script commit16c5b892fa
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:20:03 2018 +0330 v2.3.4 commite4a02a51ac
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:17:40 2018 +0330 whitelist CHANGELOG files commitc96e9f4996
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:14:29 2018 +0330 lerna auto tag commitbe126bd962
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:12:22 2018 +0330 remove extra gitHead commiteefa13033f
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 21:09:31 2018 +0330 hotfix: build on prepublish hook commitd0af6a4736
Author: Sébastien Chopin <seb@chopin.io> Date: Mon Nov 26 18:37:12 2018 +0100 bump: Bump to v2.3.3 commit2e90166f2a
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 20:32:11 2018 +0330 update @nuxtjs/opencollective to 0.2.0 commitf10c9829a8
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) commitb7285fe8f3
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 commitb582e706fc
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 19:58:34 2018 +0330 update patch-only dependencies commit289d30f836
Author: Pooya Parsa <pyapar@gmail.com> Date: Mon Nov 26 19:55:51 2018 +0330 remove typings commit7e1beed9b8
Author: Dmitry Molotkov <aldarund@gmail.com> Date: Sun Nov 25 17:48:13 2018 +0300 perf(pkg): remove lodash dependency from packages (#4411) commit4a85c0311f
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) commitd1877935a3
Author: Dmitry Molotkov <aldarund@gmail.com> Date: Sun Nov 25 17:52:37 2018 +0300 fix(server, vue-app): allow unicode page names (#4402) commite1c1240b8d
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] commit0c6c69b011
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 commit8030ca1a3d
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) commit54d273720c
Author: Clark Du <clark.duxin@gmail.com> Date: Sat Nov 24 00:02:13 2018 +0000 fix: router Expected "0" to be defined (#4394) commit47f02ae5ca
Author: Clark Du <clark.duxin@gmail.com> Date: Fri Nov 23 22:34:05 2018 +0000 fix: empty error message in dev mode commitff7c083dda
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)
85 lines
2.8 KiB
JSON
85 lines
2.8 KiB
JSON
{
|
|
"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/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",
|
|
"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",
|
|
"release": "./scripts/release"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"@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.0",
|
|
"cross-env": "^5.2.0",
|
|
"cross-spawn": "^6.0.5",
|
|
"eslint": "^5.9.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-multiplexer": "^1.0.2",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jest": "^22.0.1",
|
|
"eslint-plugin-node": "^8.0.0",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.0.0-beta.5",
|
|
"esm": "^3.0.84",
|
|
"express": "^4.16.4",
|
|
"finalhandler": "^1.1.1",
|
|
"fs-extra": "^7.0.1",
|
|
"get-port": "^4.0.0",
|
|
"glob": "^7.1.3",
|
|
"jest": "^23.6.0",
|
|
"jest-junit": "^5.2.0",
|
|
"jsdom": "^13.0.0",
|
|
"klaw-sync": "^6.0.0",
|
|
"lerna": "^3.4.3",
|
|
"lodash": "^4.17.11",
|
|
"node-fetch": "^2.3.0",
|
|
"pug": "^2.0.3",
|
|
"pug-plain-loader": "^1.0.0",
|
|
"puppeteer": "^1.10.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.67.3",
|
|
"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-node-resolve": "^3.4.0",
|
|
"rollup-plugin-replace": "^2.1.0",
|
|
"sort-package-json": "^1.16.0",
|
|
"typescript": "^3.1.6",
|
|
"vue-jest": "^3.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
}
|
|
}
|