1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "audio-player",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@craco/craco": "^5.9.0",
- "@emotion/react": "^11.9.0",
- "@emotion/styled": "^11.8.1",
- "@mui/icons-material": "^5.6.2",
- "@mui/material": "^5.6.2",
- "@testing-library/jest-dom": "^5.16.4",
- "@testing-library/react": "^13.1.1",
- "@testing-library/user-event": "^13.5.0",
- "array-move": "^4.0.0",
- "craco-plugin-scoped-css": "^1.1.1",
- "node-sass": "^7.0.1",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "react-dropzone": "^14.2.2",
- "react-hook-form": "^7.33.1",
- "react-redux": "^8.0.1",
- "react-router-dom": "^6.3.0",
- "react-scripts": "5.0.1",
- "react-sortable-hoc": "^2.0.0",
- "redux": "^4.2.0",
- "redux-thunk": "^2.4.1",
- "reselect": "^4.1.6",
- "validator": "^13.7.0",
- "web-vitals": "^2.1.4"
- },
- "scripts": {
- "start": "craco start",
- "build": "craco build",
- "test": "craco test",
- "eject": "react-scripts eject"
- },
- "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": {
- "eslint": "^8.14.0",
- "eslint-plugin-react": "^7.29.4"
- }
- }
|