2016-10-05 23:52:50 +00:00
|
|
|
{
|
2018-09-30 23:02:10 +00:00
|
|
|
"name": "nextjs-project",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2016-10-05 23:52:50 +00:00
|
|
|
],
|
|
|
|
"scripts": {
|
2018-09-30 23:02:10 +00:00
|
|
|
"lerna": "lerna",
|
|
|
|
"bootstrap": "lerna bootstrap",
|
2017-06-22 13:52:13 +00:00
|
|
|
"pretestonly": "taskr pretest",
|
2018-10-06 05:32:50 +00:00
|
|
|
"dev": "lerna run build --stream --parallel",
|
2017-01-12 04:14:49 +00:00
|
|
|
"testonly": "cross-env NODE_PATH=test/lib jest \\.test.js",
|
2017-06-22 13:52:13 +00:00
|
|
|
"posttestonly": "taskr posttest",
|
2018-01-30 15:40:52 +00:00
|
|
|
"testall": "npm run testonly -- --coverage --forceExit --runInBand --verbose --bail",
|
2018-09-30 23:02:10 +00:00
|
|
|
"pretest": "npm run lint",
|
2018-01-30 15:40:52 +00:00
|
|
|
"test": "cross-env npm run testall || npm run testall",
|
2017-01-12 04:14:49 +00:00
|
|
|
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
|
2018-09-30 23:02:10 +00:00
|
|
|
"precommit": "lint-staged",
|
|
|
|
"lint": "lerna run lint",
|
|
|
|
"prepublish": "lerna run prepublish"
|
2016-10-05 23:52:50 +00:00
|
|
|
},
|
2018-09-30 23:02:10 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.js": "standard",
|
|
|
|
"bin/*": "standard"
|
2018-08-28 10:44:15 +00:00
|
|
|
},
|
2016-10-25 18:47:03 +00:00
|
|
|
"standard": {
|
2016-12-21 01:13:11 +00:00
|
|
|
"parser": "babel-eslint",
|
|
|
|
"ignore": [
|
2017-08-27 20:13:35 +00:00
|
|
|
"**/node_modules/**",
|
2018-08-07 03:47:27 +00:00
|
|
|
"**/examples/with-ioc/**",
|
|
|
|
"**/examples/with-kea/**",
|
2018-09-27 14:39:11 +00:00
|
|
|
"**/examples/with-mobx/**"
|
2016-12-21 01:13:11 +00:00
|
|
|
]
|
2016-10-25 18:47:03 +00:00
|
|
|
},
|
2018-09-30 23:02:10 +00:00
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "node",
|
|
|
|
"roots": [
|
|
|
|
"test/"
|
|
|
|
]
|
2017-03-29 23:21:11 +00:00
|
|
|
},
|
2018-09-30 23:02:10 +00:00
|
|
|
"devDependencies": {
|
2018-08-28 10:44:15 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
|
|
|
"@babel/preset-react": "7.0.0",
|
2017-09-27 18:11:02 +00:00
|
|
|
"@taskr/clear": "1.1.0",
|
|
|
|
"@taskr/esnext": "1.1.0",
|
|
|
|
"@taskr/watch": "1.1.0",
|
2018-07-30 13:48:02 +00:00
|
|
|
"@zeit/next-css": "0.2.1-canary.1",
|
|
|
|
"@zeit/next-sass": "0.2.1-canary.1",
|
2018-06-28 18:07:41 +00:00
|
|
|
"@zeit/next-typescript": "1.1.0",
|
2018-09-30 23:02:10 +00:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2018-08-28 10:44:15 +00:00
|
|
|
"babel-eslint": "9.0.0",
|
|
|
|
"babel-jest": "23.4.2",
|
2018-09-28 12:53:28 +00:00
|
|
|
"babel-plugin-transform-define": "1.3.0",
|
2017-03-30 18:19:56 +00:00
|
|
|
"benchmark": "2.1.4",
|
2017-02-16 22:53:39 +00:00
|
|
|
"cheerio": "0.22.0",
|
2018-09-25 23:04:15 +00:00
|
|
|
"chromedriver": "2.42.0",
|
2018-02-02 14:43:36 +00:00
|
|
|
"clone": "2.1.1",
|
2017-04-30 14:31:51 +00:00
|
|
|
"coveralls": "2.13.1",
|
2018-08-31 08:42:11 +00:00
|
|
|
"cross-env": "5.2.0",
|
|
|
|
"express": "4.16.3",
|
2017-09-27 18:11:02 +00:00
|
|
|
"fkill": "5.1.0",
|
2018-08-28 10:44:15 +00:00
|
|
|
"flatten": "1.0.2",
|
2018-05-31 09:47:29 +00:00
|
|
|
"flow-bin": "0.73.0",
|
2018-02-02 14:43:36 +00:00
|
|
|
"get-port": "3.2.0",
|
2017-07-05 12:16:38 +00:00
|
|
|
"husky": "0.14.3",
|
2017-09-27 18:11:02 +00:00
|
|
|
"jest-cli": "21.2.0",
|
2018-09-30 23:02:10 +00:00
|
|
|
"lerna": "^3.4.0",
|
2017-09-27 18:11:02 +00:00
|
|
|
"lint-staged": "4.2.3",
|
2018-02-02 14:43:36 +00:00
|
|
|
"micro": "9.1.0",
|
2018-01-31 07:35:10 +00:00
|
|
|
"mkdirp": "0.5.1",
|
2017-09-27 18:11:02 +00:00
|
|
|
"node-fetch": "1.7.3",
|
2017-03-16 12:49:15 +00:00
|
|
|
"node-notifier": "5.1.2",
|
2018-07-30 13:48:02 +00:00
|
|
|
"node-sass": "4.9.2",
|
2017-09-27 18:11:02 +00:00
|
|
|
"nyc": "11.2.1",
|
2018-08-10 16:37:27 +00:00
|
|
|
"react": "16.4.2",
|
|
|
|
"react-dom": "16.4.2",
|
2018-01-31 07:35:10 +00:00
|
|
|
"rimraf": "2.6.2",
|
2018-03-27 18:11:03 +00:00
|
|
|
"standard": "11.0.1",
|
2017-09-27 18:11:02 +00:00
|
|
|
"taskr": "1.1.0",
|
2018-09-25 13:27:09 +00:00
|
|
|
"wd": "1.10.3"
|
2016-10-10 04:18:56 +00:00
|
|
|
}
|
2016-10-05 23:52:50 +00:00
|
|
|
}
|