-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 863 Bytes
/
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
{
"name": "jwoc-leaderboard",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "node backend/generate.js"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"axios": "^0.25.0",
"canvas-confetti": "^1.5.1",
"dotenv": "^16.0.0",
"fuse.js": "^6.5.3",
"intercept-stdout": "^0.1.2",
"mongodb": "^4.3.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"recoil": "^0.6.1",
"sharp": "^0.30.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
"typescript": "4.5.5"
}
}