123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- {
- "name": "next",
- "version": "12.3.4",
- "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": "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",
- "document.js",
- "document.d.ts",
- "dynamic.js",
- "dynamic.d.ts",
- "error.js",
- "error.d.ts",
- "future",
- "script.js",
- "script.d.ts",
- "server.js",
- "server.d.ts",
- "head.js",
- "head.d.ts",
- "image.js",
- "image.d.ts",
- "link.js",
- "link.d.ts",
- "router.js",
- "router.d.ts",
- "jest.js",
- "jest.d.ts",
- "amp.js",
- "amp.d.ts",
- "index.d.ts",
- "types/index.d.ts",
- "types/global.d.ts",
- "types/compiled.d.ts",
- "image-types/global.d.ts"
- ],
- "bin": {
- "next": "./dist/bin/next"
- },
- "scripts": {
- "dev": "taskr",
- "release": "taskr release",
- "build": "pnpm release && pnpm types",
- "prepublishOnly": "cd ../../ && turbo run build",
- "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
- "typescript": "tsec --noEmit",
- "ncc-compiled": "ncc cache clean && taskr ncc"
- },
- "taskr": {
- "requires": [
- "./taskfile-ncc.js",
- "./taskfile-swc.js"
- ]
- },
- "dependencies": {
- "@next/env": "12.3.4",
- "@swc/helpers": "0.4.11",
- "caniuse-lite": "^1.0.30001406",
- "postcss": "8.4.14",
- "styled-jsx": "5.0.7",
- "use-sync-external-store": "1.2.0"
- },
- "peerDependencies": {
- "fibers": ">= 3.1.0",
- "node-sass": "^6.0.0 || ^7.0.0",
- "react": "^17.0.2 || ^18.0.0-0",
- "react-dom": "^17.0.2 || ^18.0.0-0",
- "sass": "^1.3.0"
- },
- "peerDependenciesMeta": {
- "node-sass": {
- "optional": true
- },
- "sass": {
- "optional": true
- },
- "fibers": {
- "optional": true
- }
- },
- "devDependencies": {
- "@ampproject/toolbox-optimizer": "2.8.3",
- "@babel/code-frame": "7.12.11",
- "@babel/core": "7.18.0",
- "@babel/eslint-parser": "7.18.2",
- "@babel/generator": "7.18.0",
- "@babel/plugin-proposal-class-properties": "7.14.5",
- "@babel/plugin-proposal-export-namespace-from": "7.14.5",
- "@babel/plugin-proposal-numeric-separator": "7.14.5",
- "@babel/plugin-proposal-object-rest-spread": "7.14.7",
- "@babel/plugin-syntax-bigint": "7.8.3",
- "@babel/plugin-syntax-dynamic-import": "7.8.3",
- "@babel/plugin-syntax-import-assertions": "7.16.7",
- "@babel/plugin-syntax-jsx": "7.14.5",
- "@babel/plugin-transform-modules-commonjs": "7.18.0",
- "@babel/plugin-transform-runtime": "7.18.0",
- "@babel/preset-env": "7.18.0",
- "@babel/preset-react": "7.14.5",
- "@babel/preset-typescript": "7.17.12",
- "@babel/runtime": "7.15.4",
- "@babel/traverse": "7.18.0",
- "@babel/types": "7.18.0",
- "@edge-runtime/primitives": "1.1.0-beta.31",
- "@hapi/accept": "5.0.2",
- "@napi-rs/cli": "2.7.0",
- "@napi-rs/triples": "1.1.0",
- "@next/polyfill-module": "12.3.4",
- "@next/polyfill-nomodule": "12.3.4",
- "@next/react-dev-overlay": "12.3.4",
- "@next/react-refresh-utils": "12.3.4",
- "@next/swc": "12.3.4",
- "@segment/ajv-human-errors": "2.1.2",
- "@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/bytes": "3.1.1",
- "@types/ci-info": "2.0.0",
- "@types/compression": "0.0.36",
- "@types/content-disposition": "0.5.4",
- "@types/content-type": "1.1.3",
- "@types/cookie": "0.3.3",
- "@types/cross-spawn": "6.0.0",
- "@types/debug": "4.1.5",
- "@types/fresh": "0.5.0",
- "@types/glob": "7.1.1",
- "@types/jsonwebtoken": "8.3.7",
- "@types/lodash": "4.14.149",
- "@types/lodash.curry": "4.1.6",
- "@types/lru-cache": "5.1.0",
- "@types/micromatch": "4.0.2",
- "@types/node-fetch": "2.6.1",
- "@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/tar": "4.0.3",
- "@types/text-table": "0.2.1",
- "@types/ua-parser-js": "0.7.36",
- "@types/uuid": "8.3.1",
- "@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
- "@types/ws": "8.2.0",
- "@vercel/ncc": "0.34.0",
- "@vercel/nft": "0.22.1",
- "acorn": "8.5.0",
- "ajv": "8.11.0",
- "amphtml-validator": "1.0.35",
- "arg": "4.1.0",
- "assert": "2.0.0",
- "async-retry": "1.2.3",
- "async-sema": "3.0.0",
- "babel-plugin-transform-define": "2.0.0",
- "babel-plugin-transform-react-remove-prop-types": "0.4.24",
- "browserify-zlib": "0.2.0",
- "browserslist": "4.20.2",
- "buffer": "5.6.0",
- "bytes": "3.1.1",
- "chalk": "2.4.2",
- "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
- "cli-select": "1.1.2",
- "comment-json": "3.0.3",
- "compression": "1.7.4",
- "conf": "5.0.0",
- "constants-browserify": "1.0.0",
- "content-disposition": "0.5.3",
- "content-type": "1.0.4",
- "cookie": "0.4.1",
- "cross-spawn": "6.0.5",
- "crypto-browserify": "3.12.0",
- "cssnano-simple": "3.0.1",
- "debug": "4.1.1",
- "devalue": "2.0.1",
- "domain-browser": "4.19.0",
- "edge-runtime": "1.1.0-beta.31",
- "events": "3.3.0",
- "find-cache-dir": "3.3.1",
- "find-up": "4.1.0",
- "fresh": "0.5.2",
- "get-orientation": "1.1.2",
- "glob": "7.1.7",
- "gzip-size": "5.1.1",
- "http-proxy": "1.18.1",
- "https-browserify": "1.0.0",
- "icss-utils": "5.1.0",
- "ignore-loader": "0.1.2",
- "image-size": "1.0.0",
- "is-docker": "2.0.0",
- "is-wsl": "2.2.0",
- "jest-worker": "27.0.0-next.5",
- "json5": "2.2.1",
- "jsonwebtoken": "8.5.1",
- "loader-utils2": "npm:loader-utils@2.0.0",
- "loader-utils3": "npm:loader-utils@3.1.3",
- "lodash.curry": "4.1.1",
- "lru-cache": "5.1.1",
- "micromatch": "4.0.4",
- "mini-css-extract-plugin": "2.4.3",
- "nanoid": "3.1.32",
- "native-url": "0.3.4",
- "neo-async": "2.6.1",
- "node-fetch": "2.6.7",
- "node-html-parser": "5.3.3",
- "ora": "4.0.4",
- "os-browserify": "0.3.0",
- "p-limit": "3.1.0",
- "path-browserify": "1.0.1",
- "path-to-regexp": "6.1.0",
- "postcss-flexbugs-fixes": "5.0.2",
- "postcss-modules-extract-imports": "3.0.0",
- "postcss-modules-local-by-default": "4.0.0",
- "postcss-modules-scope": "3.0.0",
- "postcss-modules-values": "4.0.0",
- "postcss-preset-env": "7.4.3",
- "postcss-safe-parser": "6.0.0",
- "postcss-scss": "4.0.3",
- "postcss-value-parser": "4.2.0",
- "process": "0.11.10",
- "punycode": "2.1.1",
- "querystring-es3": "0.2.1",
- "raw-body": "2.4.1",
- "react-is": "17.0.2",
- "react-refresh": "0.12.0",
- "react-server-dom-webpack": "0.0.0-experimental-8951c5fc9-20220915",
- "regenerator-runtime": "0.13.4",
- "sass-loader": "12.4.0",
- "schema-utils2": "npm:schema-utils@2.7.1",
- "schema-utils3": "npm:schema-utils@3.0.0",
- "semver": "7.3.2",
- "send": "0.17.1",
- "setimmediate": "1.0.5",
- "source-map": "0.6.1",
- "stream-browserify": "3.0.0",
- "stream-http": "3.1.1",
- "string-hash": "1.1.3",
- "string_decoder": "1.3.0",
- "strip-ansi": "6.0.0",
- "tar": "6.1.11",
- "taskr": "1.1.0",
- "terser": "5.14.1",
- "text-table": "0.2.0",
- "timers-browserify": "2.0.12",
- "tty-browserify": "0.0.1",
- "ua-parser-js": "0.7.28",
- "unistore": "3.4.1",
- "util": "0.12.4",
- "uuid": "8.3.2",
- "vm-browserify": "1.1.2",
- "watchpack": "2.4.0",
- "web-vitals": "3.0.0",
- "webpack": "5.74.0",
- "webpack-sources1": "npm:webpack-sources@1.4.3",
- "webpack-sources3": "npm:webpack-sources@3.2.3",
- "ws": "8.2.3"
- },
- "resolutions": {
- "browserslist": "4.20.2",
- "caniuse-lite": "1.0.30001406"
- },
- "engines": {
- "node": ">=12.22.0"
- },
- "optionalDependencies": {
- "@next/swc-android-arm-eabi": "12.3.4",
- "@next/swc-android-arm64": "12.3.4",
- "@next/swc-darwin-arm64": "12.3.4",
- "@next/swc-darwin-x64": "12.3.4",
- "@next/swc-freebsd-x64": "12.3.4",
- "@next/swc-linux-arm-gnueabihf": "12.3.4",
- "@next/swc-linux-arm64-gnu": "12.3.4",
- "@next/swc-linux-arm64-musl": "12.3.4",
- "@next/swc-linux-x64-gnu": "12.3.4",
- "@next/swc-linux-x64-musl": "12.3.4",
- "@next/swc-win32-arm64-msvc": "12.3.4",
- "@next/swc-win32-ia32-msvc": "12.3.4",
- "@next/swc-win32-x64-msvc": "12.3.4"
- },
- "gitHead": "e2c5952ef2fa03d4fb6dc4cb7ff50d26c76e7ea8"
- }
|