-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
97 lines (97 loc) · 2.65 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
{
"name": "frontend-react",
"version": "0.1.0",
"author": "Bithomp AB",
"description": "Bithomp Frontend for XRPL and XAHAU Explorers",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Bithomp/frontend-react.git"
},
"funding": {
"type": "individual",
"url": "https://xrplexplorer.com/en/donate"
},
"bugs": {
"url": "https://github.com/Bithomp/frontend-react/issues"
},
"homepage": "https://github.com/Bithomp/frontend-react#readme",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@gemwallet/api": "^3.8.0",
"@ledgerhq/hw-app-xrp": "^6.29.4",
"@ledgerhq/hw-transport-webhid": "^6.29.4",
"@marsidev/react-turnstile": "^0.7.2",
"@metamask/sdk": "^0.30.3",
"@mui/material": "^6.1.3",
"@next/third-parties": "^15.0.2",
"@paypal/react-paypal-js": "^8.1.3",
"@svgr/webpack": "^8.1.0",
"@trezor/connect-web": "^9.4.3",
"@walletconnect/modal-sign-react": "^2.7.0",
"@walletconnect/utils": "^2.17.2",
"apexcharts": "^3.35.0",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"crypto-hash": "^2.0.1",
"i18n-iso-countries": "^7.4.0",
"i18next": "^22.4.10",
"mobile-detect": "^1.4.5",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"next": "^14.2.16",
"next-i18next": "^13.2.1",
"next-seo": "^5.15.0",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.0",
"react-country-flag": "^3.1.0",
"react-csv": "^2.2.2",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-protected-mailto": "^1.0.3",
"react-select": "^5.8.0",
"react-share": "^5.1.0",
"react-slick": "^0.30.2",
"ripple-address-codec": "^4.3.1",
"sass": "^1.80.5",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"universal-cookie": "^7.2.1",
"web-vitals": "^2.1.0",
"xrpl-binary-codec-prerelease": "^8.0.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "next lint"
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "^14.2.14",
"husky": "^8.0.3",
"jquery": "^3.7.1",
"typescript": "^4.9.5",
"webpack": "^5.0.0"
}
}