-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "online-opptak",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-ses": "^3.614.0",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/interaction": "^6.1.11",
"@fullcalendar/react": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@heroicons/react": "^2.1.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "github:tailwindcss/typography",
"@tanstack/react-query": "^5.51.11",
"@types/mongodb": "^4.0.7",
"@vercel/analytics": "^1.1.2",
"lucide-react": "^0.441.0",
"mongodb": "^6.1.0",
"next": "^14.2.16",
"next-auth": "^4.24.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.4.0",
"react-phone-input-2": "^2.15.1",
"twilio": "^5.2.2",
"validator": "^13.11.0"
},
"devDependencies": {
"@types/node": "18.7.21",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/validator": "^13.11.2",
"autoprefixer": "^10.4.12",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.40",
"prettier": "3.0.3",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}