-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
52
{
"name": "hawala",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"18": "^0.0.0",
"@metamask/providers": "^18.3.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slot": "^1.0.0",
"@radix-ui/react-toast": "^1.2.4",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"ethers": "^6.13.5",
"jsqr": "^1.4.0",
"lucide-react": "^0.471.0",
"next": "^15.1.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-confetti": "^6.2.2",
"react-dom": "^18.3.1",
"recharts": "^2.15.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.3.18",
"@types/react-chartjs-2": "^2.0.2",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.4",
"postcss": "^8.4.49",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.1.0"
},
"eslintConfig": {
"extends": [
"next",
"next/core-web-vitals"
]
}
}