-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "track-car",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^1.0.0",
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/theme-tools": "^2.1.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"@next-auth/mongodb-adapter": "^1.1.3",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"bcryptjs": "^2.4.3",
"express-jwt": "^8.4.1",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"mongoose": "^7.4.1",
"next": "13.2.4",
"next-auth": "^4.22.1",
"next-mdx-remote": "^4.4.1",
"postcss": "8.4.24",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.10.1",
"remark": "^14.0.3",
"remark-mdx": "^2.3.0",
"rxjs": "^7.8.1",
"services": "^0.0.3",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.5",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/google.maps": "^3.53.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-datepicker": "^4.15.0"
}
}