all repos — caroster @ 5e8e733260b14981ad8e58b25fa4182e769b73c1

[Octree] Group carpool to your event https://caroster.io

app/package.json (view raw)

 1{
 2  "name": "app",
 3  "version": "0.1.0",
 4  "private": true,
 5  "proxy": "https://caroster.dev.octr.ee",
 6  "dependencies": {
 7    "@date-io/moment": "^1.3.13",
 8    "@material-ui/core": "^4.10.2",
 9    "@material-ui/pickers": "^3.2.10",
10    "@testing-library/jest-dom": "^4.2.4",
11    "@testing-library/react": "^9.5.0",
12    "@testing-library/user-event": "^7.2.1",
13    "fontsource-roboto": "^2.1.4",
14    "i18next": "^19.5.1",
15    "leaflet": "^1.6.0",
16    "marked": "^1.1.0",
17    "moment": "^2.27.0",
18    "react": "^16.13.1",
19    "react-dom": "^16.13.1",
20    "react-i18next": "^11.7.0",
21    "react-leaflet": "^2.7.0",
22    "react-router-dom": "^5.2.0",
23    "react-scripts": "3.4.1",
24    "react-slick": "^0.26.1",
25    "strapi-react-context": "^0.2.3"
26  },
27  "scripts": {
28    "start": "react-scripts start",
29    "build": "react-scripts build",
30    "test": "react-scripts test",
31    "eject": "react-scripts eject"
32  },
33  "eslintConfig": {
34    "extends": "react-app"
35  },
36  "browserslist": {
37    "production": [
38      ">0.2%",
39      "not dead",
40      "not op_mini all"
41    ],
42    "development": [
43      "last 1 chrome version",
44      "last 1 firefox version",
45      "last 1 safari version"
46    ]
47  }
48}