-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.64 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.64 KB
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
{
"name": "@stellar-expert/ui-framework",
"version": "1.19.1",
"description": "StellarExpert shared UI components library",
"main": "index.js",
"module": "./index.js",
"types": "index.d.ts",
"sideEffects": [
"*.scss"
],
"keywords": [
"StellarExpert",
"UI"
],
"author": "orbitlens <orbit@stellar.expert>",
"license": "MIT",
"peerDependencies": {
"@stellar/stellar-base": "^15.0.0",
"@stellar/stellar-sdk": "^15.0.1",
"@stellar-expert/asset-descriptor": "^1.5.0",
"@stellar-expert/claimable-balance-utils": "^1.4.1",
"@stellar-expert/client-cache": "^1.1.0",
"@stellar-expert/contract-wasm-interface-parser": "^4.0.0",
"@stellar-expert/formatter": "^3.0.0",
"@stellar-expert/navigation": "^1.1.0",
"@stellar-expert/tx-meta-effects-parser": "^8.3.3",
"classnames": ">=2",
"deepmerge": "^4.3.1",
"prop-types": ">=15",
"qrcode.react": "^4.2.0",
"react": ">=17 <18.0.0",
"react-dom": ">=17 <18.0.0",
"react-fast-compare": ">=3",
"throttle-debounce": ">=5.0.0"
},
"dependencies": {
"highlight.js": "^11.8.0",
"history": "^4.10.1",
"react-copy-to-clipboard": "^5.1.0",
"react-timeago": "^7.2.0"
},
"files": [
"index.js",
"index.d.ts",
"index.scss",
".npmrc",
"account/*",
"api/*",
"asset/*",
"basic-styles/*",
"claimable-balance/*",
"contract/*",
"controls/*",
"date/*",
"dex/*",
"directory/*",
"effect/*",
"errors/*",
"filter/*",
"fonts/*",
"horizon/*",
"interaction/*",
"ledger/*",
"meta/*",
"module/*",
"state/*",
"stellar/*",
"toast/*",
"tx/*"
]
}