UNPKG

5.89 kBJSONView Raw
1{
2 "name": "next",
3 "version": "9.3.1",
4 "description": "The React Framework",
5 "main": "./dist/server/next.js",
6 "license": "MIT",
7 "repository": "zeit/next.js",
8 "bugs": "https://github.com/zeit/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 "head.js",
32 "head.d.ts",
33 "link.js",
34 "link.d.ts",
35 "router.js",
36 "router.d.ts",
37 "amp.js",
38 "amp.d.ts",
39 "types/index.d.ts",
40 "types/global.d.ts"
41 ],
42 "bin": {
43 "next": "./dist/bin/next"
44 },
45 "scripts": {
46 "build": "taskr",
47 "release": "taskr release",
48 "prepublish": "npm run release && yarn types",
49 "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
50 "typescript": "tsc --noEmit --declaration"
51 },
52 "taskr": {
53 "requires": [
54 "./taskfile-ncc.js",
55 "./taskfile-babel.js",
56 "./taskfile-typescript.js"
57 ]
58 },
59 "dependencies": {
60 "@ampproject/toolbox-optimizer": "2.0.0",
61 "@babel/core": "7.7.2",
62 "@babel/plugin-proposal-class-properties": "7.7.0",
63 "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
64 "@babel/plugin-proposal-object-rest-spread": "7.6.2",
65 "@babel/plugin-proposal-optional-chaining": "7.7.4",
66 "@babel/plugin-syntax-bigint": "7.8.3",
67 "@babel/plugin-syntax-dynamic-import": "7.2.0",
68 "@babel/plugin-transform-modules-commonjs": "7.7.0",
69 "@babel/plugin-transform-runtime": "7.6.2",
70 "@babel/preset-env": "7.7.1",
71 "@babel/preset-modules": "0.1.1",
72 "@babel/preset-react": "7.7.0",
73 "@babel/preset-typescript": "7.7.2",
74 "@babel/runtime": "7.7.2",
75 "@babel/types": "7.7.4",
76 "@next/polyfill-nomodule": "9.3.1",
77 "amphtml-validator": "1.0.30",
78 "async-retry": "1.2.3",
79 "async-sema": "3.0.0",
80 "autodll-webpack-plugin": "0.4.2",
81 "babel-core": "7.0.0-bridge.0",
82 "babel-loader": "8.0.6",
83 "babel-plugin-syntax-jsx": "6.18.0",
84 "babel-plugin-transform-define": "2.0.0",
85 "babel-plugin-transform-react-remove-prop-types": "0.4.24",
86 "browserslist": "4.8.3",
87 "cache-loader": "4.1.0",
88 "chalk": "2.4.2",
89 "ci-info": "2.0.0",
90 "compression": "1.7.4",
91 "conf": "5.0.0",
92 "content-type": "1.0.4",
93 "cookie": "0.4.0",
94 "css-loader": "3.3.0",
95 "cssnano-simple": "1.0.0",
96 "devalue": "2.0.1",
97 "escape-string-regexp": "2.0.0",
98 "etag": "1.8.1",
99 "file-loader": "4.2.0",
100 "finally-polyfill": "0.1.0",
101 "find-up": "4.0.0",
102 "fork-ts-checker-webpack-plugin": "3.1.1",
103 "fresh": "0.5.2",
104 "gzip-size": "5.1.1",
105 "http-proxy": "1.18.0",
106 "ignore-loader": "0.1.2",
107 "is-docker": "2.0.0",
108 "is-wsl": "2.1.1",
109 "jest-worker": "24.9.0",
110 "json5": "2.1.1",
111 "jsonwebtoken": "8.5.1",
112 "launch-editor": "2.2.1",
113 "loader-utils": "1.2.3",
114 "lodash.curry": "4.1.1",
115 "lru-cache": "5.1.1",
116 "mini-css-extract-plugin": "0.8.0",
117 "mkdirp": "0.5.1",
118 "native-url": "0.2.6",
119 "node-fetch": "2.6.0",
120 "ora": "3.4.0",
121 "path-to-regexp": "6.1.0",
122 "pnp-webpack-plugin": "1.5.0",
123 "postcss-flexbugs-fixes": "4.2.0",
124 "postcss-loader": "3.0.0",
125 "postcss-preset-env": "6.7.0",
126 "prop-types": "15.7.2",
127 "prop-types-exact": "1.2.0",
128 "raw-body": "2.4.0",
129 "react-error-overlay": "5.1.6",
130 "react-is": "16.8.6",
131 "recast": "0.18.5",
132 "resolve-url-loader": "3.1.1",
133 "sass-loader": "8.0.2",
134 "send": "0.17.1",
135 "source-map": "0.6.1",
136 "string-hash": "1.1.3",
137 "strip-ansi": "5.2.0",
138 "style-loader": "1.0.0",
139 "styled-jsx": "3.2.5",
140 "terser": "4.4.2",
141 "thread-loader": "2.1.3",
142 "unfetch": "4.1.0",
143 "url": "0.11.0",
144 "use-subscription": "1.1.1",
145 "watchpack": "2.0.0-beta.13",
146 "webpack": "4.42.0",
147 "webpack-dev-middleware": "3.7.0",
148 "webpack-hot-middleware": "2.25.0",
149 "webpack-sources": "1.4.3"
150 },
151 "peerDependencies": {
152 "react": "^16.6.0",
153 "react-dom": "^16.6.0"
154 },
155 "devDependencies": {
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__core": "7.1.3",
161 "@types/babel__generator": "7.6.0",
162 "@types/babel__template": "7.0.2",
163 "@types/babel__traverse": "7.0.8",
164 "@types/ci-info": "2.0.0",
165 "@types/compression": "0.0.36",
166 "@types/content-type": "1.1.3",
167 "@types/cookie": "0.3.2",
168 "@types/cross-spawn": "6.0.0",
169 "@types/etag": "1.8.0",
170 "@types/find-up": "2.1.1",
171 "@types/fresh": "0.5.0",
172 "@types/json5": "0.0.30",
173 "@types/jsonwebtoken": "8.3.7",
174 "@types/loader-utils": "1.1.3",
175 "@types/lodash.curry": "4.1.6",
176 "@types/lru-cache": "5.1.0",
177 "@types/mini-css-extract-plugin": "0.8.0",
178 "@types/mkdirp": "0.5.2",
179 "@types/nanoid": "2.0.0",
180 "@types/node-fetch": "2.3.4",
181 "@types/react": "16.9.17",
182 "@types/react-dom": "16.9.4",
183 "@types/react-is": "16.7.1",
184 "@types/resolve": "0.0.8",
185 "@types/send": "0.14.4",
186 "@types/styled-jsx": "2.2.8",
187 "@types/text-table": "0.2.1",
188 "@types/webpack-dev-middleware": "2.0.3",
189 "@types/webpack-hot-middleware": "2.16.5",
190 "@types/webpack-sources": "0.1.5",
191 "@zeit/ncc": "0.18.5",
192 "arg": "4.1.0",
193 "ast-types": "0.13.2",
194 "babel-plugin-dynamic-import-node": "2.3.0",
195 "nanoid": "2.0.3",
196 "resolve": "1.11.0",
197 "taskr": "1.1.0",
198 "text-table": "0.2.0",
199 "typescript": "3.7.3",
200 "unistore": "3.4.1"
201 },
202 "engines": {
203 "node": ">=8.10.0"
204 },
205 "gitHead": "9730be67340d16e2e0c4a936c483326c48be7b1a"
206}