-
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.29 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.29 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": "@reflector/admin-dashboard",
"private": true,
"version": "0.10.0",
"author": "team@stellar.expert",
"description": "Admin dashboard for Reflector nodes",
"scripts": {
"build": "webpack --mode=production --config ./webpack-config.js",
"dev-server": "webpack serve --mode=development --config ./webpack-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/reflector-network/admin-dashboard.git"
},
"dependencies": {
"@albedo-link/intent": "0.13.0",
"@reflector/dao-client": "1.4.1",
"@stellar-expert/client-cache": "1.1.0",
"@stellar-expert/formatter": "3.0.0",
"@stellar-expert/navigation": "1.1.0",
"@stellar-expert/ui-framework": "1.19.2",
"@stellar/stellar-base": "15.0.0",
"@stellar/stellar-sdk": "15.1.0",
"classnames": "2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fast-compare": "3.2.2",
"react-router": "^5.3.3"
},
"devDependencies": {
"@stellar-expert/eslint-config-js": "1.1.0",
"@stellar-expert/eslint-config-react": "1.1.0",
"@stellar-expert/webpack-template": "1.5.1"
},
"overrides": {
"@stellar/stellar-base": "15.0.0",
"@stellar/stellar-sdk": "15.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"node-sass"
]
}
}