forked from realiotech/big-dipper-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
142 lines (142 loc) · 4.47 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "realio-network-explorer",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED=false next dev",
"build": "npm run build:next",
"build:next": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"test": "NODE_ENV=test jest",
"graphql:codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@chakra-ui/cli": "^3.6.0",
"@chakra-ui/progress": "^2.2.0",
"@chakra-ui/react": "^3.5.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/stargate": "^0.33.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@keplr-wallet/types": "^0.11.59",
"@keplr-wallet/wc-client": "^0.11.59",
"@socialgouv/matomo-next": "^1.6.1",
"@yarnpkg/pnpify": "^4.0.0-rc.43",
"add": "^2.0.6",
"apollo-link-rest": "^0.9.0",
"axios": "^0.21.4",
"bech32": "^2.0.0",
"big.js": "^6.2.1",
"chart.js": "^4.4.7",
"color": "^4.2.3",
"color-mode": "^0.1.0",
"copy-to-clipboard": "^3.3.3",
"cosmjs-types": "^0.9.0",
"dayjs": "^1.11.7",
"ethereumjs-util": "^7.1.5",
"framer-motion": "^10.12.8",
"graphql": "^16.6.0",
"graphql-ws": "^5.12.1",
"i18next": "^22.4.15",
"jdenticon": "^3.2.0",
"js-yaml": "^4.1.0",
"lightweight-charts": "^4.0.1",
"markdown-to-jsx": "^7.2.0",
"next": "^13.4.1",
"next-seo": "^6.0.0",
"next-sitemap": "^4.1.3",
"next-themes": "^0.4.4",
"next-translate": "^2.6.2",
"numeral": "^2.0.6",
"progress": "^2.0.3",
"qrcode.react": "^3.1.0",
"qs": "^6.11.1",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-share": "^4.4.1",
"react-toastify": "^9.1.2",
"react-virtualized-auto-sizer": "^1.0.15",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.5.0",
"recoil": "^0.7.7",
"snippet": "^0.1.0",
"subscriptions-transport-ws": "^0.11.0",
"timeago.js": "^4.0.2",
"tslib": "^2.5.0",
"tss-react": "^4.8.3",
"typanion": "^3.12.1",
"usehooks-ts": "^2.9.1",
"ws": "^8.13.0",
"xss": "^1.0.14",
"zod": "^3.21.4"
},
"devDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/jest": "^11.11.0",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-tools/mock": "^8.7.20",
"@graphql-tools/schema": "^9.0.19",
"@jest/globals": "^29.5.0",
"@next/eslint-plugin-next": "^13.4.1",
"@svgr/webpack": "^7.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/big.js": "^6.1.6",
"@types/color": "^3.0.3",
"@types/eslint": "^8.37.0",
"@types/esprima": "^4.0.3",
"@types/jest": "^29.5.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.16.5",
"@types/numeral": "^2.0.2",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.29.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-test-renderer": "^18.0.0",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"csstype": "^3.1.2",
"dotenv": "^16.0.3",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.3",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-turbo": "^1.9.3",
"esprima": "^4.0.1",
"graphql-tag": "^2.12.6",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-localstorage-mock": "^2.4.26",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"next-translate-plugin": "^2.6.2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}