|
| 1 | +{ |
| 2 | + "name": "cocktails", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@testing-library/jest-dom": "^5.11.6", |
| 7 | + "@testing-library/react": "^11.2.2", |
| 8 | + "@testing-library/user-event": "^12.6.0", |
| 9 | + "@types/jest": "^26.0.19", |
| 10 | + "@types/node": "^12.19.9", |
| 11 | + "@types/react": "^16.14.2", |
| 12 | + "@types/react-dom": "^16.9.10", |
| 13 | + "axios": "^0.21.1", |
| 14 | + "react": "^17.0.1", |
| 15 | + "react-dom": "^17.0.1", |
| 16 | + "react-redux": "^7.2.2", |
| 17 | + "react-router-dom": "^5.2.0", |
| 18 | + "react-scripts": "4.0.1", |
| 19 | + "redux": "^4.0.5", |
| 20 | + "redux-saga": "^1.1.3", |
| 21 | + "typescript": "^4.1.3" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "start": "react-scripts start", |
| 25 | + "build": "react-scripts build", |
| 26 | + "test": "react-scripts test" |
| 27 | + }, |
| 28 | + "eslintConfig": { |
| 29 | + "extends": [ |
| 30 | + "react-app", |
| 31 | + "react-app/jest" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "browserslist": { |
| 35 | + "production": [ |
| 36 | + ">0.2%", |
| 37 | + "not dead", |
| 38 | + "not op_mini all" |
| 39 | + ], |
| 40 | + "development": [ |
| 41 | + "last 1 chrome version", |
| 42 | + "last 1 firefox version", |
| 43 | + "last 1 safari version" |
| 44 | + ] |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "@types/axios": "^0.14.0", |
| 48 | + "@types/react-redux": "^7.1.12", |
| 49 | + "@types/react-router-dom": "^5.1.6", |
| 50 | + "@types/redux": "^3.6.0", |
| 51 | + "@types/redux-saga": "^0.10.5", |
| 52 | + "redux-devtools-extension": "^2.13.8", |
| 53 | + "sass": "^1.30.0" |
| 54 | + } |
| 55 | +} |
0 commit comments