-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.25 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
{
"name": "@stellar-expert/ui-framework",
"version": "1.14.2",
"description": "StellarExpert shared UI components library",
"main": "index.js",
"module": "./index.js",
"sideEffects": [
"*.scss"
],
"keywords": [
"StellarExpert",
"UI"
],
"author": "orbitlens <[email protected]>",
"license": "MIT",
"peerDependencies": {
"@stellar/stellar-base": "^13.0.0",
"@stellar/stellar-sdk": "^13.0.0",
"@stellar-expert/asset-descriptor": "^1.3.3",
"@stellar-expert/claimable-balance-utils": "^1.4.1",
"@stellar-expert/client-cache": "github:stellar-expert/client-cache",
"@stellar-expert/contract-wasm-interface-parser": "^3.1.0",
"@stellar-expert/formatter": "^2.3.0",
"@stellar-expert/navigation": "github:stellar-expert/navigation#v1.0.2",
"@stellar-expert/tx-meta-effects-parser": "6.2.0",
"classnames": ">=2",
"prop-types": ">=15",
"qrcode.react": "^3.1.0",
"react": ">=17",
"react-dom": ">=17",
"react-fast-compare": ">=3",
"throttle-debounce": ">=5.0.0"
},
"dependencies": {
"highlight.js": "^11.8.0",
"history": "^4.10.1",
"react-datetime-picker": "5.5.2",
"react-day-picker": "8.8.2",
"react-copy-to-clipboard": "^5.1.0",
"react-timeago": "^7.1.0"
}
}