-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 2.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@popperjs/core": "^2.10.2",
"autoprefixer": "^10.4.7",
"axios": "^0.25",
"bootstrap": "^5.1.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.13",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.5.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@mui/styled-engine-sc": "^5.6.1",
"@mui/x-data-grid": "^5.10.0",
"@mui/x-date-pickers": "^5.0.0-beta.0",
"@react-google-maps/api": "^2.10.2",
"@tomtom-international/web-sdk-maps": "^6.18.0",
"date-fns": "^2.28.0",
"google-maps-react": "^2.0.6",
"i18next": "^21.8.5",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"leaflet": "^1.8.0",
"leaflet-routing-machine": "^3.2.12",
"luxon": "^2.4.0",
"moment": "^2.29.4",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"react-custom-alert": "^0.1.3",
"react-google-maps": "^9.4.5",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.16.9",
"react-leaflet": "^4.0.0",
"react-notifications": "^1.7.3",
"react-perfect-scrollbar": "^1.5.8",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scroll-parallax": "^3.1.0",
"react-swipeable-views": "^0.14.0",
"recharts": "^2.1.9",
"styled-components": "^5.3.5"
}
}