-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "trustful",
"version": "1.0.0",
"description": "Attestation aggregator for DAOs",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"**/*.{ts,tsx,js}\"",
"lint": "next lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/next-js": "2.2.0",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@rainbow-me/rainbowkit": "2.0.5",
"@tanstack/react-query": "5.32.0",
"@vercel/analytics": "1.2.2",
"axios": "^1.7.2",
"ethers": "^6.13.1",
"framer-motion": "11.1.7",
"next": "14.2.3",
"next-qrcode": "^2.5.1",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-jazzicon": "1.0.4",
"react-spinners": "^0.14.1",
"sharp": "0.33.3",
"viem": "2.9.27",
"wagmi": "2.5.22"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
}
}