{ "name": "next", "version": "9.0.4-canary.5", "description": "The React Framework", "main": "./dist/server/next.js", "license": "MIT", "repository": "zeit/next.js", "bugs": "https://github.com/zeit/next.js/issues", "homepage": "https://nextjs.org", "types": "types/index.d.ts", "files": [ "dist", "app.js", "app.d.ts", "babel.js", "babel.d.ts", "client.js", "client.d.ts", "config.js", "config.d.ts", "constants.js", "constants.d.ts", "data.js", "data.d.ts", "document.js", "document.d.ts", "dynamic.js", "dynamic.d.ts", "error.js", "error.d.ts", "head.js", "head.d.ts", "link.js", "link.d.ts", "router.js", "router.d.ts", "amp.js", "amp.d.ts", "types/index.d.ts", "types/global.d.ts" ], "bin": { "next": "./dist/bin/next" }, "scripts": { "build": "taskr", "release": "taskr release", "prepublish": "npm run release && yarn types", "typescript": "tsc --noEmit --declaration", "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist" }, "taskr": { "requires": [ "./taskfile-ncc.js", "./taskfile-babel.js" ] }, "dependencies": { "@babel/core": "7.4.5", "@babel/plugin-proposal-class-properties": "7.4.4", "@babel/plugin-proposal-object-rest-spread": "7.4.4", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.4.4", "@babel/plugin-transform-runtime": "7.4.4", "@babel/preset-env": "7.4.5", "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "7.3.3", "@babel/runtime": "7.4.5", "@babel/runtime-corejs2": "7.4.5", "amphtml-validator": "1.0.23", "async-sema": "3.0.0", "autodll-webpack-plugin": "0.4.2", "babel-core": "7.0.0-bridge.0", "babel-loader": "8.0.6", "babel-plugin-react-require": "3.0.0", "babel-plugin-transform-define": "1.3.1", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "chalk": "2.4.2", "find-up": "4.0.0", "fork-ts-checker-webpack-plugin": "1.3.4", "fresh": "0.5.2", "launch-editor": "2.2.1", "loader-utils": "1.2.3", "mkdirp": "0.5.1", "next-server": "9.0.4-canary.5", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "react-error-overlay": "5.1.6", "react-is": "16.8.6", "serialize-javascript": "1.7.0", "source-map": "0.6.1", "string-hash": "1.1.3", "strip-ansi": "5.2.0", "styled-jsx": "3.2.1", "terser": "4.0.0", "tty-aware-progress": "1.0.4", "unfetch": "4.1.0", "url": "0.11.0", "watchpack": "2.0.0-beta.5", "webpack": "4.39.0", "webpack-dev-middleware": "3.7.0", "webpack-hot-middleware": "2.25.0", "webpack-sources": "1.3.0", "worker-farm": "1.7.0" }, "peerDependencies": { "react": "^16.6.0", "react-dom": "^16.6.0" }, "devDependencies": { "@babel/parser": "7.4.5", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0", "@types/amphtml-validator": "1.0.0", "@types/babel-types": "7.0.7", "@types/babel__core": "7.1.2", "@types/babel__generator": "7.0.2", "@types/babel__template": "7.0.2", "@types/babel__traverse": "7.0.6", "@types/compression": "0.0.36", "@types/cross-spawn": "6.0.0", "@types/etag": "1.8.0", "@types/find-up": "2.1.1", "@types/fresh": "0.5.0", "@types/loader-utils": "1.1.3", "@types/mkdirp": "0.5.2", "@types/nanoid": "2.0.0", "@types/node-fetch": "2.3.4", "@types/resolve": "0.0.8", "@types/styled-jsx": "2.2.8", "@types/text-table": "0.2.1", "@types/webpack-sources": "0.1.5", "@zeit/ncc": "0.18.5", "arg": "4.1.0", "babel-plugin-dynamic-import-node": "2.2.0", "nanoid": "2.0.3", "resolve": "1.11.0", "taskr": "1.1.0", "text-table": "0.2.0", "typescript": "3.5.1", "unistore": "3.4.1" }, "engines": { "node": ">= 8.0.0" } }