-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "berachain-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@prisma/client": "^4.13.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.6.8",
"chart.js": "^4.2.1",
"daisyui": "^2.51.3",
"date-fns": "^2.29.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"firebase": "^10.11.1",
"next": "^13.3.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-json-pretty": "^2.2.0",
"react-qr-code": "^2.0.11",
"server-only": "^0.0.1",
"typescript": "4.9.5",
"yallist": "^4.0.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.34.0-appdir.0",
"autoprefixer": "^10.4.13",
"dotenv": "^16.4.5",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"prisma": "^4.13.0",
"tailwindcss": "^3.4.1"
}
}