-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "nollk.it",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/moment": "^5.11.0",
"@fullcalendar/moment-timezone": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"@prisma/client": "^4.16.0",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/multer": "^1.4.7",
"cookie": "^0.5.0",
"formidable": "^2.1.1",
"jose": "^4.10.0",
"multer": "^1.4.5-lts.1",
"next": "^12.3.4",
"next-connect": "^0.13.0",
"next-fonts": "^1.5.1",
"next-transpile-modules": "^9.0.0",
"node-ical": "^0.15.1",
"prisma": "^4.16.0",
"react": "^17.0",
"react-dom": "^17.0",
"react-markdown": "^8.0.3",
"react-page-scroller": "^2.3.1"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "^0.2.4",
"postcss": "^8.4.13",
"tailwindcss": "^3.1.6",
"typescript": "^5.1.3"
}
}