forked from DA0-DA0/dao-dao-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.31 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
75
76
77
78
79
80
{
"name": "@dao-dao/stateless",
"version": "2.2.0",
"license": "BSD-3-Clause-Clear",
"scripts": {
"build": "tsc",
"format": "eslint . --fix",
"lint": "eslint ."
},
"dependencies": {
"@cosmjs/encoding": "^0.31.0",
"@dao-dao/types": "2.2.0",
"@dao-dao/utils": "2.2.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@keplr-wallet/stores": "^0.11.49",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@types/remove-markdown": "^0.3.1",
"@walletconnect/browser-utils": "^1.8.0",
"a11y-react-emoji": "^1.2.0",
"chain-registry": "^1.29.0",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.0.1",
"clsx": "^1.1.1",
"codemirror": "^5.65.0",
"date-fns": "^2.30.0",
"fuse.js": "^6.6.2",
"lodash.clonedeep": "^4.5.0",
"node-pid-controller": "^1.0.1",
"react-chartjs-2": "^5.2.0",
"react-codemirror2": "^7.2.1",
"react-confetti": "^6.1.0",
"react-csv": "^2.2.2",
"react-hook-form": "7.20.4",
"react-hot-toast": "^2.1.1",
"react-intersection-observer": "^9.4.1",
"react-markdown": "^8.0.0",
"react-player": "^2.12.0",
"react-timeago": "^7.1.0",
"rehype-sanitize": "^5.0.1",
"remark-gfm": "^3.0.1",
"use-deep-compare-effect": "^1.8.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@chain-registry/types": "^0.18.1",
"@cosmos-kit/core": "^2.6.4",
"@dao-dao/config": "2.2.0",
"@storybook/react": "^6.5.10",
"@types/lodash.clonedeep": "^4.5.0",
"@types/react": "^17.0.37",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^17.0.11",
"@types/react-timeago": "^4.1.3",
"@types/unist": "^2.0.0",
"@types/uuid": "^9.0.1",
"eslint": "^8.23.1",
"eslint-plugin-storybook": "^0.6.4",
"i18next": "^21.8.10",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.0.0",
"recoil": "^0.7.2",
"remove-markdown": "^0.5.0",
"typescript": "5.3.3",
"unified": "^10.0.0",
"unist-util-visit-parents": "^5.1.3"
},
"peerDependencies": {
"@dao-dao/stateful": "2.2.0",
"@dao-dao/storybook": "2.2.0",
"next": "^12 || ^13",
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"prettier": "@dao-dao/config/prettier"
}