|
| 1 | +{ |
| 2 | + "name": "reactjs-typescript-apollo-graphql-example", |
| 3 | + "version": "0.1.0", |
| 4 | + "author": "OmiSoft.Net", |
| 5 | + "license": "MIT", |
| 6 | + "private": true, |
| 7 | + "dependencies": { |
| 8 | + "@apollo/client": "^3.5.10", |
| 9 | + "@testing-library/jest-dom": "^5.16.2", |
| 10 | + "@testing-library/react": "^12.1.4", |
| 11 | + "@testing-library/user-event": "^13.5.0", |
| 12 | + "@types/jest": "^27.4.1", |
| 13 | + "@types/node": "^16.11.26", |
| 14 | + "@types/react": "^17.0.40", |
| 15 | + "@types/react-dom": "^17.0.13", |
| 16 | + "antd": "^4.19.2", |
| 17 | + "apollo-boost": "^0.4.9", |
| 18 | + "apollo-upload-client": "^17.0.0", |
| 19 | + "graphql": "^16.3.0", |
| 20 | + "graphql-ws": "^5.6.3", |
| 21 | + "react": "^17.0.2", |
| 22 | + "react-apollo": "^3.1.5", |
| 23 | + "react-dom": "^17.0.2", |
| 24 | + "react-router-dom": "^6.2.2", |
| 25 | + "react-scripts": "5.0.0", |
| 26 | + "styled-components": "^5.3.3", |
| 27 | + "typescript": "^4.6.2", |
| 28 | + "web-vitals": "^2.1.4" |
| 29 | + }, |
| 30 | + "scripts": { |
| 31 | + "start": "react-scripts start", |
| 32 | + "build": "react-scripts build", |
| 33 | + "test": "react-scripts test", |
| 34 | + "eject": "react-scripts eject" |
| 35 | + }, |
| 36 | + "eslintConfig": { |
| 37 | + "extends": [ |
| 38 | + "react-app", |
| 39 | + "react-app/jest" |
| 40 | + ] |
| 41 | + }, |
| 42 | + "browserslist": { |
| 43 | + "production": [ |
| 44 | + ">0.2%", |
| 45 | + "not dead", |
| 46 | + "not op_mini all" |
| 47 | + ], |
| 48 | + "development": [ |
| 49 | + "last 1 chrome version", |
| 50 | + "last 1 firefox version", |
| 51 | + "last 1 safari version" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@types/apollo-upload-client": "^17.0.0", |
| 56 | + "@types/styled-components": "^5.1.24", |
| 57 | + "eslint": "^8.11.0" |
| 58 | + } |
| 59 | +} |
0 commit comments