|
| 1 | +{ |
| 2 | + "name": "gnims-pwa", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@reduxjs/toolkit": "^1.9.2", |
| 7 | + "@testing-library/jest-dom": "^5.16.1", |
| 8 | + "@testing-library/react": "^13.0.0", |
| 9 | + "@testing-library/user-event": "^13.5.0", |
| 10 | + "axios": "^1.3.2", |
| 11 | + "event-source-polyfill": "^1.0.31", |
| 12 | + "html-webpack-plugin": "^5.5.0", |
| 13 | + "json-server": "^0.17.1", |
| 14 | + "picker": "^0.1.4", |
| 15 | + "react": "^18.2.0", |
| 16 | + "react-date": "^2.0.0", |
| 17 | + "react-datepicker": "^4.10.0", |
| 18 | + "react-dom": "^18.2.0", |
| 19 | + "react-modal": "^3.16.1", |
| 20 | + "react-redux": "^8.0.5", |
| 21 | + "react-router-dom": "^6.8.1", |
| 22 | + "react-scripts": "5.0.1", |
| 23 | + "react-spinners": "^0.13.8", |
| 24 | + "redux": "^4.2.1", |
| 25 | + "styled-components": "^5.3.6", |
| 26 | + "styled-reset": "^4.4.5", |
| 27 | + "tailwindcss": "^3.2.6", |
| 28 | + "web-vitals": "^2.1.4", |
| 29 | + "workbox-background-sync": "^6.4.2", |
| 30 | + "workbox-broadcast-update": "^6.4.2", |
| 31 | + "workbox-cacheable-response": "^6.4.2", |
| 32 | + "workbox-core": "^6.4.2", |
| 33 | + "workbox-expiration": "^6.4.2", |
| 34 | + "workbox-google-analytics": "^6.4.2", |
| 35 | + "workbox-navigation-preload": "^6.4.2", |
| 36 | + "workbox-precaching": "^6.4.2", |
| 37 | + "workbox-range-requests": "^6.4.2", |
| 38 | + "workbox-routing": "^6.4.2", |
| 39 | + "workbox-strategies": "^6.4.2", |
| 40 | + "workbox-streams": "^6.4.2" |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "start": "react-scripts start", |
| 44 | + "build": "react-scripts build", |
| 45 | + "test": "react-scripts test", |
| 46 | + "eject": "react-scripts eject" |
| 47 | + }, |
| 48 | + "eslintConfig": { |
| 49 | + "extends": [ |
| 50 | + "react-app", |
| 51 | + "react-app/jest" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "browserslist": { |
| 55 | + "production": [ |
| 56 | + ">0.2%", |
| 57 | + "not dead", |
| 58 | + "not op_mini all" |
| 59 | + ], |
| 60 | + "development": [ |
| 61 | + "last 1 chrome version", |
| 62 | + "last 1 firefox version", |
| 63 | + "last 1 safari version" |
| 64 | + ] |
| 65 | + } |
| 66 | +} |
0 commit comments