rsnext/packages/next/package.json

255 lines
7.1 KiB
JSON
Raw Normal View History

{
"name": "next",
2021-04-27 19:02:08 +02:00
"version": "10.1.4-canary.17",
2019-01-21 13:46:01 +01:00
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
"repository": "vercel/next.js",
"bugs": "https://github.com/vercel/next.js/issues",
2018-10-01 01:34:54 +02:00
"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",
"experimental-script.js",
"experimental-script.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": {
2021-03-23 22:35:15 +01:00
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
2021-04-27 19:02:08 +02:00
"@next/env": "10.1.4-canary.17",
"@next/polyfill-module": "10.1.4-canary.17",
"@next/react-dev-overlay": "10.1.4-canary.17",
"@next/react-refresh-utils": "10.1.4-canary.17",
"@opentelemetry/api": "0.14.0",
"assert": "2.0.0",
"ast-types": "0.13.2",
"browserify-zlib": "0.2.0",
"browserslist": "4.16.1",
"buffer": "5.6.0",
"caniuse-lite": "^1.0.30001179",
"chalk": "2.4.2",
"chokidar": "3.5.1",
"constants-browserify": "1.0.0",
"crypto-browserify": "3.12.0",
"cssnano-simple": "2.0.0",
"domain-browser": "4.19.0",
"encoding": "0.1.13",
"etag": "1.8.1",
"find-cache-dir": "3.3.1",
"get-orientation": "1.1.2",
"https-browserify": "1.0.0",
"jest-worker": "27.0.0-next.5",
"native-url": "0.3.4",
"node-fetch": "2.6.1",
"node-html-parser": "1.4.9",
"node-libs-browser": "^2.2.1",
"os-browserify": "0.3.0",
"p-limit": "3.1.0",
"path-browserify": "1.0.1",
2020-05-11 02:48:57 +02:00
"pnp-webpack-plugin": "1.6.4",
"postcss": "8.2.10",
"process": "0.11.10",
"prop-types": "15.7.2",
"querystring-es3": "0.2.1",
"raw-body": "2.4.1",
2020-05-11 02:48:57 +02:00
"react-is": "16.13.1",
"react-refresh": "0.8.3",
"stream-browserify": "3.0.0",
"stream-http": "3.1.1",
"string_decoder": "1.3.0",
"styled-jsx": "3.3.2",
"timers-browserify": "2.0.12",
"tty-browserify": "0.0.1",
"use-subscription": "1.5.1",
"util": "0.12.3",
"vm-browserify": "1.1.2",
"watchpack": "2.1.1"
},
"peerDependencies": {
2021-01-04 16:31:56 +01:00
"fibers": ">= 3.1.0",
"node-sass": "^4.0.0 || ^5.0.0",
"react": "^16.6.0 || ^17",
"react-dom": "^16.6.0 || ^17",
2021-01-04 16:31:56 +01:00
"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",
2021-04-08 14:48:18 +02:00
"@babel/generator": "^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/traverse": "^7.12.10",
"@babel/types": "7.12.12",
2021-04-27 19:02:08 +02:00
"@next/polyfill-nomodule": "10.1.4-canary.17",
"@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",
2019-09-05 16:11:08 +02:00
"@types/content-type": "1.1.3",
"@types/cookie": "0.3.3",
2019-07-30 23:35:15 +02:00
"@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",
Add experimental SPR support (#8832) * initial commit for SPRv2 * Add initial SPR cache handling * update SPR handling * Implement SPR handling in render * Update tests, handle caching with serverless next start, add TODOs, and update manifest generating * Handle no prerender-manifest from not being used * Fix url.parse error * Apply suggestions from code review Co-Authored-By: Joe Haddad <joe.haddad@zeit.co> * Replace set with constants in next-page-config * simplify sprStatus.used * Add error if getStaticProps is used with getInitialProps * Remove stale TODO * Update revalidate values in SPR cache for non-seeded routes * Apply suggestions from code review * Remove concurrency type * Rename variable for clarity * Add copying prerender files during export * Add comment for clarity * Fix exporting * Update comment * Add additional note * Rename variable * Update to not re-export SPR pages from build * Hard navigate when fetching data fails * Remove default extension * Add brackets * Add checking output files to prerender tests * Adjust export move logic * Clarify behavior of export aggregation * Update variable names for clarity * Update tests * Add comment * s/an oxymoron/contradictory/ * rename * Extract error case * Add tests for exporting SPR pages and update /_next/data endpoint to end with .json * Relocate variable * Adjust route building * Rename to unstable * Rename unstable_getStaticParams * Fix linting * Only add this when a data request * Update prerender data tests * s/isServerless/isLikeServerless/ * Don't rely on query for `next start` in serverless mode * Rename var * Update renderedDuringBuild check * Add test for dynamic param with bracket * Fix serverless next start handling * remove todo * Adjust comment * Update calculateRevalidate * Remove cache logic from render.tsx * Remove extra imports * Move SPR cache logic to next-server * Remove old isDynamic prop * Add calling App getInitialProps for SPR pages * Update revalidate logic * Add isStale to SprCacheValue * Update headers for SPR * add awaiting pendingRevalidation * Dont return null for revalidation render * Adjust logic * Be sure to remove coalesced render * Fix data for serverless * Create a method coalescing utility * Remove TODO * Extract send payload helper * Wrap in-line * Move around some code * Add tests for de-duping and revalidating * Update prerender manifest test
2019-09-24 10:50:04 +02:00
"@types/lru-cache": "5.1.0",
"@types/node-fetch": "2.3.4",
2020-03-29 19:17:06 +02:00
"@types/path-to-regexp": "1.7.0",
2020-01-06 17:43:26 +01:00
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
2019-09-05 16:11:08 +02:00
"@types/react-is": "16.7.1",
"@types/semver": "7.3.1",
2019-09-05 16:11:08 +02:00
"@types/send": "0.14.4",
2019-04-23 09:40:24 +02:00
"@types/styled-jsx": "2.2.8",
"@types/text-table": "0.2.1",
"@types/webpack": "5.28.0",
"@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",
2020-03-29 00:27:09 +01:00
"async-retry": "1.2.3",
"async-sema": "3.0.0",
2020-05-11 02:48:57 +02:00
"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",
2020-03-30 03:25:10 +02:00
"cache-loader": "4.1.0",
"ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
"comment-json": "3.0.3",
2020-03-29 00:56:38 +01:00
"compression": "1.7.4",
2020-03-29 17:46:33 +02:00
"conf": "5.0.0",
2020-03-29 00:56:38 +01:00
"content-type": "1.0.4",
2020-05-11 02:48:57 +02:00
"cookie": "0.4.1",
"css-loader": "4.3.0",
"debug": "4.1.1",
2020-03-29 01:18:22 +01:00
"devalue": "2.0.1",
2020-03-29 01:21:07 +01:00
"escape-string-regexp": "2.0.0",
2020-05-11 02:48:57 +02:00
"file-loader": "6.0.0",
"find-cache-dir": "3.3.1",
2020-05-11 02:48:57 +02:00
"find-up": "4.1.0",
2020-03-29 01:27:13 +01:00
"fresh": "0.5.2",
2020-03-29 01:29:14 +01:00
"gzip-size": "5.1.1",
"http-proxy": "1.18.1",
2020-03-30 03:37:41 +02:00
"ignore-loader": "0.1.2",
2020-03-29 01:33:35 +01:00
"is-docker": "2.0.0",
2020-05-11 02:48:57 +02:00
"is-wsl": "2.2.0",
"json5": "2.1.3",
2020-03-29 01:37:45 +01:00
"jsonwebtoken": "8.5.1",
"loader-utils": "2.0.0",
2020-03-29 01:43:59 +01:00
"lodash.curry": "4.1.1",
2020-03-29 01:46:22 +01:00
"lru-cache": "5.1.1",
"nanoid": "3.1.20",
"neo-async": "2.6.1",
"ora": "4.0.4",
2020-03-29 19:17:06 +02:00
"path-to-regexp": "6.1.0",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "4.0.3",
2020-03-30 04:01:30 +02:00
"postcss-preset-env": "6.7.0",
"postcss-scss": "3.0.5",
2020-03-29 03:36:38 +02:00
"recast": "0.18.5",
"regexr": "https://github.com/ijjk/regexr-lexer.git#3bcf3d1c4bc6dd9239c47acb1fb7b419823f8337",
"resolve-url-loader": "3.1.2",
"sass-loader": "10.0.5",
"schema-utils": "2.7.1",
"semver": "7.3.2",
2020-03-29 03:40:29 +02:00
"send": "0.17.1",
2020-03-29 05:41:35 +02:00
"source-map": "0.6.1",
2020-03-29 05:05:26 +02:00
"string-hash": "1.1.3",
"strip-ansi": "6.0.0",
2019-03-24 14:34:44 +01:00
"taskr": "1.1.0",
2020-12-10 17:49:23 +01:00
"terser": "5.5.1",
"text-table": "0.2.0",
2020-03-30 01:20:35 +02:00
"thread-loader": "2.1.3",
"typescript": "3.8.3",
"unistore": "3.4.1",
"web-vitals": "0.2.4",
2021-01-14 16:18:03 +01:00
"webpack": "4.44.1",
"webpack-sources": "1.4.3"
},
"engines": {
"node": ">=10.13.0"
}
}