-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.93 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "alliance-staking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "git rev-parse HEAD | xargs -I '{}' echo '{\"version\": \"{}\"}' > app_version.json && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.2",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmos-kit/keplr": "^2.14.1",
"@cosmos-kit/leap": "^2.14.1",
"@cosmos-kit/react-lite": "^2.15.0",
"@cosmos-kit/station": "^2.12.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@tanstack/react-table": "^8.20.5",
"@terra-money/feather.js": "^2.0.4",
"@terra-money/wallet-provider": "^4.0.1",
"@types/node": "18.15.11",
"@types/react-dom": "18.2.19",
"bignumber.js": "^9.1.2",
"chain-registry": "^1.65.0",
"elliptic": "^6.5.7",
"framer-motion": "^10.10.0",
"intercept-stdout": "^0.1.2",
"migaloojs": "^0.0.10",
"next": "14.2.15",
"numeral": "^2.0.6",
"react": "18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"recharts": "^2.12.7",
"recoil": "^0.7.7"
},
"devDependencies": {
"@keplr-wallet/types": "^0.12.130",
"@types/elliptic": "^6.4.18",
"@types/react": "17.0.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-react": "^7.37.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"typescript": "^5.6.3"
}
}