|
| 1 | +{ |
| 2 | + "name": "@example/openapi-ts-sample", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.1", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "build": "tsc && vite build", |
| 8 | + "dev": "vite", |
| 9 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "openapi-ts": "openapi-ts", |
| 11 | + "preview": "vite preview", |
| 12 | + "typecheck": "tsc --noEmit" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@hey-api/client-fetch": "workspace:*", |
| 16 | + "@radix-ui/react-form": "0.1.1", |
| 17 | + "@radix-ui/react-icons": "1.3.2", |
| 18 | + "@radix-ui/themes": "3.1.6", |
| 19 | + "react": "19.0.0", |
| 20 | + "react-dom": "19.0.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@hey-api/openapi-ts": "workspace:*", |
| 24 | + "@types/react": "19.0.1", |
| 25 | + "@types/react-dom": "19.0.1", |
| 26 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 27 | + "@typescript-eslint/parser": "7.15.0", |
| 28 | + "@vitejs/plugin-react": "4.3.1", |
| 29 | + "autoprefixer": "10.4.19", |
| 30 | + "eslint": "9.17.0", |
| 31 | + "eslint-plugin-react-hooks": "4.6.2", |
| 32 | + "eslint-plugin-react-refresh": "0.4.7", |
| 33 | + "postcss": "8.4.39", |
| 34 | + "prettier": "3.4.2", |
| 35 | + "tailwindcss": "3.4.4", |
| 36 | + "typescript": "5.5.3", |
| 37 | + "vite": "6.0.7" |
| 38 | + } |
| 39 | +} |
0 commit comments