package.json 6.2 KB
Newer Older
T
Tim Neutkens 已提交
1 2
{
  "name": "next",
J
Joe Haddad 已提交
3
  "version": "9.5.4-canary.24",
T
Tim Neutkens 已提交
4
  "description": "The React Framework",
T
Tim Neutkens 已提交
5 6
  "main": "./dist/server/next.js",
  "license": "MIT",
7 8
  "repository": "vercel/next.js",
  "bugs": "https://github.com/vercel/next.js/issues",
T
Tim Neutkens 已提交
9
  "homepage": "https://nextjs.org",
10
  "types": "types/index.d.ts",
T
Tim Neutkens 已提交
11 12 13
  "files": [
    "dist",
    "app.js",
T
Tim Neutkens 已提交
14
    "app.d.ts",
T
Tim Neutkens 已提交
15
    "babel.js",
T
Tim Neutkens 已提交
16
    "babel.d.ts",
T
Tim Neutkens 已提交
17
    "client.js",
T
Tim Neutkens 已提交
18
    "client.d.ts",
T
Tim Neutkens 已提交
19
    "config.js",
T
Tim Neutkens 已提交
20
    "config.d.ts",
T
Tim Neutkens 已提交
21
    "constants.js",
T
Tim Neutkens 已提交
22
    "constants.d.ts",
23
    "data.js",
T
Tim Neutkens 已提交
24
    "data.d.ts",
T
Tim Neutkens 已提交
25
    "document.js",
T
Tim Neutkens 已提交
26
    "document.d.ts",
T
Tim Neutkens 已提交
27
    "dynamic.js",
T
Tim Neutkens 已提交
28
    "dynamic.d.ts",
T
Tim Neutkens 已提交
29
    "error.js",
T
Tim Neutkens 已提交
30
    "error.d.ts",
T
Tim Neutkens 已提交
31
    "head.js",
T
Tim Neutkens 已提交
32
    "head.d.ts",
T
Tim Neutkens 已提交
33
    "link.js",
T
Tim Neutkens 已提交
34
    "link.d.ts",
35
    "router.js",
T
Tim Neutkens 已提交
36 37
    "router.d.ts",
    "amp.js",
38
    "amp.d.ts",
J
Joe Haddad 已提交
39 40
    "types/index.d.ts",
    "types/global.d.ts"
T
Tim Neutkens 已提交
41 42 43 44 45 46 47
  ],
  "bin": {
    "next": "./dist/bin/next"
  },
  "scripts": {
    "build": "taskr",
    "release": "taskr release",
J
JJ Kasper 已提交
48
    "prepublish": "npm run release && yarn types",
49
    "types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
50 51
    "typescript": "tsc --noEmit --declaration",
    "ncc-compiled": "taskr ncc"
T
Tim Neutkens 已提交
52 53 54
  },
  "taskr": {
    "requires": [
C
Connor Davis 已提交
55
      "./taskfile-ncc.js",
56 57
      "./taskfile-babel.js",
      "./taskfile-typescript.js"
T
Tim Neutkens 已提交
58 59 60
    ]
  },
  "dependencies": {
61
    "@ampproject/toolbox-optimizer": "2.6.0",
62
    "@babel/code-frame": "7.10.4",
63
    "@babel/core": "7.7.7",
64
    "@babel/plugin-proposal-class-properties": "7.10.4",
65
    "@babel/plugin-proposal-export-namespace-from": "7.10.4",
66 67
    "@babel/plugin-proposal-numeric-separator": "7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "7.11.0",
G
Guy Bedford 已提交
68
    "@babel/plugin-syntax-bigint": "7.8.3",
69
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
B
Bogdan Chadkin 已提交
70
    "@babel/plugin-syntax-jsx": "7.10.4",
71 72 73 74 75 76 77 78
    "@babel/plugin-transform-modules-commonjs": "7.10.4",
    "@babel/plugin-transform-runtime": "7.11.5",
    "@babel/preset-env": "7.11.5",
    "@babel/preset-modules": "0.1.4",
    "@babel/preset-react": "7.10.4",
    "@babel/preset-typescript": "7.10.4",
    "@babel/runtime": "7.11.2",
    "@babel/types": "7.11.5",
J
Joe Haddad 已提交
79 80 81 82
    "@next/env": "9.5.4-canary.24",
    "@next/polyfill-module": "9.5.4-canary.24",
    "@next/react-dev-overlay": "9.5.4-canary.24",
    "@next/react-refresh-utils": "9.5.4-canary.24",
P
Prateek Bhatnagar 已提交
83
    "ast-types": "0.13.2",
G
Guy Bedford 已提交
84 85
    "babel-plugin-transform-define": "2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
B
Bogdan Chadkin 已提交
86
    "browserslist": "4.13.0",
87
    "buffer": "5.6.0",
88
    "cacache": "15.0.5",
89
    "caniuse-lite": "^1.0.30001113",
M
Maël Nison 已提交
90
    "chokidar": "2.1.8",
91
    "crypto-browserify": "3.12.0",
92
    "css-loader": "4.3.0",
93
    "cssnano-simple": "1.2.0",
94
    "find-cache-dir": "3.3.1",
95
    "jest-worker": "24.9.0",
T
Tim Neutkens 已提交
96
    "loader-utils": "2.0.0",
97
    "mkdirp": "0.5.3",
98
    "native-url": "0.3.4",
M
Maël Nison 已提交
99
    "neo-async": "2.6.1",
P
Prateek Bhatnagar 已提交
100
    "node-html-parser": "^1.2.19",
101
    "path-browserify": "1.0.1",
J
Joe Haddad 已提交
102
    "pnp-webpack-plugin": "1.6.4",
J
Joe Haddad 已提交
103
    "postcss": "7.0.32",
104
    "process": "0.11.10",
J
Joe Haddad 已提交
105
    "prop-types": "15.7.2",
J
Joe Haddad 已提交
106
    "react-is": "16.13.1",
107
    "react-refresh": "0.8.3",
108
    "resolve-url-loader": "3.1.1",
B
Bogdan Chadkin 已提交
109 110
    "sass-loader": "10.0.2",
    "schema-utils": "2.7.1",
111
    "stream-browserify": "3.0.0",
J
Joe Haddad 已提交
112
    "style-loader": "1.2.1",
G
Giuseppe 已提交
113
    "styled-jsx": "3.3.0",
J
Joe Haddad 已提交
114
    "use-subscription": "1.4.1",
115
    "vm-browserify": "1.1.2",
116
    "watchpack": "2.0.0-beta.13",
117
    "web-vitals": "0.2.4",
118
    "webpack": "4.44.1",
119
    "webpack-sources": "1.4.3"
T
Tim Neutkens 已提交
120 121
  },
  "peerDependencies": {
122 123
    "react": "^16.6.0",
    "react-dom": "^16.6.0"
T
Tim Neutkens 已提交
124 125
  },
  "devDependencies": {
J
Joe Haddad 已提交
126
    "@next/polyfill-nomodule": "9.5.4-canary.24",
T
Tim Neutkens 已提交
127
    "@taskr/clear": "1.1.0",
H
Henrik Wenz 已提交
128 129
    "@taskr/esnext": "1.1.0",
    "@taskr/watch": "1.1.0",
130
    "@types/amphtml-validator": "1.0.0",
131
    "@types/babel__code-frame": "7.0.1",
132 133
    "@types/babel__core": "7.1.7",
    "@types/babel__generator": "7.6.1",
J
Joe Haddad 已提交
134
    "@types/babel__template": "7.0.2",
135
    "@types/babel__traverse": "7.0.10",
J
Joe Haddad 已提交
136
    "@types/ci-info": "2.0.0",
137
    "@types/comment-json": "1.1.1",
138
    "@types/compression": "0.0.36",
T
Tim Neutkens 已提交
139
    "@types/content-type": "1.1.3",
140
    "@types/cookie": "0.3.3",
J
JJ Kasper 已提交
141
    "@types/cross-spawn": "6.0.0",
142
    "@types/debug": "4.1.5",
143 144
    "@types/etag": "1.8.0",
    "@types/fresh": "0.5.0",
J
Joe Haddad 已提交
145
    "@types/json5": "0.0.30",
J
Joe Haddad 已提交
146
    "@types/jsonwebtoken": "8.3.7",
147
    "@types/lodash.curry": "4.1.6",
J
JJ Kasper 已提交
148
    "@types/lru-cache": "5.1.0",
J
Joe Haddad 已提交
149 150
    "@types/nanoid": "2.0.0",
    "@types/node-fetch": "2.3.4",
G
Guy Bedford 已提交
151
    "@types/path-to-regexp": "1.7.0",
J
Joe Haddad 已提交
152 153
    "@types/react": "16.9.17",
    "@types/react-dom": "16.9.4",
T
Tim Neutkens 已提交
154
    "@types/react-is": "16.7.1",
155
    "@types/resolve": "0.0.8",
156
    "@types/semver": "7.3.1",
T
Tim Neutkens 已提交
157
    "@types/send": "0.14.4",
T
Tim Neutkens 已提交
158
    "@types/styled-jsx": "2.2.8",
J
Joe Haddad 已提交
159
    "@types/text-table": "0.2.1",
160
    "@types/webpack-sources": "0.1.5",
161
    "@zeit/ncc": "0.22.0",
162
    "amphtml-validator": "1.0.33",
T
Tim Neutkens 已提交
163
    "arg": "4.1.0",
G
Guy Bedford 已提交
164 165
    "async-retry": "1.2.3",
    "async-sema": "3.0.0",
J
Joe Haddad 已提交
166 167
    "babel-loader": "8.1.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
G
Guy Bedford 已提交
168
    "cache-loader": "4.1.0",
G
Guy Bedford 已提交
169
    "chalk": "2.4.2",
J
Joe Haddad 已提交
170
    "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
171
    "comment-json": "3.0.3",
G
Guy Bedford 已提交
172
    "compression": "1.7.4",
G
conf  
Guy Bedford 已提交
173
    "conf": "5.0.0",
G
Guy Bedford 已提交
174
    "content-type": "1.0.4",
J
Joe Haddad 已提交
175
    "cookie": "0.4.1",
176
    "debug": "4.1.1",
G
devalue  
Guy Bedford 已提交
177
    "devalue": "2.0.1",
G
Guy Bedford 已提交
178
    "escape-string-regexp": "2.0.0",
G
etag  
Guy Bedford 已提交
179
    "etag": "1.8.1",
J
Joe Haddad 已提交
180 181
    "file-loader": "6.0.0",
    "find-up": "4.1.0",
G
fresh  
Guy Bedford 已提交
182
    "fresh": "0.5.2",
G
Guy Bedford 已提交
183
    "gzip-size": "5.1.1",
G
Guy Bedford 已提交
184
    "http-proxy": "1.18.0",
G
Guy Bedford 已提交
185
    "ignore-loader": "0.1.2",
G
Guy Bedford 已提交
186
    "is-docker": "2.0.0",
J
Joe Haddad 已提交
187 188
    "is-wsl": "2.2.0",
    "json5": "2.1.3",
G
Guy Bedford 已提交
189
    "jsonwebtoken": "8.5.1",
G
Guy Bedford 已提交
190
    "lodash.curry": "4.1.1",
G
Guy Bedford 已提交
191
    "lru-cache": "5.1.1",
J
Joe Haddad 已提交
192
    "nanoid": "2.0.3",
193
    "node-fetch": "2.6.1",
194
    "ora": "4.0.4",
G
Guy Bedford 已提交
195
    "path-to-regexp": "6.1.0",
196
    "postcss-flexbugs-fixes": "4.2.1",
G
Guy Bedford 已提交
197 198
    "postcss-loader": "3.0.0",
    "postcss-preset-env": "6.7.0",
J
Joe Haddad 已提交
199
    "raw-body": "2.4.1",
G
Guy Bedford 已提交
200
    "recast": "0.18.5",
J
Joe Haddad 已提交
201
    "resolve": "1.11.0",
202
    "semver": "7.3.2",
G
send  
Guy Bedford 已提交
203
    "send": "0.17.1",
G
Guy Bedford 已提交
204
    "source-map": "0.6.1",
G
Guy Bedford 已提交
205
    "string-hash": "1.1.3",
206
    "strip-ansi": "6.0.0",
T
Tim Neutkens 已提交
207
    "taskr": "1.1.0",
S
Sergey Rubanov 已提交
208 209
    "terser": "5.1.0",
    "terser-webpack-plugin": "4.1.0",
210
    "text-table": "0.2.0",
G
Guy Bedford 已提交
211
    "thread-loader": "2.1.3",
212
    "typescript": "3.8.3",
G
Guy Bedford 已提交
213
    "unfetch": "4.1.0",
214
    "unistore": "3.4.1"
215 216
  },
  "engines": {
217
    "node": ">=10.13.0"
T
Tim Neutkens 已提交
218 219
  }
}