-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"homepage": "https://disintar.github.io/disintar-nft-withdraw",
"name": "disintar-nft-withdraw",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && set GH_PAGES=true && vite build",
"deploy": "gh-pages -d docs",
"build:dev": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.14",
"@ton/core": "^0.55.0",
"@tonconnect/ui-react": "^2.0.1-beta.0",
"@types/react-transition-group": "^4.4.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"vite-plugin-node-polyfills": "^0.21.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"gh-pages": "^6.1.1",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
}