2018-10-01 22:55:31 +00:00
|
|
|
{
|
|
|
|
"name": "next-server",
|
2018-11-20 11:17:23 +00:00
|
|
|
"version": "7.0.2-canary.26",
|
2018-10-02 17:08:30 +00:00
|
|
|
"main": "./index.js",
|
2018-11-13 21:57:31 +00:00
|
|
|
"license": "MIT",
|
2018-10-02 13:24:46 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2018-10-03 00:37:36 +00:00
|
|
|
"index.js",
|
2018-10-02 13:24:46 +00:00
|
|
|
"asset.js",
|
|
|
|
"config.js",
|
|
|
|
"constants.js",
|
|
|
|
"dynamic.js",
|
|
|
|
"head.js",
|
|
|
|
"link.js",
|
|
|
|
"router.js",
|
|
|
|
"next-config.js"
|
|
|
|
],
|
2018-10-01 22:55:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "taskr",
|
|
|
|
"release": "taskr release",
|
|
|
|
"prepublish": "npm run release"
|
|
|
|
},
|
|
|
|
"taskr": {
|
|
|
|
"requires": [
|
|
|
|
"./taskfile-babel.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-07 13:41:00 +00:00
|
|
|
"@babel/runtime-corejs2": "7.1.2",
|
2018-10-02 12:27:19 +00:00
|
|
|
"ansi-html": "0.0.7",
|
|
|
|
"etag": "1.8.1",
|
2018-10-01 22:55:31 +00:00
|
|
|
"find-up": "3.0.0",
|
2018-10-02 12:27:19 +00:00
|
|
|
"fresh": "0.5.2",
|
2018-11-07 13:41:00 +00:00
|
|
|
"hoist-non-react-statics": "3.0.1",
|
2018-10-02 12:27:19 +00:00
|
|
|
"htmlescape": "1.1.1",
|
2018-10-01 22:55:31 +00:00
|
|
|
"path-to-regexp": "2.1.0",
|
|
|
|
"prop-types": "15.6.2",
|
|
|
|
"send": "0.16.1",
|
2018-10-02 12:27:19 +00:00
|
|
|
"url": "0.11.0"
|
2018-10-01 22:55:31 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "7.1.2",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.0.0",
|
|
|
|
"@babel/plugin-transform-runtime": "7.1.0",
|
|
|
|
"@babel/preset-env": "7.1.0",
|
|
|
|
"@babel/preset-react": "7.0.0",
|
|
|
|
"@taskr/clear": "1.1.0",
|
2018-10-07 13:04:43 +00:00
|
|
|
"@taskr/watch": "1.1.0",
|
|
|
|
"taskr": "1.1.0"
|
2018-10-01 22:55:31 +00:00
|
|
|
}
|
|
|
|
}
|