-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "aqua-vigil",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@mui/material": "^5.15.11",
"@react-google-maps/api": "^2.19.3",
"@reduxjs/toolkit": "^2.2.1",
"@syncfusion/ej2-react-popups": "^24.2.5",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"google-map-react": "^2.2.1",
"google-maps-react": "^2.0.6",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"mongoose": "^8.1.3",
"next": "14.1.0",
"nodemon": "^3.0.3",
"phosphor-react": "^1.4.1",
"react": "^18",
"react-dom": "^18",
"react-geocode": "^1.0.0-alpha.1",
"react-google-map-picker": "^1.2.3",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-tooltip-lite": "^1.12.0",
"redux-persist": "^6.0.0",
"redux-toolkit": "^1.1.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
},
"browser": {
"child_process": false
}
}