1 | {
|
2 | "name": "next",
|
3 | "version": "11.0.1",
|
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": "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 | "data.js",
|
24 | "data.d.ts",
|
25 | "document.js",
|
26 | "document.d.ts",
|
27 | "dynamic.js",
|
28 | "dynamic.d.ts",
|
29 | "error.js",
|
30 | "error.d.ts",
|
31 | "script.js",
|
32 | "script.d.ts",
|
33 | "head.js",
|
34 | "head.d.ts",
|
35 | "image.js",
|
36 | "image.d.ts",
|
37 | "link.js",
|
38 | "link.d.ts",
|
39 | "router.js",
|
40 | "router.d.ts",
|
41 | "amp.js",
|
42 | "amp.d.ts",
|
43 | "types/index.d.ts",
|
44 | "types/global.d.ts",
|
45 | "image-types/global.d.ts"
|
46 | ],
|
47 | "bin": {
|
48 | "next": "./dist/bin/next"
|
49 | },
|
50 | "scripts": {
|
51 | "dev": "taskr",
|
52 | "release": "taskr release",
|
53 | "prepublish": "npm run release && yarn types",
|
54 | "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
|
55 | "typescript": "tsc --noEmit --declaration",
|
56 | "ncc-compiled": "ncc cache clean && taskr ncc"
|
57 | },
|
58 | "taskr": {
|
59 | "requires": [
|
60 | "./taskfile-ncc.js",
|
61 | "./taskfile-babel.js",
|
62 | "./taskfile-typescript.js"
|
63 | ]
|
64 | },
|
65 | "dependencies": {
|
66 | "@babel/runtime": "7.12.5",
|
67 | "@hapi/accept": "5.0.2",
|
68 | "@next/env": "11.0.1",
|
69 | "@next/polyfill-module": "11.0.1",
|
70 | "@next/react-dev-overlay": "11.0.1",
|
71 | "@next/react-refresh-utils": "11.0.1",
|
72 | "assert": "2.0.0",
|
73 | "ast-types": "0.13.2",
|
74 | "browserify-zlib": "0.2.0",
|
75 | "browserslist": "4.16.6",
|
76 | "buffer": "5.6.0",
|
77 | "caniuse-lite": "^1.0.30001228",
|
78 | "chalk": "2.4.2",
|
79 | "chokidar": "3.5.1",
|
80 | "constants-browserify": "1.0.0",
|
81 | "crypto-browserify": "3.12.0",
|
82 | "cssnano-simple": "2.0.0",
|
83 | "domain-browser": "4.19.0",
|
84 | "encoding": "0.1.13",
|
85 | "etag": "1.8.1",
|
86 | "find-cache-dir": "3.3.1",
|
87 | "get-orientation": "1.1.2",
|
88 | "https-browserify": "1.0.0",
|
89 | "image-size": "1.0.0",
|
90 | "jest-worker": "27.0.0-next.5",
|
91 | "native-url": "0.3.4",
|
92 | "node-fetch": "2.6.1",
|
93 | "node-html-parser": "1.4.9",
|
94 | "node-libs-browser": "^2.2.1",
|
95 | "os-browserify": "0.3.0",
|
96 | "p-limit": "3.1.0",
|
97 | "path-browserify": "1.0.1",
|
98 | "pnp-webpack-plugin": "1.6.4",
|
99 | "postcss": "8.2.13",
|
100 | "process": "0.11.10",
|
101 | "prop-types": "15.7.2",
|
102 | "querystring-es3": "0.2.1",
|
103 | "raw-body": "2.4.1",
|
104 | "react-is": "17.0.2",
|
105 | "react-refresh": "0.8.3",
|
106 | "stream-browserify": "3.0.0",
|
107 | "stream-http": "3.1.1",
|
108 | "string_decoder": "1.3.0",
|
109 | "styled-jsx": "3.3.2",
|
110 | "timers-browserify": "2.0.12",
|
111 | "tty-browserify": "0.0.1",
|
112 | "use-subscription": "1.5.1",
|
113 | "util": "0.12.3",
|
114 | "vm-browserify": "1.1.2",
|
115 | "watchpack": "2.1.1"
|
116 | },
|
117 | "peerDependencies": {
|
118 | "fibers": ">= 3.1.0",
|
119 | "node-sass": "^4.0.0 || ^5.0.0",
|
120 | "react": "^17.0.2",
|
121 | "react-dom": "^17.0.2",
|
122 | "sass": "^1.3.0"
|
123 | },
|
124 | "peerDependenciesMeta": {
|
125 | "node-sass": {
|
126 | "optional": true
|
127 | },
|
128 | "sass": {
|
129 | "optional": true
|
130 | },
|
131 | "fibers": {
|
132 | "optional": true
|
133 | }
|
134 | },
|
135 | "devDependencies": {
|
136 | "@ampproject/toolbox-optimizer": "2.7.1-alpha.0",
|
137 | "@babel/code-frame": "7.12.11",
|
138 | "@babel/core": "7.12.10",
|
139 | "@babel/eslint-parser": "7.13.14",
|
140 | "@babel/generator": "^7.12.10",
|
141 | "@babel/plugin-proposal-class-properties": "7.12.1",
|
142 | "@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
143 | "@babel/plugin-proposal-numeric-separator": "7.12.7",
|
144 | "@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
145 | "@babel/plugin-syntax-bigint": "7.8.3",
|
146 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
147 | "@babel/plugin-syntax-jsx": "7.12.1",
|
148 | "@babel/plugin-transform-modules-commonjs": "7.12.1",
|
149 | "@babel/plugin-transform-runtime": "7.12.10",
|
150 | "@babel/preset-env": "7.12.11",
|
151 | "@babel/preset-react": "7.12.10",
|
152 | "@babel/preset-typescript": "7.12.7",
|
153 | "@babel/traverse": "^7.12.10",
|
154 | "@babel/types": "7.12.12",
|
155 | "@next/polyfill-nomodule": "11.0.1",
|
156 | "@taskr/clear": "1.1.0",
|
157 | "@taskr/esnext": "1.1.0",
|
158 | "@taskr/watch": "1.1.0",
|
159 | "@types/amphtml-validator": "1.0.0",
|
160 | "@types/babel__code-frame": "7.0.2",
|
161 | "@types/babel__core": "7.1.12",
|
162 | "@types/babel__generator": "7.6.2",
|
163 | "@types/babel__template": "7.4.0",
|
164 | "@types/babel__traverse": "7.11.0",
|
165 | "@types/ci-info": "2.0.0",
|
166 | "@types/compression": "0.0.36",
|
167 | "@types/content-type": "1.1.3",
|
168 | "@types/cookie": "0.3.3",
|
169 | "@types/cross-spawn": "6.0.0",
|
170 | "@types/debug": "4.1.5",
|
171 | "@types/etag": "1.8.0",
|
172 | "@types/fresh": "0.5.0",
|
173 | "@types/jsonwebtoken": "8.3.7",
|
174 | "@types/lodash.curry": "4.1.6",
|
175 | "@types/lru-cache": "5.1.0",
|
176 | "@types/node-fetch": "2.3.4",
|
177 | "@types/path-to-regexp": "1.7.0",
|
178 | "@types/react": "16.9.17",
|
179 | "@types/react-dom": "16.9.4",
|
180 | "@types/react-is": "16.7.1",
|
181 | "@types/semver": "7.3.1",
|
182 | "@types/send": "0.14.4",
|
183 | "@types/styled-jsx": "2.2.8",
|
184 | "@types/text-table": "0.2.1",
|
185 | "@types/webpack": "5.28.0",
|
186 | "@types/webpack-sources": "0.1.5",
|
187 | "@vercel/ncc": "0.27.0",
|
188 | "amphtml-validator": "1.0.33",
|
189 | "arg": "4.1.0",
|
190 | "ast-types": "0.13.2",
|
191 | "async-retry": "1.2.3",
|
192 | "async-sema": "3.0.0",
|
193 | "babel-plugin-dynamic-import-node": "2.3.3",
|
194 | "babel-plugin-transform-define": "2.0.0",
|
195 | "babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
196 | "bfj": "7.0.2",
|
197 | "cacache": "15.0.5",
|
198 | "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
|
199 | "comment-json": "3.0.3",
|
200 | "compression": "1.7.4",
|
201 | "conf": "5.0.0",
|
202 | "content-type": "1.0.4",
|
203 | "cookie": "0.4.1",
|
204 | "css-loader": "4.3.0",
|
205 | "debug": "4.1.1",
|
206 | "devalue": "2.0.1",
|
207 | "escape-string-regexp": "2.0.0",
|
208 | "file-loader": "6.0.0",
|
209 | "find-cache-dir": "3.3.1",
|
210 | "find-up": "4.1.0",
|
211 | "fresh": "0.5.2",
|
212 | "gzip-size": "5.1.1",
|
213 | "http-proxy": "1.18.1",
|
214 | "ignore-loader": "0.1.2",
|
215 | "is-docker": "2.0.0",
|
216 | "is-wsl": "2.2.0",
|
217 | "json5": "2.2.0",
|
218 | "jsonwebtoken": "8.5.1",
|
219 | "loader-utils": "2.0.0",
|
220 | "lodash.curry": "4.1.1",
|
221 | "lru-cache": "5.1.1",
|
222 | "mini-css-extract-plugin": "1.5.0",
|
223 | "nanoid": "3.1.20",
|
224 | "neo-async": "2.6.1",
|
225 | "ora": "4.0.4",
|
226 | "path-to-regexp": "6.1.0",
|
227 | "postcss-flexbugs-fixes": "5.0.2",
|
228 | "postcss-loader": "4.3.0",
|
229 | "postcss-preset-env": "6.7.0",
|
230 | "postcss-scss": "3.0.5",
|
231 | "recast": "0.18.5",
|
232 | "resolve-url-loader": "3.1.2",
|
233 | "sass-loader": "10.0.5",
|
234 | "schema-utils": "2.7.1",
|
235 | "semver": "7.3.2",
|
236 | "send": "0.17.1",
|
237 | "source-map": "0.6.1",
|
238 | "string-hash": "1.1.3",
|
239 | "strip-ansi": "6.0.0",
|
240 | "taskr": "1.1.0",
|
241 | "terser": "5.5.1",
|
242 | "text-table": "0.2.0",
|
243 | "typescript": "4.3.4",
|
244 | "unistore": "3.4.1",
|
245 | "web-vitals": "0.2.4",
|
246 | "webpack": "4.44.1",
|
247 | "webpack-sources": "1.4.3"
|
248 | },
|
249 | "engines": {
|
250 | "node": ">=12.0.0"
|
251 | },
|
252 | "gitHead": "e969d226999bb0fcb52ecc203b359f3715ff69bf"
|
253 | }
|