mirror of
https://github.com/kou029w/_.git
synced 2025-02-07 09:38:46 +00:00
15 lines
301 B
JSON
15 lines
301 B
JSON
|
{
|
||
|
"name": "ts-openapi",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"next": "^9.5.3",
|
||
|
"react": "^16.13.1",
|
||
|
"react-dom": "^16.13.1",
|
||
|
"@types/react": "^16.9.51",
|
||
|
"typescript": "^4.0.3"
|
||
|
}
|
||
|
}
|