Package Json
{
"name": "Enatega",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.6",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@react-google-maps/api": "^2.0.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"apollo-link-ws": "^1.0.20",
"autosuggest-highlight": "^3.1.1",
"clsx": "^1.1.1",
"graphql": "^15.4.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-geocode": "^0.2.2",
"react-google-login": "^5.2.2",
"react-paypal-button-v2": "^2.6.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-scroll": "^1.8.2",
"react-scrollspy": "^3.4.3",
"react-spinners": "^0.11.0",
"react-stripe-checkout": "^2.6.3",
"subscriptions-transport-ws": "^0.9.18",
"use-position": "0.0.8",
"uuid": "^8.3.2",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "PORT=3006 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"
]
}
}
Last updated