-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 873 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 873 Bytes
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": "gssoc-leaderboard",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.18",
"@mui/material-nextjs": "^5.15.11",
"@next/third-parties": "^14.2.3",
"@prisma/client": "^5.14.0",
"@vercel/analytics": "^1.3.1",
"axios": "^1.6.8",
"consola": "^3.2.3",
"next": "14.2.3",
"prettier-plugin-tailwindcss": "^0.5.12",
"prisma": "^5.14.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"sass": "^1.74.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}