1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/ts-openapi/package.json

23 lines
553 B
JSON
Raw Normal View History

2020-10-06 15:41:56 +09:00
{
"name": "ts-openapi",
"version": "1.0.0",
"main": "index.js",
"author": "Kohei Watanabe <kou029w@gmail.com>",
"license": "MIT",
"dependencies": {
2020-10-08 10:39:34 +09:00
"@cypress/snapshot": "^2.1.7",
"@jc21/cypress-swagger-validation": "^0.0.9",
"@openapitools/openapi-generator-cli": "^2.0.3",
"@types/react": "^16.9.51",
"cypress": "^5.3.0",
2020-10-06 15:41:56 +09:00
"next": "^9.5.3",
2020-10-08 10:39:34 +09:00
"oatts-cypress": "^1.0.6",
2020-10-06 15:41:56 +09:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^4.0.3"
2020-10-08 10:39:34 +09:00
},
"devDependencies": {
"@types/node": "^14.11.5"
2020-10-06 15:41:56 +09:00
}
}