{ "name": "next", "version": "9.3.4-canary.0", "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", "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist", "typescript": "tsc --noEmit --declaration" }, "taskr": { "requires": [ "./taskfile-ncc.js", "./taskfile-babel.js", "./taskfile-typescript.js" ] }, "dependencies": { "@ampproject/toolbox-optimizer": "2.0.1", "@babel/runtime": "7.7.2", "@next/polyfill-nomodule": "9.3.4-canary.0", "autodll-webpack-plugin": "0.4.2", "cache-loader": "4.1.0", "conf": "5.0.0", "css-loader": "3.3.0", "cssnano-simple": "1.0.0", "file-loader": "4.2.0", "finally-polyfill": "0.1.0", "find-up": "4.0.0", "fork-ts-checker-webpack-plugin": "3.1.1", "ignore-loader": "0.1.2", "jest-worker": "24.9.0", "loader-utils": "2.0.0", "lru-cache": "5.1.1", "mini-css-extract-plugin": "0.8.0", "native-url": "0.2.6", "node-fetch": "2.6.0", "ora": "3.4.0", "path-to-regexp": "6.1.0", "pnp-webpack-plugin": "1.5.0", "postcss-flexbugs-fixes": "4.2.0", "postcss-loader": "3.0.0", "postcss-preset-env": "6.7.0", "prop-types": "15.7.2", "prop-types-exact": "1.2.0", "raw-body": "2.4.0", "react-error-overlay": "5.1.6", "react-is": "16.8.6", "recast": "0.18.5", "resolve-url-loader": "3.1.1", "sass-loader": "8.0.2", "send": "0.17.1", "source-map": "0.6.1", "string-hash": "1.1.3", "strip-ansi": "5.2.0", "style-loader": "1.0.0", "styled-jsx": "3.2.5", "terser": "4.4.2", "thread-loader": "2.1.3", "unfetch": "4.1.0", "url": "0.11.0", "use-subscription": "1.1.1", "watchpack": "2.0.0-beta.13", "webpack": "4.42.0", "webpack-dev-middleware": "3.7.0", "webpack-hot-middleware": "2.25.0", "webpack-sources": "1.4.3" }, "peerDependencies": { "react": "^16.6.0", "react-dom": "^16.6.0" }, "devDependencies": { "@babel/core": "7.7.2", "@babel/plugin-proposal-class-properties": "7.7.0", "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", "@babel/plugin-proposal-numeric-separator": "7.8.3", "@babel/plugin-proposal-object-rest-spread": "7.6.2", "@babel/plugin-proposal-optional-chaining": "7.7.4", "@babel/plugin-syntax-bigint": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.7.0", "@babel/plugin-transform-runtime": "7.6.2", "@babel/preset-env": "7.7.1", "@babel/preset-modules": "0.1.1", "@babel/preset-react": "7.7.0", "@babel/preset-typescript": "7.7.2", "@babel/types": "7.7.4", "@taskr/clear": "1.1.0", "@taskr/esnext": "1.1.0", "@taskr/watch": "1.1.0", "@types/amphtml-validator": "1.0.0", "@types/babel__core": "7.1.3", "@types/babel__generator": "7.6.0", "@types/babel__template": "7.0.2", "@types/babel__traverse": "7.0.8", "@types/ci-info": "2.0.0", "@types/compression": "0.0.36", "@types/content-type": "1.1.3", "@types/cookie": "0.3.2", "@types/cross-spawn": "6.0.0", "@types/dotenv": "8.2.0", "@types/etag": "1.8.0", "@types/find-up": "2.1.1", "@types/fresh": "0.5.0", "@types/json5": "0.0.30", "@types/jsonwebtoken": "8.3.7", "@types/loader-utils": "1.1.3", "@types/lodash.curry": "4.1.6", "@types/lru-cache": "5.1.0", "@types/mini-css-extract-plugin": "0.8.0", "@types/nanoid": "2.0.0", "@types/node-fetch": "2.3.4", "@types/react": "16.9.17", "@types/react-dom": "16.9.4", "@types/react-is": "16.7.1", "@types/resolve": "0.0.8", "@types/send": "0.14.4", "@types/styled-jsx": "2.2.8", "@types/text-table": "0.2.1", "@types/webpack-dev-middleware": "2.0.3", "@types/webpack-hot-middleware": "2.16.5", "@types/webpack-sources": "0.1.5", "@zeit/ncc": "0.22.0", "amphtml-validator": "1.0.30", "arg": "4.1.0", "ast-types": "0.13.2", "async-retry": "1.2.3", "async-sema": "3.0.0", "babel-loader": "8.0.6", "babel-plugin-dynamic-import-node": "2.3.0", "babel-plugin-syntax-jsx": "6.18.0", "babel-plugin-transform-define": "2.0.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "browserslist": "4.8.3", "chalk": "2.4.2", "ci-info": "2.0.0", "compression": "1.7.4", "content-type": "1.0.4", "cookie": "0.4.0", "devalue": "2.0.1", "dotenv": "8.2.0", "dotenv-expand": "5.1.0", "escape-string-regexp": "2.0.0", "etag": "1.8.1", "fresh": "0.5.2", "gzip-size": "5.1.1", "http-proxy": "1.18.0", "is-docker": "2.0.0", "is-wsl": "2.1.1", "json5": "2.1.2", "jsonwebtoken": "8.5.1", "launch-editor": "2.2.1", "lodash.curry": "4.1.1", "nanoid": "2.0.3", "resolve": "1.11.0", "taskr": "1.1.0", "text-table": "0.2.0", "typescript": "3.7.3", "unistore": "3.4.1" }, "engines": { "node": ">=10.13.0" } }