UNPKG

cra-template-awesome-react

Version:
30 lines (29 loc) 726 B
{ "package": { "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@reduxjs/toolkit": "^1.6.2", "aos": "^2.3.4", "axios": "^0.22.0", "bootstrap": "^5.1.2", "node-sass": "^6.0.1", "react-bootstrap": "^1.6.4", "react-helmet": "^6.1.0", "react-loader-spinner": "^4.0.0", "react-redux": "^7.2.5", "react-router": "^5.2.1", "react-router-dom": "^5.3.0", "redux": "^4.1.1", "sweetalert": "^2.1.2" }, "scripts": { "serve": "serve -s build", "build-and-serve": "npm run build && npm run serve" }, "eslintConfig": { "extends": ["react-app", "plugin:jsx-a11y/recommended"], "plugins": ["jsx-a11y"] } } }