-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "@stellar-broker/ui",
"private": true,
"version": "0.12.3",
"description": "Website UI for StellarBroker service",
"author": "team@stellar.broker",
"homepage": "https://stellar.broker",
"license": "MIT",
"scripts": {
"build-app": "webpack --mode=production --config webpack-config.js",
"watch-app": "webpack serve --mode=development --config webpack-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stellar-broker/ui"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.9.5",
"@stellar-broker/client": "^0.6.14",
"@stellar-expert/asset-descriptor": "^1.5.0",
"@stellar-expert/formatter": "^2.5.0",
"@stellar/stellar-sdk": "14.5.0",
"classnames": "^2.5.1",
"highcharts": "8.1.0",
"jwt-decode": "4.0.0",
"history": "^4.10.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-fast-compare": "^3.2.2",
"react-router": "^5.3.3",
"throttle-debounce": "^5.0.2",
"viem": "2.21.0"
},
"devDependencies": {
"@stellar-expert/eslint-config-js": "^1.1.0",
"@stellar-expert/eslint-config-react": "^1.1.0",
"@stellar-expert/webpack-template": "1.5.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js"
]
}
}