forked from scrtlabs/dash.scrt.network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "secret_dashboard",
"description": "An entry point for new users into Secret Network",
"version": "1.0.0",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"preview": "yarn build && vite preview",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@cosmjs/stargate": "0.26.5",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@keplr-wallet/cosmos": "0.11.12",
"@material-tailwind/react": "^1.2.4",
"@mui/icons-material": "5.11.0",
"@mui/lab": "5.0.0-alpha.115",
"@mui/material": "5.11.4",
"@noble/hashes": "1.1.5",
"@tharsis/transactions": "0.2.5",
"@types/react-copy-to-clipboard": "5.0.4",
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.13",
"bignumber.js": "9.1.1",
"buffer": "6.0.3",
"chart.js": "^4.1.0",
"google-protobuf": "^3.14.0",
"long": "5.2.1",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-copy-to-clipboard": "5.1.0",
"react-device-detect": "2.2.2",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-if": "4.1.4",
"react-modal": "^3.16.1",
"react-router-dom": "^6.4.3",
"react-select": "^5.7.0",
"react-socks": "2.2.0",
"react-toastify": "9.1.1",
"react-tooltip": "^5.3.1",
"sass": "^1.56.1",
"secretjs": "^1.7.2",
"tailwind": "^4.0.0",
"tailwindcss": "^3.2.4",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^4.0.3"
},
"devDependencies": {
"@keplr-wallet/types": "0.11.12",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "2.8.4",
"typescript": "4.9.4"
},
"private": true,
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}