forked from akash-network/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 4.97 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
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "akash-console",
"version": "2.7.2",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Akash Network",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"build-analyze": "set ANALYZE=true&& next build",
"start": "next start",
"type-check": "tsc",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"dependencies": {
"@akashnetwork/akash-api": "^1.3.0",
"@akashnetwork/akashjs": "^0.10.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@cosmos-kit/cosmostation-extension": "^2.6.4",
"@cosmos-kit/keplr": "^2.5.4",
"@cosmos-kit/leap-extension": "^2.6.4",
"@cosmos-kit/react": "^2.9.20",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^3.3.4",
"@leapwallet/elements": "0.12.1",
"@leapwallet/name-matcha": "^1.7.1",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.4.4",
"@mui/material-nextjs": "^5.15.11",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.86.0",
"@nivo/pie": "^0.80.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-spring/web": "^9.3.1",
"@sentry/nextjs": "^7.80.0",
"@stripe/react-stripe-js": "^1.12.0",
"@stripe/stripe-js": "^1.41.0",
"@tanstack/react-table": "^8.13.2",
"@textea/json-viewer": "^3.0.0",
"auth0": "^4.3.1",
"axios": "^0.27.2",
"chain-registry": "^1.20.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"cosmjs-types": "^0.6.1",
"date-fns": "^2.29.3",
"eslint-config-next": "^13.4.18",
"file-saver": "^2.0.5",
"geist": "^1.3.0",
"http-proxy": "^1.18.1",
"iconoir-react": "^7.3.0",
"jotai": "^2.8.0",
"js-yaml": "^4.1.0",
"json-stable-stringify": "^1.0.2",
"json2csv": "^5.0.7",
"lodash": "^4.17.21",
"long": "^5.2.3",
"lucide-react": "^0.292.0",
"material-ui-popup-state": "^4.0.2",
"nanoid": "^3.3.4",
"next": "^14.2.3",
"next-nprogress-bar": "^2.1.2",
"next-pwa": "^5.6.0",
"next-qrcode": "^2.1.0",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.3",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-click-away-listener": "^2.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-github-btn": "^1.4.0",
"react-hook-form": "^7.50.0",
"react-icons": "^5.0.1",
"react-intl": "^6.4.2",
"react-markdown": "^8.0.3",
"react-player": "^2.10.1",
"react-query": "^3.39.1",
"react-simple-maps": "^3.0.0",
"react-use-websocket": "^3.0.0",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.30.3",
"stripe": "^10.14.0",
"tailwind-merge": "^2.0.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss-animate": "^1.0.7",
"tss-react": "^4.8.5",
"use-state-with-callback": "^3.0.2",
"usehooks-ts": "^2.9.1",
"vaul": "^0.8.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.7.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@keplr-wallet/types": "^0.10.15",
"@next/bundle-analyzer": "^14.0.1",
"@tailwindcss/typography": "^0.5.12",
"@types/auth0": "^2.35.3",
"@types/file-saver": "^2.0.5",
"@types/js-yaml": "^4.0.5",
"@types/json2csv": "^5.0.3",
"@types/lodash": "^4.14.197",
"@types/node": "^12.12.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-simple-maps": "^3.0.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.16",
"patch-package": "^8.0.0",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.2"
},
"overrides": {
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-focus-scope": "^1.0.4"
}
}