2016-10-05 23:52:50 +00:00
|
|
|
{
|
2016-10-25 06:11:00 +00:00
|
|
|
"name": "next",
|
2016-11-06 08:52:17 +00:00
|
|
|
"version": "1.1.1",
|
2016-10-25 18:47:03 +00:00
|
|
|
"description": "Minimalistic framework for server-rendered React applications",
|
2016-10-05 23:52:50 +00:00
|
|
|
"main": "./dist/lib/index.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",
|
|
|
|
"link.js",
|
|
|
|
"css.js",
|
|
|
|
"head.js"
|
2016-10-05 23:52:50 +00:00
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"next": "./dist/bin/next"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp",
|
2016-10-31 18:39:55 +00:00
|
|
|
"test": "npm run lint && gulp test",
|
|
|
|
"lint": "standard && standard bin/*",
|
2016-10-25 07:45:12 +00:00
|
|
|
"prepublish": "gulp release",
|
2016-10-17 00:52:12 +00:00
|
|
|
"precommit": "npm run lint"
|
2016-10-05 23:52:50 +00:00
|
|
|
},
|
2016-10-25 18:47:03 +00:00
|
|
|
"ava": {
|
2016-11-14 07:01:15 +00:00
|
|
|
"babel": {}
|
2016-10-25 18:47:03 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
2016-10-05 23:52:50 +00:00
|
|
|
"dependencies": {
|
2016-11-05 15:15:54 +00:00
|
|
|
"ansi-html": "0.0.6",
|
2016-10-05 23:52:50 +00:00
|
|
|
"babel-core": "6.17.0",
|
|
|
|
"babel-generator": "6.17.0",
|
|
|
|
"babel-loader": "6.2.5",
|
2016-11-07 02:11:54 +00:00
|
|
|
"babel-plugin-module-resolver": "2.3.0",
|
2016-10-05 23:52:50 +00:00
|
|
|
"babel-plugin-transform-async-to-generator": "6.16.0",
|
|
|
|
"babel-plugin-transform-class-properties": "6.16.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "6.16.0",
|
|
|
|
"babel-plugin-transform-runtime": "6.15.0",
|
|
|
|
"babel-preset-es2015": "6.16.0",
|
|
|
|
"babel-preset-react": "6.16.0",
|
|
|
|
"babel-runtime": "6.11.6",
|
|
|
|
"cross-spawn": "4.0.2",
|
2016-10-17 03:55:33 +00:00
|
|
|
"del": "2.2.2",
|
2016-11-09 10:15:58 +00:00
|
|
|
"glamor": "2.17.14",
|
2016-10-05 23:52:50 +00:00
|
|
|
"glob-promise": "1.0.6",
|
|
|
|
"htmlescape": "1.1.1",
|
2016-10-29 10:44:10 +00:00
|
|
|
"json-loader": "0.5.4",
|
2016-10-15 16:17:27 +00:00
|
|
|
"loader-utils": "0.2.16",
|
2016-10-05 23:52:50 +00:00
|
|
|
"minimist": "1.2.0",
|
2016-11-03 10:07:15 +00:00
|
|
|
"mkdirp-then": "1.2.0",
|
2016-10-05 23:52:50 +00:00
|
|
|
"mz": "2.4.0",
|
|
|
|
"path-match": "1.2.4",
|
|
|
|
"react": "15.3.2",
|
|
|
|
"react-dom": "15.3.2",
|
2016-10-14 15:05:08 +00:00
|
|
|
"react-hot-loader": "3.0.0-beta.6",
|
2016-10-05 23:52:50 +00:00
|
|
|
"send": "0.14.1",
|
2016-11-04 10:29:39 +00:00
|
|
|
"strip-ansi": "3.0.1",
|
2016-10-05 23:52:50 +00:00
|
|
|
"url": "0.11.0",
|
2016-10-14 15:05:08 +00:00
|
|
|
"webpack": "1.13.2",
|
2016-10-15 19:49:42 +00:00
|
|
|
"webpack-dev-server": "1.16.2",
|
2016-11-05 18:04:59 +00:00
|
|
|
"sockjs-client": "1.1.1",
|
2016-10-15 19:49:42 +00:00
|
|
|
"write-file-webpack-plugin": "3.3.0"
|
2016-10-05 23:52:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-06 05:47:13 +00:00
|
|
|
"ava": "0.16.0",
|
2016-10-25 16:27:02 +00:00
|
|
|
"babel-eslint": "7.0.0",
|
2016-10-14 15:05:08 +00:00
|
|
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
2016-10-25 07:26:21 +00:00
|
|
|
"benchmark": "2.1.1",
|
2016-10-05 23:52:50 +00:00
|
|
|
"gulp": "3.9.1",
|
2016-10-10 04:18:56 +00:00
|
|
|
"gulp-ava": "0.14.1",
|
2016-10-05 23:52:50 +00:00
|
|
|
"gulp-babel": "6.1.2",
|
2016-10-25 16:27:02 +00:00
|
|
|
"gulp-benchmark": "1.1.1",
|
2016-10-05 23:52:50 +00:00
|
|
|
"gulp-cached": "1.1.0",
|
|
|
|
"gulp-notify": "2.2.0",
|
2016-10-25 16:27:02 +00:00
|
|
|
"husky": "0.11.9",
|
2016-10-17 07:24:38 +00:00
|
|
|
"run-sequence": "1.2.2",
|
2016-10-27 08:57:47 +00:00
|
|
|
"standard": "8.4.0",
|
2016-10-05 23:52:50 +00:00
|
|
|
"webpack-stream": "3.2.0"
|
2016-10-10 04:18:56 +00:00
|
|
|
}
|
2016-10-05 23:52:50 +00:00
|
|
|
}
|