-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 KB
/
package.json
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
{
"name": "umi-plugin-mako",
"version": "0.0.13",
"description": "",
"keywords": [
"mako",
"umi@3",
"umijs"
],
"homepage": "https://github.com/umijs/umi-plugin-mako",
"license": "MIT",
"author": "xiaohuoni",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "father build",
"format": "prettier --write .",
"start": "father dev"
},
"dependencies": {
"@umijs/bundler-webpack": "3.5.41",
"@umijs/deps": "3.5.41",
"@umijs/mako": "0.9.5",
"@umijs/preset-built-in": "3.5.41",
"@umijs/types": "3.x",
"compression": "^1.7.4",
"connect-history-api-fallback": "^2.0.0",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"get-tsconfig": "4.7.5",
"http-proxy-middleware": "2.0.6",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.6",
"father": "^4.4.4",
"prettier": "^2.5.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0"
}
}