-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 2.23 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
65
66
67
68
69
70
71
72
73
74
{
"name": "@jmes/jmes-governance-website",
"version": "0.1.0",
"private": true,
"scripts": {
"predeploy": "npm run build",
"deploy": "next export && gh-pages -d out -m 'Deploy JMES governance website'",
"dev": "next dev",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-check": "tsc --noEmit",
"postinstall": "husky install"
},
"dependencies": {
"@chain-registry/types": "0.13.0",
"@chakra-ui/icons": "2.0.12",
"@chakra-ui/react": "2.4.1",
"@cosmjs/amino": "^0.29.3",
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/stargate": "0.31.1",
"@cosmos-kit/core": "1.3.0",
"@cosmos-kit/cosmostation": "0.14.18",
"@cosmos-kit/keplr": "0.33.41",
"@cosmos-kit/leap": "0.13.18",
"@cosmos-kit/react": "1.3.11",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/uuid": "^9.0.2",
"ace-builds": "^1.23.3",
"chain-registry": "1.6.0",
"chakra-react-select": "^4.4.3",
"cosmjs-types": "^0.8.0",
"cosmjs-utils": "^0.1.0",
"eslint-plugin-hooks": "^0.4.3",
"fast-fuzzy": "1.11.2",
"framer-motion": "^9.0.4",
"jmes": "^1.5.0",
"moment": "^2.29.4",
"next": "12.2.5",
"rc-pagination": "^3.5.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-modal-promise": "^1.0.2",
"react-number-format": "^5.3.0",
"react-textarea-autosize": "^8.5.2",
"react-transition-group": "^4.4.5",
"ts-loader": "^9.4.1",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.40",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.0",
"prettier": "^2.8.8",
"typescript": "4.9.3"
}
}