forked from akash-network/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.9 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
{
"name": "cloudmos-app",
"version": "1.5.1",
"description": "Web UI to deploy on the Akash Network and view statistic about network usage.",
"author": "Cloudmos",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
"postinstall": "patch-package"
},
"dependencies": {
"@akashnetwork/akashjs": "0.4.17",
"@auth0/nextjs-auth0": "^3.1.0",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
"@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",
"@monaco-editor/react": "^4.4.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.4.4",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@react-spring/web": "^9.3.1",
"@sentry/nextjs": "^7.64.0",
"@stripe/react-stripe-js": "^1.12.0",
"@stripe/stripe-js": "^1.41.0",
"@textea/json-viewer": "^3.0.0",
"auth0": "^2.42.0",
"axios": "^0.27.2",
"cosmjs-types": "^0.6.1",
"date-fns": "^2.29.3",
"eslint-config-next": "^13.4.18",
"file-saver": "^2.0.5",
"http-proxy": "^1.18.1",
"jotai": "^2.0.4",
"js-yaml": "^3.14.1",
"json-stable-stringify": "^1.0.2",
"json2csv": "^5.0.7",
"jsrsasign": "^10.6.1",
"lodash": "^4.17.21",
"material-ui-popup-state": "^4.0.2",
"nanoid": "^3.3.4",
"next": "^13.4.19",
"next-dark-mode": "^3.0.0",
"next-pwa": "^5.6.0",
"next-qrcode": "^2.1.0",
"next-seo": "^6.1.0",
"nextjs-google-analytics": "^2.3.3",
"notistack": "^2.0.5",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"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.34.2",
"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",
"tss-react": "^4.8.5",
"use-state-with-callback": "^3.0.2",
"usehooks-ts": "^2.9.1",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.10.15",
"@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",
"patch-package": "^8.0.0",
"prettier": "^3.0.2",
"typescript": "^4.5.5"
}
}