-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
45
46
47
{
"name": "vite-plugin-vben-openapi",
"version": "1.0.1",
"description": "使用了https://github.com/chenshuai2144/openapi2typescript 修改了一些模板使用与vben请求",
"main": "dist/index.js",
"files": [
"dist",
"templates"
],
"keywords": [
"vite",
"hmr"
],
"scripts": {
"build": "tsc",
"start": "tsc -w"
},
"author": "",
"license": "MIT",
"dependencies": {
"@umijs/fabric": "^2.5.6",
"dayjs": "^1.10.3",
"eslint": "^7.18.0",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"memoizee": "^0.4.15",
"mock.js": "^0.2.0",
"mockjs": "^1.1.0",
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.2",
"openapi3-ts": "^2.0.1",
"prettier": "^2.2.1",
"reserved-words": "^0.1.2",
"rimraf": "^3.0.2",
"swagger2openapi": "^7.0.4",
"tiny-pinyin": "^1.3.2"
},
"peerDependencies": {
"vite": ">=2.0.0"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^14.14.22",
"np": "^7.2.0",
"typescript": "^4.1.3"
}
}