Skip to content

Commit

Permalink
Add open-api scripts dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Nov 23, 2018
1 parent 8a6ffd7 commit 372f35e
Show file tree
Hide file tree
Showing 2 changed files with 1,140 additions and 1,176 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.116",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.7",
"@types/react": "^16.4.1",
"@types/yamljs": "^0.2.30",
"auto-changelog": "^1.8.0",
"danger": "^4.0.1",
"doctoc": "^1.3.1",
Expand All @@ -59,17 +61,25 @@
"prettier": "^1.13.5",
"react-dom": "^16.4.2",
"react-testing-library": "^5.0.0",
"rollup": "^0.63.5",
"rollup-plugin-typescript2": "^0.16.1",
"ts-jest": "^23.1.4",
"ts-node": "^7.0.0",
"ts-node-dev": "^1.0.0-pre.26",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-blank-line": "^0.0.9",
"typescript": "^3.0.3"
},
"dependencies": {
"lodash": "^4.17.11",
"case": "^1.5.5",
"commander": "^2.17.1",
"lodash": "^4.17.10",
"openapi3-ts": "^0.12.0",
"react": "^16.4.1",
"react-fast-compare": "^2.0.1",
"url": "^0.11.0"
"url": "^0.11.0",
"yamljs": "^0.3.0"
},
"peerDependencies": {
"react": "^16.4.1"
Expand Down
Loading

0 comments on commit 372f35e

Please sign in to comment.