-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "cosmwasm-chess-ui",
"version": "0.2.0",
"license": "CC0-1.0",
"homepage": "https://github.com/jeremyfee/cosmwasm-chess-ui#readme",
"repository": {
"type": "git",
"url": "https://github.com/jeremyfee/cosmwasm-chess-ui.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cosmjs/amino": "^0.28.13",
"@cosmjs/cosmwasm-stargate": "^0.28.13",
"@cosmjs/proto-signing": "^0.28.13",
"@keplr-wallet/types": "^0.10.24",
"@noahsaso/cosmodal": "^0.6.1",
"@types/styled-components": "^5.1.26",
"buffer": "^6.0.3",
"chess.js": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@rollup/plugin-inject": "^4.0.4",
"@types/chess.js": "^0.11.2",
"@types/chessboardjs": "^0.3.2",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.8.3",
"vite": "^3.1.0"
},
"resolutions": {
"@noahsaso/cosmodal/@keplr-wallet/common": "^0.10.24",
"@noahsaso/cosmodal/@keplr-wallet/cosmos": "^0.10.24",
"@noahsaso/cosmodal/@keplr-wallet/crypto": "^0.10.24",
"@noahsaso/cosmodal/@keplr-wallet/provider": "^0.10.24",
"@noahsaso/cosmodal/@keplr-wallet/stores": "^0.10.24"
}
}