-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "secret-id-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.3.3",
"@tensorflow/tfjs": "^4.16.0",
"@types/formidable": "^3.4.5",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.1",
"classnames": "^2.5.1",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"flowbite": "^2.2.1",
"flowbite-react": "^0.6.4",
"formidable": "^3.5.1",
"get-pixels": "^3.3.3",
"json-bigint": "^1.0.0",
"jszip": "^3.10.1",
"next": "14.0.1",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.1",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/get-pixels": "^3.3.4",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.1",
"typescript": "^5.3.3"
}
}