2016-10-05 23:52:50 +00:00
|
|
|
{
|
2016-10-25 06:11:00 +00:00
|
|
|
"name": "next",
|
2017-04-23 19:41:26 +00:00
|
|
|
"version": "2.2.0",
|
2016-10-25 18:47:03 +00:00
|
|
|
"description": "Minimalistic framework for server-rendered React applications",
|
2016-12-16 20:33:08 +00:00
|
|
|
"main": "./dist/server/next.js",
|
2016-10-10 04:18:56 +00:00
|
|
|
"license": "MIT",
|
2016-10-25 18:45:35 +00:00
|
|
|
"repository": "zeit/next.js",
|
2016-10-05 23:52:50 +00:00
|
|
|
"files": [
|
2016-10-29 17:12:54 +00:00
|
|
|
"dist",
|
2016-12-21 19:26:55 +00:00
|
|
|
"babel.js",
|
2016-10-29 17:12:54 +00:00
|
|
|
"link.js",
|
|
|
|
"css.js",
|
2016-12-16 19:25:40 +00:00
|
|
|
"head.js",
|
|
|
|
"document.js",
|
2016-12-22 01:40:26 +00:00
|
|
|
"prefetch.js",
|
2017-02-08 19:59:33 +00:00
|
|
|
"router.js",
|
|
|
|
"error.js"
|
2016-10-05 23:52:50 +00:00
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"next": "./dist/bin/next"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-02-09 19:33:08 +00:00
|
|
|
"build": "fly",
|
|
|
|
"release": "fly release",
|
|
|
|
"pretestonly": "fly pretest",
|
2017-01-12 04:14:49 +00:00
|
|
|
"testonly": "cross-env NODE_PATH=test/lib jest \\.test.js",
|
2017-02-09 19:33:08 +00:00
|
|
|
"posttestonly": "fly posttest",
|
2017-03-08 07:53:05 +00:00
|
|
|
"pretest": "npm run lint",
|
|
|
|
"test": "npm run testonly -- --coverage --forceExit --runInBand --verbose --bail",
|
2017-01-12 04:14:49 +00:00
|
|
|
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
|
2016-12-21 01:13:11 +00:00
|
|
|
"lint": "standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'",
|
2017-02-17 05:02:07 +00:00
|
|
|
"prepublish": "npm run release",
|
2017-03-29 23:21:11 +00:00
|
|
|
"precommit": "lint-staged"
|
2016-10-05 23:52:50 +00:00
|
|
|
},
|
2016-10-25 18:47:03 +00:00
|
|
|
"standard": {
|
2016-12-21 01:13:11 +00:00
|
|
|
"parser": "babel-eslint",
|
|
|
|
"ignore": [
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
2016-10-25 18:47:03 +00:00
|
|
|
},
|
2017-03-29 23:21:11 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*.js": "standard",
|
|
|
|
"bin/*": "standard"
|
|
|
|
},
|
2016-10-05 23:52:50 +00:00
|
|
|
"dependencies": {
|
2017-01-02 05:20:57 +00:00
|
|
|
"ansi-html": "0.0.7",
|
2017-03-13 07:10:17 +00:00
|
|
|
"babel-core": "6.24.0",
|
2017-04-22 13:03:53 +00:00
|
|
|
"babel-generator": "6.24.1",
|
2017-04-22 01:48:53 +00:00
|
|
|
"babel-loader": "7.0.0",
|
2017-04-01 01:10:42 +00:00
|
|
|
"babel-plugin-module-resolver": "2.6.2",
|
2017-02-16 22:53:39 +00:00
|
|
|
"babel-plugin-react-require": "3.0.0",
|
2017-04-17 15:33:40 +00:00
|
|
|
"babel-plugin-syntax-dynamic-import": "6.18.0",
|
2017-04-22 13:04:24 +00:00
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
2017-04-22 13:09:07 +00:00
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
|
2017-01-20 07:14:44 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "6.22.0",
|
2017-02-16 22:53:39 +00:00
|
|
|
"babel-plugin-transform-react-jsx-source": "6.22.0",
|
2017-04-22 13:01:46 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.1",
|
2017-01-20 07:14:10 +00:00
|
|
|
"babel-plugin-transform-runtime": "6.22.0",
|
2017-04-18 13:58:34 +00:00
|
|
|
"babel-preset-env": "1.3.3",
|
2017-04-22 13:05:21 +00:00
|
|
|
"babel-preset-react": "6.24.1",
|
2017-02-14 19:31:50 +00:00
|
|
|
"babel-runtime": "6.23.0",
|
2017-04-17 15:33:40 +00:00
|
|
|
"babel-template": "6.24.1",
|
2017-03-31 22:15:54 +00:00
|
|
|
"case-sensitive-paths-webpack-plugin": "2.0.0",
|
2017-02-26 18:44:22 +00:00
|
|
|
"cross-spawn": "5.1.0",
|
2016-10-17 03:55:33 +00:00
|
|
|
"del": "2.2.2",
|
2017-04-18 15:45:42 +00:00
|
|
|
"etag": "1.8.0",
|
|
|
|
"fresh": "0.5.0",
|
2017-03-02 17:28:58 +00:00
|
|
|
"friendly-errors-webpack-plugin": "1.5.0",
|
2017-04-18 15:45:42 +00:00
|
|
|
"glob": "7.1.1",
|
2016-12-18 15:36:46 +00:00
|
|
|
"glob-promise": "3.1.0",
|
2016-10-05 23:52:50 +00:00
|
|
|
"htmlescape": "1.1.1",
|
2017-02-14 15:15:42 +00:00
|
|
|
"http-status": "1.0.1",
|
2016-12-05 17:08:45 +00:00
|
|
|
"is-windows-bash": "1.0.3",
|
2016-10-29 10:44:10 +00:00
|
|
|
"json-loader": "0.5.4",
|
2017-03-16 18:18:25 +00:00
|
|
|
"loader-utils": "1.1.0",
|
2017-03-24 07:51:34 +00:00
|
|
|
"md5-file": "3.1.1",
|
2016-10-05 23:52:50 +00:00
|
|
|
"minimist": "1.2.0",
|
2017-04-22 12:59:30 +00:00
|
|
|
"mitt": "1.1.1",
|
2016-11-03 10:07:15 +00:00
|
|
|
"mkdirp-then": "1.2.0",
|
2017-02-16 22:53:39 +00:00
|
|
|
"mv": "2.1.1",
|
2016-12-01 11:58:50 +00:00
|
|
|
"mz": "2.6.0",
|
2016-10-05 23:52:50 +00:00
|
|
|
"path-match": "1.2.4",
|
2017-02-01 20:36:23 +00:00
|
|
|
"pkg-up": "1.0.0",
|
2017-04-13 01:07:06 +00:00
|
|
|
"prop-types": "15.5.7",
|
2016-10-14 15:05:08 +00:00
|
|
|
"react-hot-loader": "3.0.0-beta.6",
|
2017-04-26 11:24:09 +00:00
|
|
|
"send": "0.15.2",
|
2017-03-18 10:46:59 +00:00
|
|
|
"source-map-support": "0.4.14",
|
2016-11-04 10:29:39 +00:00
|
|
|
"strip-ansi": "3.0.1",
|
2017-02-18 14:07:09 +00:00
|
|
|
"styled-jsx": "0.5.7",
|
2017-02-26 19:45:16 +00:00
|
|
|
"touch": "1.0.0",
|
2017-03-03 17:19:05 +00:00
|
|
|
"unfetch": "2.1.2",
|
2016-10-05 23:52:50 +00:00
|
|
|
"url": "0.11.0",
|
2017-01-11 20:16:18 +00:00
|
|
|
"uuid": "3.0.1",
|
2017-04-22 13:01:16 +00:00
|
|
|
"webpack": "2.4.0",
|
2017-04-22 12:59:14 +00:00
|
|
|
"webpack-dev-middleware": "1.10.2",
|
2017-04-04 02:49:22 +00:00
|
|
|
"webpack-hot-middleware": "2.18.0",
|
2017-04-22 13:01:51 +00:00
|
|
|
"write-file-webpack-plugin": "4.0.2"
|
2016-10-05 23:52:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-22 01:27:37 +00:00
|
|
|
"babel-eslint": "7.2.3",
|
2017-02-16 22:53:39 +00:00
|
|
|
"babel-jest": "18.0.0",
|
2017-03-22 16:24:14 +00:00
|
|
|
"babel-plugin-istanbul": "4.1.1",
|
2016-12-26 03:29:53 +00:00
|
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
2017-04-22 13:17:05 +00:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
2017-03-30 18:19:56 +00:00
|
|
|
"benchmark": "2.1.4",
|
2017-02-16 22:53:39 +00:00
|
|
|
"cheerio": "0.22.0",
|
2017-04-07 17:00:43 +00:00
|
|
|
"chromedriver": "2.29.0",
|
2017-03-30 18:13:59 +00:00
|
|
|
"coveralls": "2.13.0",
|
2017-03-31 22:50:23 +00:00
|
|
|
"cross-env": "4.0.0",
|
2017-02-21 18:08:35 +00:00
|
|
|
"fly": "2.0.5",
|
2017-02-16 22:53:39 +00:00
|
|
|
"fly-babel": "2.1.1",
|
|
|
|
"fly-clear": "1.0.1",
|
2017-03-14 07:02:04 +00:00
|
|
|
"fly-esnext": "2.0.1",
|
2017-02-16 22:53:39 +00:00
|
|
|
"fly-watch": "1.1.1",
|
2017-03-24 13:14:53 +00:00
|
|
|
"husky": "0.13.3",
|
2017-02-23 12:14:18 +00:00
|
|
|
"jest-cli": "19.0.1",
|
2017-03-29 23:21:11 +00:00
|
|
|
"lint-staged": "^3.4.0",
|
2017-02-16 22:53:39 +00:00
|
|
|
"node-fetch": "1.6.3",
|
2017-03-16 12:49:15 +00:00
|
|
|
"node-notifier": "5.1.2",
|
2017-03-30 18:20:10 +00:00
|
|
|
"nyc": "10.2.0",
|
2017-04-10 18:35:26 +00:00
|
|
|
"react": "15.5.3",
|
|
|
|
"react-dom": "15.5.3",
|
2017-03-18 07:32:37 +00:00
|
|
|
"standard": "9.0.2",
|
2017-03-30 18:20:26 +00:00
|
|
|
"wd": "1.2.0"
|
2017-02-08 04:41:38 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-02-17 12:24:50 +00:00
|
|
|
"react": "^15.4.2",
|
|
|
|
"react-dom": "^15.4.2"
|
2016-12-12 12:31:49 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
2017-01-12 04:14:49 +00:00
|
|
|
"testEnvironment": "node",
|
2017-02-22 18:08:49 +00:00
|
|
|
"roots": [
|
2017-01-12 04:14:49 +00:00
|
|
|
"test/"
|
|
|
|
]
|
2016-10-10 04:18:56 +00:00
|
|
|
}
|
2016-10-05 23:52:50 +00:00
|
|
|
}
|