-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
72 lines (72 loc) · 2.03 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
71
72
{
"name": "dashboard-gui",
"version": "1.2.0",
"private": true,
"scripts": {
"build": "next build && next export && tsc -project tsconfig.server.json",
"start": "node build/index.js",
"lint": "eslint './**/*.ts'",
"lint-windows": "eslint ./**/*.ts"
},
"dependencies": {
"@heroicons/react": "2.0.18",
"@rainbow-me/rainbowkit": "1.0.7",
"@shardus/crypto-utils": "4.1.3",
"@walletconnect/modal": "^2.6.2",
"chart.js": "4.3.0",
"cookie-parser": "^1.4.6",
"csrf-csrf": "^3.0.6",
"daisyui": "2.52.0",
"dotenv": "16.3.1",
"ethers": "5.7.2",
"express": "4.18.2",
"express-rate-limit": "6.7.1",
"geist": "^1.3.0",
"helmet": "6.2.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.1",
"jszip": "^3.10.1",
"moment": "^2.30.1",
"next": "13.4.7",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.2",
"react-jazzicon": "^1.0.4",
"swr": "2.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"viem": "1.3.0",
"wagmi": "1.3.9",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/js-yaml": "4.0.5",
"@types/jsonwebtoken": "9.0.2",
"@types/node": "18.16.1",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-xss": "0.1.12",
"gts": "3.1.1",
"postcss": "8.4.26",
"prettier": "2.8.8",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"typescript-estree": "18.1.0"
}
}