-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "makerspace-calendar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:prod": "npx prisma migrate deploy && npx prisma generate && npm run build",
"start": "next start",
"lint": "next lint",
"studio": "npx prisma studio",
"setup": "npx prisma migrate dev --name init"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/daygrid": "^6.1.6",
"@fullcalendar/list": "^6.1.6",
"@fullcalendar/react": "^6.1.6",
"@fullcalendar/timegrid": "^6.1.6",
"@prisma/client": "^4.15.0",
"@types/react-dom": "18.0.11",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"formik": "^2.4.2",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "^13.5.6",
"next-auth": "^4.22.1",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@acadarena/zod-prisma": "github:AcadArena/zod-prisma",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.3.0",
"@types/node": "18.19.67",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.21",
"prisma": "^4.13.0",
"rrule": "^2.7.2",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.7.2"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": ".lintstagedrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/TheLab-ms/Calendar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheLab-ms/Calendar/issues"
},
"homepage": "https://github.com/TheLab-ms/Calendar#readme"
}