UNPKG

5.16 kBJSONView Raw
1{
2 "name": "next",
3 "version": "9.1.2",
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": "1.1.1",
61 "@babel/core": "7.6.4",
62 "@babel/plugin-proposal-class-properties": "7.5.5",
63 "@babel/plugin-proposal-object-rest-spread": "7.6.2",
64 "@babel/plugin-syntax-dynamic-import": "7.2.0",
65 "@babel/plugin-transform-modules-commonjs": "7.6.0",
66 "@babel/plugin-transform-runtime": "7.6.2",
67 "@babel/preset-env": "7.6.3",
68 "@babel/preset-react": "7.6.3",
69 "@babel/preset-typescript": "7.6.0",
70 "@babel/runtime": "7.6.3",
71 "@babel/runtime-corejs2": "7.6.3",
72 "amphtml-validator": "1.0.23",
73 "async-retry": "1.2.3",
74 "async-sema": "3.0.0",
75 "autodll-webpack-plugin": "0.4.2",
76 "babel-core": "7.0.0-bridge.0",
77 "babel-loader": "8.0.6",
78 "babel-plugin-syntax-jsx": "6.18.0",
79 "babel-plugin-transform-define": "1.3.1",
80 "babel-plugin-transform-react-remove-prop-types": "0.4.24",
81 "chalk": "2.4.2",
82 "ci-info": "2.0.0",
83 "compression": "1.7.4",
84 "conf": "5.0.0",
85 "content-type": "1.0.4",
86 "cookie": "0.4.0",
87 "css-loader": "3.2.0",
88 "cssnano-simple": "1.0.0",
89 "devalue": "2.0.0",
90 "etag": "1.8.1",
91 "file-loader": "4.2.0",
92 "find-up": "4.0.0",
93 "fork-ts-checker-webpack-plugin": "1.3.4",
94 "fresh": "0.5.2",
95 "ignore-loader": "0.1.2",
96 "is-docker": "2.0.0",
97 "is-wsl": "2.1.1",
98 "jest-worker": "24.9.0",
99 "launch-editor": "2.2.1",
100 "loader-utils": "1.2.3",
101 "lru-cache": "5.1.1",
102 "mini-css-extract-plugin": "0.8.0",
103 "mkdirp": "0.5.1",
104 "node-fetch": "2.6.0",
105 "ora": "3.4.0",
106 "path-to-regexp": "2.1.0",
107 "pnp-webpack-plugin": "1.5.0",
108 "postcss-flexbugs-fixes": "4.1.0",
109 "postcss-loader": "3.0.0",
110 "postcss-preset-env": "6.7.0",
111 "prop-types": "15.7.2",
112 "prop-types-exact": "1.2.0",
113 "raw-body": "2.4.0",
114 "react-error-overlay": "5.1.6",
115 "react-is": "16.8.6",
116 "send": "0.17.1",
117 "source-map": "0.6.1",
118 "string-hash": "1.1.3",
119 "strip-ansi": "5.2.0",
120 "style-loader": "1.0.0",
121 "styled-jsx": "3.2.2",
122 "terser": "4.0.0",
123 "unfetch": "4.1.0",
124 "url": "0.11.0",
125 "use-subscription": "1.1.1",
126 "watchpack": "2.0.0-beta.5",
127 "webpack": "4.39.0",
128 "webpack-dev-middleware": "3.7.0",
129 "webpack-hot-middleware": "2.25.0",
130 "webpack-sources": "1.4.3"
131 },
132 "peerDependencies": {
133 "react": "^16.6.0",
134 "react-dom": "^16.6.0"
135 },
136 "devDependencies": {
137 "@taskr/clear": "1.1.0",
138 "@taskr/esnext": "1.1.0",
139 "@taskr/watch": "1.1.0",
140 "@types/amphtml-validator": "1.0.0",
141 "@types/babel-types": "7.0.7",
142 "@types/babel__core": "7.1.2",
143 "@types/babel__generator": "7.0.2",
144 "@types/babel__template": "7.0.2",
145 "@types/babel__traverse": "7.0.6",
146 "@types/ci-info": "2.0.0",
147 "@types/compression": "0.0.36",
148 "@types/content-type": "1.1.3",
149 "@types/cookie": "0.3.2",
150 "@types/cross-spawn": "6.0.0",
151 "@types/etag": "1.8.0",
152 "@types/find-up": "2.1.1",
153 "@types/fresh": "0.5.0",
154 "@types/loader-utils": "1.1.3",
155 "@types/lru-cache": "5.1.0",
156 "@types/mini-css-extract-plugin": "0.8.0",
157 "@types/mkdirp": "0.5.2",
158 "@types/nanoid": "2.0.0",
159 "@types/node-fetch": "2.3.4",
160 "@types/react": "16.8.18",
161 "@types/react-dom": "16.8.4",
162 "@types/react-is": "16.7.1",
163 "@types/resolve": "0.0.8",
164 "@types/send": "0.14.4",
165 "@types/styled-jsx": "2.2.8",
166 "@types/text-table": "0.2.1",
167 "@types/webpack-dev-middleware": "2.0.3",
168 "@types/webpack-hot-middleware": "2.16.5",
169 "@types/webpack-sources": "0.1.5",
170 "@zeit/ncc": "0.18.5",
171 "arg": "4.1.0",
172 "babel-plugin-dynamic-import-node": "2.2.0",
173 "nanoid": "2.0.3",
174 "resolve": "1.11.0",
175 "taskr": "1.1.0",
176 "text-table": "0.2.0",
177 "typescript": "3.5.1",
178 "unistore": "3.4.1"
179 },
180 "engines": {
181 "node": ">= 8.0.0"
182 },
183 "gitHead": "acf7d0ad3bdde5fd579e80325894f4b8a262130f"
184}