-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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": "openapi-viewer",
"version": "1.6.6",
"description": "",
"main": "server/app.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch & browser-sync start --config bs-config.js & nodemon server/app.js"
},
"author": "",
"license": "AGPLv3",
"repository": "github:koumoul-dev/openapi-viewer",
"dependencies": {
"axios": "^1.7.9",
"config": "^1.31.0",
"express": "^4.21.2"
},
"devDependencies": {
"@koumoul/vue-openapi": "^0.12.5",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.29.3",
"css-loader": "^0.28.11",
"eslint": "^3.19.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^2.3.1",
"iframe-resizer": "^3.6.6",
"json-loader": "^0.5.7",
"nodemon": "^1.19.4",
"style-loader": "^0.23.1",
"vue": "^2.7.16",
"vue-loader": "^10.3.0",
"vue-material": "^0.8.1",
"vue-resource": "^1.5.3",
"vue-template-compiler": "^2.7.16",
"webpack": "^1.15.0"
}
}