-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "coinhippo-ui",
"version": "0.0.1",
"description": "CoinHippo UI",
"scripts": {
"dev": "next dev",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoinHippo-Labs/coinhippo-ui.git"
},
"author": "CoinHippo",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoinHippo-Labs/coinhippo-ui/issues"
},
"homepage": "https://github.com/CoinHippo-Labs/coinhippo-ui#readme",
"dependencies": {
"@0xsquid/widget": "^3.0.13",
"@material-tailwind/react": "^2.1.10",
"ethers": "^5.7.2",
"html-react-parser": "^5.1.18",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "13.4.19",
"next-secure-headers": "^2.2.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-linkify": "^1.0.0-alpha",
"react-loader-spinner": "^6.1.6",
"react-page-visibility": "^7.0.0",
"react-redux": "^9.1.2",
"react-reveal": "^1.2.2",
"react-table": "^7.8.0",
"react-ticker": "^1.3.2",
"react-ts-tradingview-widgets": "1.2.5",
"redux": "^5.0.1"
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss-color-function": "^4.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.7",
"tailwindcss": "^3.4.14"
}
}