{
  "name": "next",
  "version": "10.0.8-canary.0",
  "description": "The React Framework",
  "main": "./dist/server/next.js",
  "license": "MIT",
  "repository": "vercel/next.js",
  "bugs": "https://github.com/vercel/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",
    "image.js",
    "image.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": {
    "dev": "taskr",
    "release": "taskr release",
    "prepublish": "npm run release && yarn types",
    "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
    "typescript": "tsc --noEmit --declaration",
    "ncc-compiled": "ncc cache clean && taskr ncc"
  },
  "taskr": {
    "requires": [
      "./taskfile-ncc.js",
      "./taskfile-babel.js",
      "./taskfile-typescript.js"
    ]
  },
  "dependencies": {
    "@babel/runtime": "7.12.5",
    "@hapi/accept": "5.0.1",
    "@next/env": "10.0.8-canary.0",
    "@next/polyfill-module": "10.0.8-canary.0",
    "@next/react-dev-overlay": "10.0.8-canary.0",
    "@next/react-refresh-utils": "10.0.8-canary.0",
    "@opentelemetry/api": "0.14.0",
    "ast-types": "0.13.2",
    "browserslist": "4.16.1",
    "buffer": "5.6.0",
    "caniuse-lite": "^1.0.30001179",
    "chalk": "2.4.2",
    "chokidar": "3.5.1",
    "crypto-browserify": "3.12.0",
    "cssnano-simple": "1.2.2",
    "etag": "1.8.1",
    "find-cache-dir": "3.3.1",
    "jest-worker": "24.9.0",
    "native-url": "0.3.4",
    "node-fetch": "2.6.1",
    "node-html-parser": "1.4.9",
    "node-libs-browser": "^2.2.1",
    "p-limit": "3.1.0",
    "path-browserify": "1.0.1",
    "pnp-webpack-plugin": "1.6.4",
    "postcss": "8.1.7",
    "process": "0.11.10",
    "prop-types": "15.7.2",
    "raw-body": "2.4.1",
    "react-is": "16.13.1",
    "react-refresh": "0.8.3",
    "stream-browserify": "3.0.0",
    "styled-jsx": "3.3.2",
    "use-subscription": "1.5.1",
    "vm-browserify": "1.1.2",
    "watchpack": "2.0.0-beta.13"
  },
  "optionalDependencies": {
    "sharp": "0.26.3"
  },
  "peerDependencies": {
    "fibers": ">= 3.1.0",
    "node-sass": "^4.0.0 || ^5.0.0",
    "react": "^16.6.0 || ^17",
    "react-dom": "^16.6.0 || ^17",
    "sass": "^1.3.0"
  },
  "peerDependenciesMeta": {
    "node-sass": {
      "optional": true
    },
    "sass": {
      "optional": true
    },
    "fibers": {
      "optional": true
    }
  },
  "devDependencies": {
    "@ampproject/toolbox-optimizer": "2.7.1-alpha.0",
    "@babel/code-frame": "7.12.11",
    "@babel/core": "7.12.10",
    "@babel/plugin-proposal-class-properties": "7.12.1",
    "@babel/plugin-proposal-export-namespace-from": "7.12.1",
    "@babel/plugin-proposal-numeric-separator": "7.12.7",
    "@babel/plugin-proposal-object-rest-spread": "7.12.1",
    "@babel/plugin-syntax-bigint": "7.8.3",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-syntax-jsx": "7.12.1",
    "@babel/plugin-transform-modules-commonjs": "7.12.1",
    "@babel/plugin-transform-runtime": "7.12.10",
    "@babel/preset-env": "7.12.11",
    "@babel/preset-react": "7.12.10",
    "@babel/preset-typescript": "7.12.7",
    "@babel/types": "7.12.12",
    "@next/polyfill-nomodule": "10.0.8-canary.0",
    "@taskr/clear": "1.1.0",
    "@taskr/esnext": "1.1.0",
    "@taskr/watch": "1.1.0",
    "@types/amphtml-validator": "1.0.0",
    "@types/babel__code-frame": "7.0.2",
    "@types/babel__core": "7.1.12",
    "@types/babel__generator": "7.6.2",
    "@types/babel__template": "7.4.0",
    "@types/babel__traverse": "7.11.0",
    "@types/ci-info": "2.0.0",
    "@types/comment-json": "1.1.1",
    "@types/compression": "0.0.36",
    "@types/content-type": "1.1.3",
    "@types/cookie": "0.3.3",
    "@types/cross-spawn": "6.0.0",
    "@types/debug": "4.1.5",
    "@types/etag": "1.8.0",
    "@types/fresh": "0.5.0",
    "@types/json5": "0.0.30",
    "@types/jsonwebtoken": "8.3.7",
    "@types/lodash.curry": "4.1.6",
    "@types/lru-cache": "5.1.0",
    "@types/node-fetch": "2.3.4",
    "@types/path-to-regexp": "1.7.0",
    "@types/react": "16.9.17",
    "@types/react-dom": "16.9.4",
    "@types/react-is": "16.7.1",
    "@types/semver": "7.3.1",
    "@types/send": "0.14.4",
    "@types/sharp": "0.26.0",
    "@types/styled-jsx": "2.2.8",
    "@types/text-table": "0.2.1",
    "@types/webpack-sources": "0.1.5",
    "@vercel/ncc": "0.27.0",
    "amphtml-validator": "1.0.33",
    "arg": "4.1.0",
    "ast-types": "0.13.2",
    "async-retry": "1.2.3",
    "async-sema": "3.0.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-plugin-transform-define": "2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "bfj": "7.0.2",
    "cacache": "15.0.5",
    "cache-loader": "4.1.0",
    "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
    "comment-json": "3.0.3",
    "compression": "1.7.4",
    "conf": "5.0.0",
    "content-type": "1.0.4",
    "cookie": "0.4.1",
    "css-loader": "4.3.0",
    "debug": "4.1.1",
    "devalue": "2.0.1",
    "escape-string-regexp": "2.0.0",
    "file-loader": "6.0.0",
    "find-cache-dir": "3.3.1",
    "find-up": "4.1.0",
    "fresh": "0.5.2",
    "gzip-size": "5.1.1",
    "http-proxy": "1.18.1",
    "ignore-loader": "0.1.2",
    "is-docker": "2.0.0",
    "is-wsl": "2.2.0",
    "json5": "2.1.3",
    "jsonwebtoken": "8.5.1",
    "loader-utils": "2.0.0",
    "lodash.curry": "4.1.1",
    "lru-cache": "5.1.1",
    "nanoid": "3.1.20",
    "neo-async": "2.6.1",
    "ora": "4.0.4",
    "path-to-regexp": "6.1.0",
    "postcss-flexbugs-fixes": "4.2.1",
    "postcss-loader": "4.0.3",
    "postcss-preset-env": "6.7.0",
    "postcss-scss": "3.0.4",
    "recast": "0.18.5",
    "resolve-url-loader": "3.1.2",
    "sass-loader": "10.0.5",
    "schema-utils": "2.7.1",
    "semver": "7.3.2",
    "send": "0.17.1",
    "source-map": "0.6.1",
    "string-hash": "1.1.3",
    "strip-ansi": "6.0.0",
    "taskr": "1.1.0",
    "terser": "5.5.1",
    "text-table": "0.2.0",
    "thread-loader": "2.1.3",
    "typescript": "3.8.3",
    "unistore": "3.4.1",
    "web-vitals": "0.2.4",
    "webpack": "4.44.1",
    "webpack-sources": "1.4.3"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "c64005ffd59380b1e0068680fc347cc3c79ea7b4"
}
