-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "sihhack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@types/pdfjs-dist": "^2.10.378",
"@types/qrcode": "^1.5.2",
"@types/xml2js": "^0.4.12",
"axios": "^1.5.1",
"bufferutil": "^4.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"ethers": "^6.7.1",
"firebase": "^10.4.0",
"jspdf": "^2.5.1",
"jsqr": "^1.4.0",
"lucide-react": "^0.279.0",
"next": "latest",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^3.11.174",
"pixelmatch": "^5.3.0",
"qrcode": "^1.5.3",
"react": "latest",
"react-day-picker": "^8.8.2",
"react-dom": "latest",
"react-toastify": "^9.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"utf-8-validate": "^5.0.10",
"uuid": "^9.0.1",
"wagmi": "^1.4.2",
"ws": "^8.14.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@types/node": "latest",
"@types/pdf-parse": "^1.1.2",
"@types/pixelmatch": "^5.2.4",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/uuid": "^9.0.4",
"autoprefixer": "latest",
"encoding": "^0.1.13",
"eslint": "latest",
"eslint-config-next": "latest",
"hardhat": "^2.17.4",
"ignore-loader": "^0.1.2",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}