-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 931 Bytes
/
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
{
"name": "dapp-rosemigrate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@oasisprotocol/client-rt": "file:../oasis-sdk/client-sdk/ts-web/rt/oasisprotocol-client-rt-1.1.0.tgz",
"@tanstack/react-query": "5.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "latest"
},
"devDependencies": {
"@biomejs/biome": "^1.1.2",
"@oasisprotocol/client": "file:../oasis-sdk/client-sdk/ts-web/core/oasisprotocol-client-1.1.0.tgz",
"@rainbow-me/rainbowkit": "^2.1.2",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"@wagmi/cli": "latest",
"buffer": "^6.0.3",
"tweetnacl": "^1.0.3",
"typescript": "^5.2.2",
"viem": "^2.14.2",
"vite": "^4.4.9"
}
}