forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
30 lines (30 loc) · 914 Bytes
/
package.json
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
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/cennznet/ui/issues",
"description": "A basic staking app",
"homepage": "https://github.com/cennznet/ui/tree/master/packages/app-staking#readme",
"license": "Apache-2.0",
"maintainers": [
"Jaco Greeff <[email protected]>"
],
"name": "@polkadot/app-staking",
"private": true,
"repository": {
"directory": "packages/app-staking",
"type": "git",
"url": "https://github.com/cennznet/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.40.0-beta.45",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@polkadot/app-explorer": "0.40.0-beta.45",
"@polkadot/react-components": "0.40.0-beta.45",
"@polkadot/react-query": "0.40.0-beta.45",
"@types/react-loader-spinner": "^3.1.3",
"bignumber.js": "9.0.1",
"react-loader-spinner": "^4.0.0"
}
}