app/package.json (view raw)
1{
2 "name": "app",
3 "version": "0.1.0",
4 "private": true,
5 "proxy": "http://localhost:1337",
6 "dependencies": {
7 "@babel/runtime": "^7.10.5",
8 "@date-io/moment": "^1.3.13",
9 "@material-ui/core": "^4.10.2",
10 "@material-ui/pickers": "^3.2.10",
11 "@testing-library/jest-dom": "^4.2.4",
12 "@testing-library/react": "^9.5.0",
13 "@testing-library/user-event": "^7.2.1",
14 "fontsource-roboto": "^2.1.4",
15 "i18next": "^19.6.1",
16 "leaflet": "^1.6.0",
17 "marked": "^1.1.0",
18 "moment": "^2.27.0",
19 "react": "^16.13.1",
20 "react-dom": "^16.13.1",
21 "react-helmet": "^6.1.0",
22 "react-i18next": "^11.7.0",
23 "react-leaflet": "^2.7.0",
24 "react-router-dom": "^5.2.0",
25 "react-scripts": "3.4.1",
26 "react-slick": "^0.26.1",
27 "strapi-react-context": "^0.2.4"
28 },
29 "scripts": {
30 "start": "react-scripts start",
31 "build": "react-scripts build",
32 "test": "react-scripts test",
33 "eject": "react-scripts eject",
34 "lint": "eslint ."
35 },
36 "eslintConfig": {
37 "extends": "react-app"
38 },
39 "browserslist": {
40 "production": [
41 ">0.2%",
42 "not dead",
43 "not op_mini all"
44 ],
45 "development": [
46 "last 1 chrome version",
47 "last 1 firefox version",
48 "last 1 safari version"
49 ]
50 },
51 "devDependencies": {
52 "@babel/plugin-transform-runtime": "^7.10.5",
53 "eslint-config-google": "^0.14.0",
54 "react-test-renderer": "^16.13.1"
55 }
56}