-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "mrindoc",
"version": "0.1.0",
"private": true,
"author": "Mrinmoy",
"license": "MIT",
"description": "OpenAPI viewer and console",
"repository": "https://gitee.com/budwk/budwk-openapi-viewer",
"homepage": "https://gitee.com/budwk/budwk-openapi-viewer",
"scripts": {
"serve": "vue-cli-service serve --port 9522",
"dev": "vue-cli-service serve --port 9522",
"build": "vue-cli-service build",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"axios": "^0.18.0",
"element-ui": "^2.4.11",
"json-schema-ref-parser": "^6.0.3",
"marked": "^0.6.0",
"qs": "^6.9.1",
"swagger2openapi": "^5.0.2",
"vue": "^2.6.0",
"vue-router": "^3.0.1",
"vue-slideout-panel": "^3.0.0",
"vuex": "^3.1.0",
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"babel-plugin-component": "^1.1.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.0"
}
}