fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 38 lines 1.1 kB view raw
1{ 2 "name": "@example/openapi-ts-fetch", 3 "version": "0.0.57", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build": "tsc && vite build", 8 "dev": "vite", 9 "lint": "eslint . --report-unused-disable-directives --max-warnings 0", 10 "openapi-ts": "openapi-ts", 11 "preview": "vite preview", 12 "typecheck": "tsc --noEmit" 13 }, 14 "dependencies": { 15 "@radix-ui/react-form": "0.1.1", 16 "@radix-ui/react-icons": "1.3.2", 17 "@radix-ui/themes": "3.1.6", 18 "react": "19.0.0", 19 "react-dom": "19.0.0" 20 }, 21 "devDependencies": { 22 "@hey-api/openapi-ts": "workspace:*", 23 "@types/react": "19.0.1", 24 "@types/react-dom": "19.0.1", 25 "@typescript-eslint/eslint-plugin": "8.29.1", 26 "@typescript-eslint/parser": "8.29.1", 27 "@vitejs/plugin-react": "4.4.0-beta.1", 28 "autoprefixer": "10.4.19", 29 "eslint": "9.17.0", 30 "eslint-plugin-react-hooks": "5.2.0", 31 "eslint-plugin-react-refresh": "0.4.7", 32 "oxfmt": "0.27.0", 33 "postcss": "8.4.41", 34 "tailwindcss": "3.4.9", 35 "typescript": "5.9.3", 36 "vite": "7.3.1" 37 } 38}