|
| 1 | +{ |
| 2 | + "name": "report-front-end", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@aws-amplify/ui-react": "^6.1.9", |
| 7 | + "@cloudscape-design/code-view": "^3.0.15", |
| 8 | + "@cloudscape-design/components": "^3.0.625", |
| 9 | + "@cloudscape-design/design-tokens": "^3.0.28", |
| 10 | + "@cloudscape-design/global-styles": "^1.0.27", |
| 11 | + "aws-amplify": "^6.1.9", |
| 12 | + "axios": "^1.6.8", |
| 13 | + "lodash": "^4.17.21", |
| 14 | + "react": "^18.3.1", |
| 15 | + "react-dom": "^18.3.1", |
| 16 | + "react-redux": "^9.1.2", |
| 17 | + "react-router-dom": "^6.23.0", |
| 18 | + "react-scripts": "5.0.1", |
| 19 | + "react-speech-recognition": "^3.10.0", |
| 20 | + "react-syntax-highlighter": "^15.5.0", |
| 21 | + "react-textarea-autosize": "^8.5.3", |
| 22 | + "redux": "^5.0.1", |
| 23 | + "typescript": "^4.9.5", |
| 24 | + "web-vitals": "^2.1.4" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 28 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| 29 | + "@testing-library/jest-dom": "^5.17.0", |
| 30 | + "@testing-library/react": "^13.4.0", |
| 31 | + "@testing-library/user-event": "^13.5.0", |
| 32 | + "@types/jest": "^27.5.2", |
| 33 | + "@types/lodash": "^4.17.1", |
| 34 | + "@types/node": "^16.18.96", |
| 35 | + "@types/react": "^18.3.1", |
| 36 | + "@types/react-dom": "^18.3.0", |
| 37 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 38 | + "classnames": "^2.5.1", |
| 39 | + "sass": "^1.76.0", |
| 40 | + "sass-loader": "^14.2.1" |
| 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