-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
40 lines (40 loc) · 938 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
34
35
36
37
38
39
40
{
"name": "demo-dapp-react-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --force",
"build": "tsc && GH_PAGES=true VITE_GH_PAGES=true vite build",
"build:dev": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ton-community/assets-sdk": "0.0.5",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^14.0.0",
"@tonconnect/ui-react": "2.0.9",
"buffer": "^6.0.3",
"eruda": "^2.11.2",
"jose": "^5.2.4",
"msw": "^2.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.21.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}