forked from Vishwa9011/next-wagmi-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
53
54
55
56
{
"name": "wagmi-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--trace-warnings' next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.17.19",
"@telegram-apps/sdk-react": "^2.0.17",
"@tomo-inc/tomo-telegram-sdk": "1.0.17-beta.3",
"@web3modal/wagmi": "5.1.11",
"antd": "^5.22.6",
"framer-motion": "^11.15.0",
"next": "14.1.0",
"qrcode": "^1.5.4",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"sass": "^1.81.0",
"vconsole": "^3.15.1",
"viem": "^2.5.0",
"wagmi": "^2.5.2",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.49",
"prettier": "^3.2.4",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.15",
"telegram-webapps": "^8.0.2",
"typescript": "^5",
"utf-8-validate": "^6.0.3"
}
}