-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.49 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "react-beirut",
"private": true,
"engines": {
"node": "18.2.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"nodemon-img-comp-test": "nodemon testing/img-compression/app.js",
"img-comp-test": "node testing/img-compression/app.js",
"reprocess-db-images": "node scripts/reprocess-db-images.js",
"reprocess-db-images-v": "node scripts/reprocess-db-images.js -v"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@headlessui/react": "^1.6.2",
"@heroicons/react": "^1.0.6",
"@mui/base": "^5.0.0-alpha.83",
"@mui/material": "^5.8.2",
"@reach/combobox": "0.18.0",
"@react-google-maps/api": "2.18.1",
"@sendgrid/mail": "^7.7.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/turf": "^6.5.0",
"autobind-decorator": "^2.4.0",
"axios": "^0.27.2",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.1.3",
"browser-image-compression": "^2.0.0",
"electron-to-chromium": "^1.4.140",
"headlessui": "^0.0.0",
"http-status-codes": "^2.2.0",
"i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"imagemin": "^8.0.1",
"json2csv": "^5.0.7",
"jszip": "^3.10.1",
"mapbox-gl": "^2.8.2",
"mime": "^3.0.0",
"mongoose": "^6.0.11",
"next": "latest",
"next-i18next": "^11.0.0",
"next-ssl-redirect-middleware": "^0.1.4",
"nodemon": "^2.0.16",
"prop-types": "^15.8.1",
"rc-slider": "^10.0.0-alpha.6",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.5",
"react-ga4": "^2.1.0",
"react-i18next": "^11.17.2",
"react-image-filter": "^0.1.2",
"react-responsive": "9.0.0-beta.8",
"react-scroll-motion": "^0.2.6",
"react-toastify": "^9.0.1",
"react-toggle-slider": "^0.4.0",
"sass": "^1.51.0",
"sharp": "^0.30.6",
"swr": "^1.0.1",
"twilio": "^3.77.1",
"typescript": "^4.8.4",
"use-places-autocomplete": "4.0.0",
"y": "^0.3.2"
},
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"autoprefixer": "^10.4.7",
"dotenv": "^16.0.0",
"jsdoc-to-markdown": "^7.1.1",
"nodemailer": "^6.7.7",
"postcss": "^8.4.14"
}
}