-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
94 lines (94 loc) · 2.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
{
"name": "crust-files",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "eslint . --fix",
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev -p 3333",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "NODE_OPTIONS=--openssl-legacy-provider next start",
"export": "NODE_OPTIONS=--openssl-legacy-provider next build && next export"
},
"resolutions": {
"usb": "1.8.x",
"@polkadot/util": "10.3.1"
},
"dependencies": {
"@crustio/type-definitions": "1.3.0",
"@decooio/crust-fonts": "^1.1.0",
"@elrondnetwork/erdjs": "9.0.0",
"@hcaptcha/react-hcaptcha": "^1.0.0",
"@mdx-js/loader": "^1.6.22",
"@mimirdev/apps-inject": "^0.2.1",
"@mimirdev/apps-sdk": "^0.1.1",
"@multiversx/sdk-core": "^13.9.0",
"@multiversx/sdk-extension-provider": "^4.0.0",
"@next/mdx": "^12.0.7",
"@onflow/fcl": "^1.12.1",
"@onflow/types": "^0.0.5",
"@perawallet/connect": "^1.3.4",
"@polkadot/api": "9.x",
"@polkadot/extension-inject": "^0.44.6",
"@talismn/connect-wallets": "^1.2.3",
"@tonconnect/ui-react": "^2.0.5",
"@types/lodash": "^4.14.178",
"@walletconnect/ethereum-provider": "^2.17.1",
"@walletconnect/modal": "^2.7.0",
"@zheeno/mnemonic-cypher": "^1.1.3",
"algosdk": "^2.7.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.11.1",
"dayjs": "^1.10.7",
"device.js": "^2.3.0",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.7.2",
"file-saver": "^2.0.5",
"filesize": "^8.0.3",
"html-to-image": "^1.9.0",
"https-browserify": "^1.0.0",
"i18next": "^21.2.6",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"lodash": "^4.17.21",
"near-api-js": "^0.43.1",
"next": "12.x",
"numbro": "^2.3.6",
"path-browserify": "^1.0.1",
"react": "18.x",
"react-dom": "18.x",
"react-gtm-module": "^2.0.11",
"react-i18next": "12.x",
"react-icons": "^4.10.1",
"remark-gfm": "1.0.0",
"remark-html": "^15.0.1",
"sass": "^1.42.1",
"semantic-ui-css": "2.x",
"semantic-ui-react": "2.x",
"store": "^2.0.12",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "6.x",
"stylis": "4.x",
"typeit-react": "2.0.8",
"viem": "^2.9.28",
"wagmi": "^2.7.0",
"web3": "^1.8.0"
},
"devDependencies": {
"@next/bundle-analyzer": "11.x",
"@types/axios": "^0.14.0",
"@types/node": "18.x",
"@types/react": "^18.3.11",
"@types/react-dom": "18.x",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"@walletconnect/types": "2.x",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.28.0",
"eslint-plugin-react": "7.24.0",
"typescript": "5.0.4"
}
}