forked from akash-network/console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "cloudmos-block-explorer",
"version": "2.5.2",
"description": "Landing page for Cloudmos",
"author": "Cloudmos",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next -p 3001",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.8.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@react-spring/web": "^9.3.1",
"@sentry/nextjs": "^7.80.0",
"next": "^12.1.5",
"next-dark-mode": "^3.0.0",
"next-pwa": "^5.4.6",
"next-seo": "^5.5.0",
"nextjs-google-analytics": "^2.0.0",
"notistack": "^2.0.5",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.34.2",
"react-intl": "^5.24.6",
"react-player": "^2.10.1",
"react-wavify": "^1.8.0",
"tss-react": "^3.6.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"typescript": "^4.5.5"
}
}