forked from r4topunk/gnars-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "pioneer-terminal",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"generate": "wagmi generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@chakra-ui/react": "^3.1.2",
"@coinmasters/pioneer-react": "^0.8.26",
"@emotion/react": "^11.13.5",
"@tanstack/react-query": "5.45.1",
"graphql": "^16.9.0",
"next": "14.2.4",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-countdown": "^2.3.6",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"viem": "latest",
"wagmi": "latest"
},
"devDependencies": {
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@wagmi/cli": "^2.1.18",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"supports-color": "^8.1.1",
"typescript": "^5.4.5",
"utf-8-validate": "^5.0.2"
}
}