{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@coreui/react-chartjs": "^2.0.3", "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", "@mui/material": "^5.5.3", "all": "^0.0.0", "clipboard": "^2.0.10", "react": "^18.0.0", "react-audio-player": "^0.17.0", "react-chartjs-2": "^4.1.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.0.0", "react-router-dom": "^6.3.0", "react-scripts": "4.0.0", "use-sound": "^4.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "cypress": "cypress run --spec cypress/integration/myTests/firstTest.js", "component-test": "react-scripts test --watchAll=false", "test": "yarn cypress && yarn component-test", "eject": "react-scripts eject", "lint": "eslint \"src/**/*.{js,jsx}\"" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "cypress": "^9.5.4", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "eslint": "^7.12.1", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "react-test-renderer": "^18.0.0" } }