UNPKG

@prabink/react-node-cli

Version:

React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure

77 lines (76 loc) 2.04 kB
{ "name": "tones-chords", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.63", "@mui/material": "^5.2.7", "@mui/utils": "^5.2.3", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.24.0", "formik": "^2.2.9", "history": "^5.2.0", "lodash": "^4.17.21", "mobx": "^6.3.12", "mobx-react": "^7.2.1", "prop-types": "^15.8.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet-async": "^1.2.2", "react-redux": "^7.2.6", "react-reveal": "^1.2.2", "react-router-dom": "^6.2.1", "react-router-redux": "^4.0.8", "react-scripts": "5.0.0", "react-toastify": "^8.1.0", "react-use": "^17.3.2", "redux": "^4.1.2", "redux-saga": "^1.1.3", "redux-thunk": "^2.4.1", "reselect": "^4.1.5", "simplebar-react": "^2.3.6", "tinycolor2": "^1.4.2", "web-vitals": "^0.2.4", "workbox-background-sync": "^5.1.4", "workbox-broadcast-update": "^5.1.4", "workbox-cacheable-response": "^5.1.4", "workbox-core": "^5.1.4", "workbox-expiration": "^5.1.4", "workbox-google-analytics": "^5.1.4", "workbox-navigation-preload": "^5.1.4", "workbox-precaching": "^5.1.4", "workbox-range-requests": "^5.1.4", "workbox-routing": "^5.1.4", "workbox-strategies": "^5.1.4", "workbox-streams": "^5.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts 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" ] } }