-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
{
"name": "wagmi-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@tanstack/react-query": "^5.29.2",
"@types/markdown-it": "^14.1.1",
"@types/mdx": "^2.0.13",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/react-md-editor": "^4.0.4",
"@web3modal/wagmi": "^4.1.7",
"axios": "^1.7.2",
"ethers": "^6.12.0",
"markdown-it": "^14.1.0",
"next": "14.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.3.4",
"react-quill": "^2.0.0",
"react-simplemde-editor": "^5.2.0",
"react-syntax-highlighter": "^15.6.1",
"rehype": "^13.0.1",
"rehype-react": "^8.0.0",
"remark": "^15.0.1",
"responsivevoice": "^0.4.1",
"speech-synthesis": "^0.3.2",
"unified": "^11.0.4",
"use-sound": "^4.0.3",
"viem": "^2.9.16",
"wagmi": "^2.5.19"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"lokijs": "^1.5.12",
"pino-pretty": "^11.0.0",
"postcss": "^8",
"supports-color": "^9.4.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"utf-8-validate": "^6.0.3"
}
}