-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 1.72 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@stellar-expert/ui-framework",
"version": "3.0.1",
"description": "StellarExpert shared UI components library",
"author": "team@stellar.expert",
"license": "MIT",
"main": "index.js",
"module": "./index.js",
"types": "index.d.ts",
"sideEffects": [
"*.scss",
"./charts/chart-default-options.js"
],
"scripts": {
"test": "jest"
},
"keywords": [
"StellarExpert",
"UI"
],
"peerDependencies": {
"@stellar-expert/contract-wasm-interface-parser": "^6.0.0",
"@stellar-expert/formatter": "^3.1.0",
"@stellar-expert/tx-meta-effects-parser": "^10.1.1",
"@stellar/stellar-sdk": "^17.0.1",
"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.11.1",
"history": "5.3.0",
"react-copy-to-clipboard": "5.1.1",
"react-timeago": "8.3.0"
},
"devDependencies": {
"@swc/jest": "0.2.39",
"jest": "30.4.2"
},
"files": [
"index.js",
"index.d.ts",
"index.scss",
".npmrc",
"account/*",
"api/*",
"asset-descriptor/*",
"asset/*",
"basic-styles/*",
"charts/*",
"charts/**/*",
"claimable-balance/*",
"client-cache/*",
"contract/*",
"controls/*",
"date/*",
"dex/*",
"directory/*",
"effect/*",
"errors/*",
"filter/*",
"fonts/*",
"!fonts/icons/config.json",
"horizon/*",
"interaction/*",
"ledger/*",
"meta/*",
"module/*",
"navigation/*",
"state/*",
"stellar/*",
"toast/*",
"tx/*"
],
"engines": {
"node": ">=22.12.0"
}
}