forked from ItzyBitzySpider/dunhack.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^4.6.1",
"bootstrap": "^5.1.3",
"dayjs": "^1.10.7",
"js-yaml": "^4.1.0",
"multiselect-react-dropdown": "^2.0.7",
"mysql2": "^2.3.3",
"next": "^13.0.3",
"next-auth": "^4.16.4",
"next-superjson-plugin": "^0.4.9",
"nodemailer": "^6.7.1",
"prisma": "^4.6.1",
"react": "^18.2.0",
"react-bootstrap": "^2.0.2",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"sass": "^1.43.4",
"superjson": "^1.11.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"docker": "docker-compose -f docker-compose-dev.yml build && docker-compose -f docker-compose-dev.yml up"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.5",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-bootstrap": "^0.32.28",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.3",
"typescript": "^4.5.2"
}
}