1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "myproject",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@ant-design/icons": "^4.2.1",
- "@apollo/client": "^3.0.2",
- "@apollo/react-hooks": "^4.0.0",
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.5.0",
- "@testing-library/user-event": "^7.2.1",
- "apollo-boost": "^0.4.9",
- "graphql": "^15.3.0",
- "graphql-tag": "^2.11.0",
- "jwt-decode": "^2.2.0",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-redux": "^7.2.0",
- "react-router-dom": "^5.2.0",
- "react-scripts": "3.4.1",
- "redux": "^4.0.5",
- "redux-thunk": "^2.3.0",
- "reset-css": "^5.0.1"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "proxy": "http://localhost:3330"
- }
|