forked from reflector-network/admin-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "@reflector/admin-dashboard",
"private": true,
"version": "0.8.1",
"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.12.0",
"@reflector/dao-client": "^1.3.0",
"@stellar-expert/client-cache": "github:stellar-expert/client-cache",
"@stellar-expert/formatter": "^2.5.0",
"@stellar-expert/navigation": "github:stellar-expert/navigation#v1.0.2",
"@stellar-expert/ui-framework": "1.14.12",
"@stellar/stellar-base": "^13.0.1",
"@stellar/stellar-sdk": "^13.1.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.4.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"node-sass"
],
"overrides": {}
}
}