Files
mta-sign/mta-sign-ui/package.json
2024-02-11 03:02:41 -05:00

35 lines
1.0 KiB
JSON

{
"name": "mta-sign",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen-apis-old": "rm -rf ./gen-sources/mta-sign-api/* && curl localhost:8000/openapi.json -O --output-dir ./gen-sources/mta-sign-api && openapi-generator-cli generate",
"gen-apis": "npx openapi-typescript http://localhost:8000/openapi.json --output gen-sources/mtaserver.ts"
},
"dependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"follow-redirects": "^1.15.2",
"next": "^13.4.10",
"openapi-typescript-fetch": "^1.1.3",
"postcss": "^8.4.26",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"packageManager": "yarn@3.6.1",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.6.0"
}
}