-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.28 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": "chalmers.it",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"devwin": "chcp 65001 && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@prisma/client": "5.22.0",
"html-to-slack": "0.3.5",
"jest": "^29.7.0",
"marked": "^14.1.3",
"marked-base-url": "^1.1.5",
"next": "14.1.4",
"next-auth": "^4.24.5",
"next-i18n-router": "5.5.1",
"next-logger": "5.0.1",
"next-nprogress-bar": "^2.3.12",
"next-themes": "0.4.3",
"node-schedule": "^2.1.1",
"pino": "9.5.0",
"pino-pretty": "12.1.0",
"react": "^18.2.0",
"react-calendar": "5.1.0",
"react-dom": "^18.2.0",
"react-icons": "5.3.0",
"react-toastify": "10.0.6",
"reactjs-popup": "^2.0.6",
"sanitize-html": "2.13.1"
},
"devDependencies": {
"@slack/types": "2.14.0",
"@types/node": "^20.11.16",
"@types/node-schedule": "^2.1.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.18",
"@types/sanitize-html": "^2.11.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"prettier": "3.3.3",
"prisma": "5.22.0",
"sass": "1.80.6",
"typescript": "5.6.3",
"typescript-eslint": "7.18.0"
}
}