|
| 1 | +{ |
| 2 | + "name": "relay-example-client", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "lint": "eslint .", |
| 10 | + "preview": "vite preview", |
| 11 | + "relay": "relay-compiler" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "react": "^18.3.1", |
| 15 | + "react-dom": "^18.3.1", |
| 16 | + "react-relay": "^18.1.0", |
| 17 | + "relay-runtime": "^18.1.0" |
| 18 | + }, |
| 19 | + "devDependencies": { |
| 20 | + "@eslint/js": "^9.13.0", |
| 21 | + "@types/react": "^18.3.12", |
| 22 | + "@types/react-dom": "^18.3.1", |
| 23 | + "@vitejs/plugin-react": "^4.3.3", |
| 24 | + "babel-plugin-relay": "^18.1.0", |
| 25 | + "eslint": "^9.13.0", |
| 26 | + "eslint-plugin-react-hooks": "^5.0.0", |
| 27 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 28 | + "globals": "^15.11.0", |
| 29 | + "relay-compiler": "^18.1.0", |
| 30 | + "typescript": "~5.6.2", |
| 31 | + "typescript-eslint": "^8.11.0", |
| 32 | + "vite": "^5.4.10", |
| 33 | + "vite-plugin-relay": "^2.1.0" |
| 34 | + }, |
| 35 | + "prettier": { |
| 36 | + "arrowParens": "avoid", |
| 37 | + "bracketSameLine": true, |
| 38 | + "bracketSpacing": false, |
| 39 | + "requirePragma": true, |
| 40 | + "singleQuote": true, |
| 41 | + "trailingComma": "all" |
| 42 | + } |
| 43 | +} |
0 commit comments