1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "fsa1",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "graphql-request": "^1.8.2",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "react-redux": "^7.1.3",
- "react-router-dom": "^5.1.2",
- "react-scripts": "3.2.0",
- "redux": "^4.0.4",
- "redux-saga": "^1.1.3",
- "redux-thunk": "^2.3.0"
- },
- "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:4000/"
- }
|