-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "joblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.8",
"@mui/x-date-pickers": "^5.0.4",
"@next-auth/mongodb-adapter": "^1.1.0",
"@tanstack/react-query": "^4.10.1",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.1.0",
"dayjs": "^1.11.5",
"lodash.throttle": "^4.1.1",
"mongodb": "^4.10.0",
"next": "12.3.1",
"next-auth": "^4.12.3",
"nodemailer": "^6.8.0",
"pusher": "^5.1.1-beta",
"pusher-js": "^7.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.37.0",
"twilio": "^3.83.1"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/autosuggest-highlight": "^3.2.0",
"@types/google.maps": "^3.50.4",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "18.8.2",
"@types/nodemailer": "^6.4.6",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}