mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "next-server",
|
|
"version": "7.0.2-canary.18",
|
|
"main": "./index.js",
|
|
"files": [
|
|
"dist",
|
|
"index.js",
|
|
"asset.js",
|
|
"config.js",
|
|
"constants.js",
|
|
"dynamic.js",
|
|
"head.js",
|
|
"link.js",
|
|
"router.js",
|
|
"next-config.js"
|
|
],
|
|
"scripts": {
|
|
"build": "taskr",
|
|
"release": "taskr release",
|
|
"prepublish": "npm run release"
|
|
},
|
|
"taskr": {
|
|
"requires": [
|
|
"./taskfile-babel.js"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime-corejs2": "^7.1.2",
|
|
"ansi-html": "0.0.7",
|
|
"etag": "1.8.1",
|
|
"find-up": "3.0.0",
|
|
"fresh": "0.5.2",
|
|
"hoist-non-react-statics": "^3.0.1",
|
|
"htmlescape": "1.1.1",
|
|
"path-to-regexp": "2.1.0",
|
|
"prop-types": "15.6.2",
|
|
"send": "0.16.1",
|
|
"url": "0.11.0"
|
|
},
|
|
"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",
|
|
"@taskr/watch": "1.1.0",
|
|
"taskr": "1.1.0"
|
|
}
|
|
}
|