package.json
6.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"name": "@umijs/deps",
"version": "3.5.0",
"description": "@umijs/deps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dts": "node ./scripts/dts",
"ncc-compiled": "ncc cache clean && taskr ncc",
"printWebpackInner": "node ./scripts/printWebpackInner",
"fixBabelBundle": "node ./scripts/fixBabelBundle"
},
"taskr": {
"requires": [
"./taskfile-ncc.js"
]
},
"files": [
"compiled",
"reexported"
],
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi"
},
"keywords": [
"umi"
],
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
],
"license": "MIT",
"bugs": "http://github.com/umijs/umi/issues",
"homepage": "https://github.com/umijs/umi/tree/master/packages/deps#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bloomberg/record-tuple-polyfill": "0.0.3",
"chokidar": "3.5.1",
"clipboardy": "2.3.0",
"jest-worker": "24.9.0",
"prettier": "2.2.1"
},
"devDependencies": {
"@babel/code-frame": "7.12.13",
"@babel/core": "7.14.0",
"@babel/generator": "7.14.1",
"@babel/parser": "7.14.1",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.15",
"@babel/plugin-proposal-do-expressions": "7.14.0",
"@babel/plugin-proposal-export-default-from": "7.12.13",
"@babel/plugin-proposal-function-bind": "7.12.13",
"@babel/plugin-proposal-logical-assignment-operators": "7.13.8",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
"@babel/plugin-proposal-optional-chaining": "7.13.12",
"@babel/plugin-proposal-pipeline-operator": "7.12.13",
"@babel/plugin-proposal-record-and-tuple": "7.13.0",
"@babel/plugin-syntax-top-level-await": "7.12.13",
"@babel/plugin-transform-destructuring": "7.13.17",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.1",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "7.13.16",
"@babel/template": "7.12.13",
"@babel/traverse": "7.14.0",
"@babel/types": "7.14.1",
"@hapi/joi": "16.1.8",
"@svgr/webpack": "4.3.3",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@types/babel__traverse": "^7.11.1",
"@types/body-parser": "1.19.0",
"@types/color": "3.0.1",
"@types/compression": "1.7.0",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.5",
"@types/ejs": "3.0.6",
"@types/express": "4.17.11",
"@types/glob": "7.1.3",
"@types/got": "9.6.11",
"@types/hapi__joi": "16.0.12",
"@types/loader-utils": "2.0.1",
"@types/lodash": "4.14.168",
"@types/marked": "1.2.2",
"@types/marked-terminal": "3.1.1",
"@types/merge-stream": "1.1.2",
"@types/mkdirp": "1.0.1",
"@types/multer": "1.4.5",
"@types/mustache": "4.1.1",
"@types/prompts": "2.0.11",
"@types/resolve": "1.20.0",
"@types/rimraf": "3.0.0",
"@types/semver": "7.3.5",
"@types/serialize-javascript": "5.0.0",
"@types/set-value": "2.0.0",
"@types/signale": "1.4.1",
"@types/sockjs": "0.3.32",
"@types/spdy": "3.4.4",
"@types/tapable": "1.0.6",
"@types/webpack": "4.41.26",
"@types/webpack-dev-middleware": "3.7.2",
"@types/webpack-sources": "1.4.2",
"@types/yargs": "15.0.12",
"@types/yargs-parser": "20.2.0",
"@umijs/babel-plugin-auto-css-modules": "3.5.0",
"@umijs/babel-plugin-import-to-await-require": "3.5.0",
"@vercel/ncc": "0.28.5",
"address": "1.1.2",
"ansi-html": "0.0.7",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-import": "1.13.3",
"babel-plugin-named-asset-import": "0.3.7",
"babel-plugin-react-require": "3.1.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"body-parser": "1.19.0",
"cacache": "15.0.6",
"chalk": "4.1.1",
"cheerio": "1.0.0-rc.9",
"cliui": "6.0.0",
"color": "3.1.3",
"compression": "1.7.4",
"copy-webpack-plugin": "6.1.0",
"crequire": "1.8.1",
"cross-spawn": "7.0.3",
"css-loader": "3.6.0",
"css-modules-typescript-loader": "4.0.1",
"debug": "4.3.1",
"deepmerge": "4.2.2",
"dotenv": "8.2.0",
"dts-bundle-generator": "^5.6.0",
"dts-packer": "^0.0.1-alpha.1",
"ejs": "3.1.5",
"error-stack-parser": "2.0.6",
"execa": "4.0.3",
"express": "4.17.1",
"file-loader": "6.2.0",
"find-cache-dir": "3.3.1",
"fork-ts-checker-webpack-plugin": "6.0.5",
"friendly-errors-webpack-plugin": "1.7.0",
"glob": "7.1.6",
"got": "9.6.0",
"html-entities": "1.4.0",
"http-proxy-middleware": "1.0.6",
"immer": "8.0.1",
"joi2types": "1.1.0",
"less": "3.12.2",
"less-loader": "5.0.0",
"loader-utils": "2.0.0",
"lodash": "4.17.20",
"marked": "1.2.7",
"marked-terminal": "4.1.0",
"merge-stream": "2.0.0",
"mkdirp": "1.0.4",
"multer": "1.4.2",
"mustache": "4.1.0",
"native-url": "0.2.6",
"np": "^7.2.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"os-locale": "5.0.0",
"p-limit": "3.1.0",
"path-to-regexp": "1.8.0",
"pkg-up": "3.1.0",
"portfinder": "1.0.28",
"prompts": "2.1.0",
"raw-loader": "4.0.2",
"resolve": "1.19.0",
"resolve-cwd": "3.0.0",
"rimraf": "3.0.2",
"semver": "7.3.4",
"serialize-javascript": "5.0.1",
"set-value": "3.0.2",
"signale": "1.4.0",
"sockjs": "0.3.21",
"source-map": "0.7.3",
"spdy": "4.0.2",
"speed-measure-webpack-plugin": "1.3.3",
"stats-webpack-plugin": "0.7.0",
"style-loader": "1.3.0",
"tapable": "1.1.3",
"taskr": "1.1.0",
"umi-webpack-bundle-analyzer": "3.6.2",
"url-loader": "4.1.1",
"webpack": "4.46.0",
"webpack-chain": "6.5.1",
"webpack-dev-middleware": "3.7.2",
"webpack-manifest-plugin": "3.1.0",
"webpack-sources": "1.4.3",
"webpackbar": "5.0.0-3",
"worker-loader": "3.0.8",
"yargs": "15.4.1",
"yargs-parser": "18.1.3",
"zlib": "1.0.5"
}
}