forked from burrowHQ/burrow-cash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.95 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"version": "0.2.0",
"license": "UNLICENSED",
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out",
"clean": "rm -rf public && rm -rf dist && rm -rf .parcel-cache",
"prettier": "prettier --write ./*",
"lint": "prettier --check \"./**/*.{ts,tsx}\" && eslint \"./**/*.{ts,tsx}\" && yarn type-check",
"type-check": "tsc --pretty --noEmit",
"sentry-upload": "sentry-cli releases files v1 -o burrow-fdn -p burrow upload-sourcemaps public",
"postinstall": "husky install",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/figtree": "^5.1.2",
"@keypom/selector": "^1.2.3",
"@metamask/detect-provider": "^2.0.0",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.100",
"@mui/material": "^5.10.6",
"@mui/styles": "^5.10.6",
"@mui/system": "^5.10.6",
"@mui/utils": "^5.10.6",
"@near-wallet-selector/bitte-wallet": "^8.9.12",
"@near-wallet-selector/coin98-wallet": "8.9.12",
"@near-wallet-selector/core": "^8.9.7",
"@near-wallet-selector/ethereum-wallets": "^8.9.13",
"@near-wallet-selector/here-wallet": "^8.9.7",
"@near-wallet-selector/ledger": "^8.9.7",
"@near-wallet-selector/meteor-wallet": "8.5.4",
"@near-wallet-selector/mintbase-wallet": "^8.9.7",
"@near-wallet-selector/modal-ui": "^8.9.7",
"@near-wallet-selector/my-near-wallet": "^8.9.7",
"@near-wallet-selector/near-mobile-wallet": "^8.9.7",
"@near-wallet-selector/neth": "^7.9.1",
"@near-wallet-selector/nightly": "^8.9.7",
"@near-wallet-selector/okx-wallet": "^8.9.10",
"@near-wallet-selector/sender": "^8.9.7",
"@near-wallet-selector/wallet-connect": "^7.9.1",
"@react-icons/all-files": "^4.1.0",
"@reduxjs/toolkit": "^1.8.5",
"@sentry/cli": "^2.5.2",
"@sentry/react": "^7.13.0",
"@sentry/tracing": "^7.13.0",
"@tanstack/react-query": "^5.56.2",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.0.3",
"@types/lodash": "^4.14.185",
"@types/ramda": "^0.28.15",
"@types/react-redux": "^7.1.24",
"@types/react-virtualized": "^9.21.21",
"@types/styled-components": "^5.1.26",
"@wagmi/connectors": "^5.1.13",
"@wagmi/core": "^2.13.7",
"@web3modal/wagmi": "^5.1.9",
"autoprefixer": "^10.4.15",
"babel-loader": "^9.1.3",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"btc-wallet": "0.3.12",
"crypto-browserify": "3.12.0",
"decimal.js": "^10.4.1",
"eslint-plugin-prettier": "^4.2.1",
"ethers": "^5.7.2",
"framer-motion": "^7.3.6",
"lodash": "^4.17.21",
"luxon": "^3.0.4",
"millify": "^5.0.1",
"near-api-js": "~0.44.2",
"neth": "^0.5.8",
"next": "latest",
"pluralize": "^8.0.0",
"postcss": "^8.4.28",
"posthog-js": "^1.20.2",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-modal": "^3.13.1",
"react-redux": "^8.0.4",
"react-slider": "^2.0.6",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.21.1",
"react-top-loading-bar": "^2.3.1",
"react-use": "^17.4.0",
"recharts": "^2.9.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"ref-modal-ui": "^8.9.13",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.1",
"serve": "^14.0.1",
"styled-components": "^6.0.7",
"swiper": "8.4.7",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"timeago-react": "^3.0.5",
"ts-loader": "^9.5.1",
"viem": "^2.21.15",
"wagmi": "^2.12.14"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/luxon": "^3.0.1",
"@types/node": "^18.0.0",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-node": "^29.0.3",
"near-cli": "^3.4.2",
"postcss": "^8.4.28",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@ledgerhq/devices": "6.27.1",
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-webhid": "6.27.1",
"@near-js/accounts": "^1.0.2",
"@near-js/crypto": "^1.2.0",
"@near-js/keystores-browser": "^0.0.8",
"@near-js/transactions": "^1.1.0",
"@near-js/utils": "^0.0.5",
"@near-js/wallet-account": "^1.0.2"
}
}