package.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. {
  2. "name": "next",
  3. "version": "12.3.4",
  4. "description": "The React Framework",
  5. "main": "./dist/server/next.js",
  6. "license": "MIT",
  7. "repository": "vercel/next.js",
  8. "bugs": "https://github.com/vercel/next.js/issues",
  9. "homepage": "https://nextjs.org",
  10. "types": "index.d.ts",
  11. "files": [
  12. "dist",
  13. "app.js",
  14. "app.d.ts",
  15. "babel.js",
  16. "babel.d.ts",
  17. "client.js",
  18. "client.d.ts",
  19. "config.js",
  20. "config.d.ts",
  21. "constants.js",
  22. "constants.d.ts",
  23. "document.js",
  24. "document.d.ts",
  25. "dynamic.js",
  26. "dynamic.d.ts",
  27. "error.js",
  28. "error.d.ts",
  29. "future",
  30. "script.js",
  31. "script.d.ts",
  32. "server.js",
  33. "server.d.ts",
  34. "head.js",
  35. "head.d.ts",
  36. "image.js",
  37. "image.d.ts",
  38. "link.js",
  39. "link.d.ts",
  40. "router.js",
  41. "router.d.ts",
  42. "jest.js",
  43. "jest.d.ts",
  44. "amp.js",
  45. "amp.d.ts",
  46. "index.d.ts",
  47. "types/index.d.ts",
  48. "types/global.d.ts",
  49. "types/compiled.d.ts",
  50. "image-types/global.d.ts"
  51. ],
  52. "bin": {
  53. "next": "./dist/bin/next"
  54. },
  55. "scripts": {
  56. "dev": "taskr",
  57. "release": "taskr release",
  58. "build": "pnpm release && pnpm types",
  59. "prepublishOnly": "cd ../../ && turbo run build",
  60. "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
  61. "typescript": "tsec --noEmit",
  62. "ncc-compiled": "ncc cache clean && taskr ncc"
  63. },
  64. "taskr": {
  65. "requires": [
  66. "./taskfile-ncc.js",
  67. "./taskfile-swc.js"
  68. ]
  69. },
  70. "dependencies": {
  71. "@next/env": "12.3.4",
  72. "@swc/helpers": "0.4.11",
  73. "caniuse-lite": "^1.0.30001406",
  74. "postcss": "8.4.14",
  75. "styled-jsx": "5.0.7",
  76. "use-sync-external-store": "1.2.0"
  77. },
  78. "peerDependencies": {
  79. "fibers": ">= 3.1.0",
  80. "node-sass": "^6.0.0 || ^7.0.0",
  81. "react": "^17.0.2 || ^18.0.0-0",
  82. "react-dom": "^17.0.2 || ^18.0.0-0",
  83. "sass": "^1.3.0"
  84. },
  85. "peerDependenciesMeta": {
  86. "node-sass": {
  87. "optional": true
  88. },
  89. "sass": {
  90. "optional": true
  91. },
  92. "fibers": {
  93. "optional": true
  94. }
  95. },
  96. "devDependencies": {
  97. "@ampproject/toolbox-optimizer": "2.8.3",
  98. "@babel/code-frame": "7.12.11",
  99. "@babel/core": "7.18.0",
  100. "@babel/eslint-parser": "7.18.2",
  101. "@babel/generator": "7.18.0",
  102. "@babel/plugin-proposal-class-properties": "7.14.5",
  103. "@babel/plugin-proposal-export-namespace-from": "7.14.5",
  104. "@babel/plugin-proposal-numeric-separator": "7.14.5",
  105. "@babel/plugin-proposal-object-rest-spread": "7.14.7",
  106. "@babel/plugin-syntax-bigint": "7.8.3",
  107. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  108. "@babel/plugin-syntax-import-assertions": "7.16.7",
  109. "@babel/plugin-syntax-jsx": "7.14.5",
  110. "@babel/plugin-transform-modules-commonjs": "7.18.0",
  111. "@babel/plugin-transform-runtime": "7.18.0",
  112. "@babel/preset-env": "7.18.0",
  113. "@babel/preset-react": "7.14.5",
  114. "@babel/preset-typescript": "7.17.12",
  115. "@babel/runtime": "7.15.4",
  116. "@babel/traverse": "7.18.0",
  117. "@babel/types": "7.18.0",
  118. "@edge-runtime/primitives": "1.1.0-beta.31",
  119. "@hapi/accept": "5.0.2",
  120. "@napi-rs/cli": "2.7.0",
  121. "@napi-rs/triples": "1.1.0",
  122. "@next/polyfill-module": "12.3.4",
  123. "@next/polyfill-nomodule": "12.3.4",
  124. "@next/react-dev-overlay": "12.3.4",
  125. "@next/react-refresh-utils": "12.3.4",
  126. "@next/swc": "12.3.4",
  127. "@segment/ajv-human-errors": "2.1.2",
  128. "@taskr/clear": "1.1.0",
  129. "@taskr/esnext": "1.1.0",
  130. "@taskr/watch": "1.1.0",
  131. "@types/amphtml-validator": "1.0.0",
  132. "@types/babel__code-frame": "7.0.2",
  133. "@types/babel__core": "7.1.12",
  134. "@types/babel__generator": "7.6.2",
  135. "@types/babel__template": "7.4.0",
  136. "@types/babel__traverse": "7.11.0",
  137. "@types/bytes": "3.1.1",
  138. "@types/ci-info": "2.0.0",
  139. "@types/compression": "0.0.36",
  140. "@types/content-disposition": "0.5.4",
  141. "@types/content-type": "1.1.3",
  142. "@types/cookie": "0.3.3",
  143. "@types/cross-spawn": "6.0.0",
  144. "@types/debug": "4.1.5",
  145. "@types/fresh": "0.5.0",
  146. "@types/glob": "7.1.1",
  147. "@types/jsonwebtoken": "8.3.7",
  148. "@types/lodash": "4.14.149",
  149. "@types/lodash.curry": "4.1.6",
  150. "@types/lru-cache": "5.1.0",
  151. "@types/micromatch": "4.0.2",
  152. "@types/node-fetch": "2.6.1",
  153. "@types/path-to-regexp": "1.7.0",
  154. "@types/react": "16.9.17",
  155. "@types/react-dom": "16.9.4",
  156. "@types/react-is": "16.7.1",
  157. "@types/semver": "7.3.1",
  158. "@types/send": "0.14.4",
  159. "@types/tar": "4.0.3",
  160. "@types/text-table": "0.2.1",
  161. "@types/ua-parser-js": "0.7.36",
  162. "@types/uuid": "8.3.1",
  163. "@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
  164. "@types/ws": "8.2.0",
  165. "@vercel/ncc": "0.34.0",
  166. "@vercel/nft": "0.22.1",
  167. "acorn": "8.5.0",
  168. "ajv": "8.11.0",
  169. "amphtml-validator": "1.0.35",
  170. "arg": "4.1.0",
  171. "assert": "2.0.0",
  172. "async-retry": "1.2.3",
  173. "async-sema": "3.0.0",
  174. "babel-plugin-transform-define": "2.0.0",
  175. "babel-plugin-transform-react-remove-prop-types": "0.4.24",
  176. "browserify-zlib": "0.2.0",
  177. "browserslist": "4.20.2",
  178. "buffer": "5.6.0",
  179. "bytes": "3.1.1",
  180. "chalk": "2.4.2",
  181. "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
  182. "cli-select": "1.1.2",
  183. "comment-json": "3.0.3",
  184. "compression": "1.7.4",
  185. "conf": "5.0.0",
  186. "constants-browserify": "1.0.0",
  187. "content-disposition": "0.5.3",
  188. "content-type": "1.0.4",
  189. "cookie": "0.4.1",
  190. "cross-spawn": "6.0.5",
  191. "crypto-browserify": "3.12.0",
  192. "cssnano-simple": "3.0.1",
  193. "debug": "4.1.1",
  194. "devalue": "2.0.1",
  195. "domain-browser": "4.19.0",
  196. "edge-runtime": "1.1.0-beta.31",
  197. "events": "3.3.0",
  198. "find-cache-dir": "3.3.1",
  199. "find-up": "4.1.0",
  200. "fresh": "0.5.2",
  201. "get-orientation": "1.1.2",
  202. "glob": "7.1.7",
  203. "gzip-size": "5.1.1",
  204. "http-proxy": "1.18.1",
  205. "https-browserify": "1.0.0",
  206. "icss-utils": "5.1.0",
  207. "ignore-loader": "0.1.2",
  208. "image-size": "1.0.0",
  209. "is-docker": "2.0.0",
  210. "is-wsl": "2.2.0",
  211. "jest-worker": "27.0.0-next.5",
  212. "json5": "2.2.1",
  213. "jsonwebtoken": "8.5.1",
  214. "loader-utils2": "npm:loader-utils@2.0.0",
  215. "loader-utils3": "npm:loader-utils@3.1.3",
  216. "lodash.curry": "4.1.1",
  217. "lru-cache": "5.1.1",
  218. "micromatch": "4.0.4",
  219. "mini-css-extract-plugin": "2.4.3",
  220. "nanoid": "3.1.32",
  221. "native-url": "0.3.4",
  222. "neo-async": "2.6.1",
  223. "node-fetch": "2.6.7",
  224. "node-html-parser": "5.3.3",
  225. "ora": "4.0.4",
  226. "os-browserify": "0.3.0",
  227. "p-limit": "3.1.0",
  228. "path-browserify": "1.0.1",
  229. "path-to-regexp": "6.1.0",
  230. "postcss-flexbugs-fixes": "5.0.2",
  231. "postcss-modules-extract-imports": "3.0.0",
  232. "postcss-modules-local-by-default": "4.0.0",
  233. "postcss-modules-scope": "3.0.0",
  234. "postcss-modules-values": "4.0.0",
  235. "postcss-preset-env": "7.4.3",
  236. "postcss-safe-parser": "6.0.0",
  237. "postcss-scss": "4.0.3",
  238. "postcss-value-parser": "4.2.0",
  239. "process": "0.11.10",
  240. "punycode": "2.1.1",
  241. "querystring-es3": "0.2.1",
  242. "raw-body": "2.4.1",
  243. "react-is": "17.0.2",
  244. "react-refresh": "0.12.0",
  245. "react-server-dom-webpack": "0.0.0-experimental-8951c5fc9-20220915",
  246. "regenerator-runtime": "0.13.4",
  247. "sass-loader": "12.4.0",
  248. "schema-utils2": "npm:schema-utils@2.7.1",
  249. "schema-utils3": "npm:schema-utils@3.0.0",
  250. "semver": "7.3.2",
  251. "send": "0.17.1",
  252. "setimmediate": "1.0.5",
  253. "source-map": "0.6.1",
  254. "stream-browserify": "3.0.0",
  255. "stream-http": "3.1.1",
  256. "string-hash": "1.1.3",
  257. "string_decoder": "1.3.0",
  258. "strip-ansi": "6.0.0",
  259. "tar": "6.1.11",
  260. "taskr": "1.1.0",
  261. "terser": "5.14.1",
  262. "text-table": "0.2.0",
  263. "timers-browserify": "2.0.12",
  264. "tty-browserify": "0.0.1",
  265. "ua-parser-js": "0.7.28",
  266. "unistore": "3.4.1",
  267. "util": "0.12.4",
  268. "uuid": "8.3.2",
  269. "vm-browserify": "1.1.2",
  270. "watchpack": "2.4.0",
  271. "web-vitals": "3.0.0",
  272. "webpack": "5.74.0",
  273. "webpack-sources1": "npm:webpack-sources@1.4.3",
  274. "webpack-sources3": "npm:webpack-sources@3.2.3",
  275. "ws": "8.2.3"
  276. },
  277. "resolutions": {
  278. "browserslist": "4.20.2",
  279. "caniuse-lite": "1.0.30001406"
  280. },
  281. "engines": {
  282. "node": ">=12.22.0"
  283. },
  284. "optionalDependencies": {
  285. "@next/swc-android-arm-eabi": "12.3.4",
  286. "@next/swc-android-arm64": "12.3.4",
  287. "@next/swc-darwin-arm64": "12.3.4",
  288. "@next/swc-darwin-x64": "12.3.4",
  289. "@next/swc-freebsd-x64": "12.3.4",
  290. "@next/swc-linux-arm-gnueabihf": "12.3.4",
  291. "@next/swc-linux-arm64-gnu": "12.3.4",
  292. "@next/swc-linux-arm64-musl": "12.3.4",
  293. "@next/swc-linux-x64-gnu": "12.3.4",
  294. "@next/swc-linux-x64-musl": "12.3.4",
  295. "@next/swc-win32-arm64-msvc": "12.3.4",
  296. "@next/swc-win32-ia32-msvc": "12.3.4",
  297. "@next/swc-win32-x64-msvc": "12.3.4"
  298. },
  299. "gitHead": "e2c5952ef2fa03d4fb6dc4cb7ff50d26c76e7ea8"
  300. }