-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "@reflector/admin-dashboard",
"private": true,
"version": "0.9.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.16.7",
"@stellar/stellar-base": "14.0.4",
"@stellar/stellar-sdk": "14.5.0",
"classnames": "^2.5.1",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"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": "14.0.4",
"@stellar/stellar-sdk": "14.5.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"node-sass"
]
}
}