This commit is contained in:
Jaco
2021-10-25 13:28:54 +02:00
committed by GitHub
parent 7b45a86daa
commit 0427f8e2af
12 changed files with 243 additions and 169 deletions
+20 -13
View File
@@ -1,22 +1,29 @@
{
"name": "@polkadot/example-react",
"version": "0.86.3-0",
"license": "Apache-2.0",
"private": true,
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/ui/issues",
"homepage": "https://github.com/polkadot-js/ui#readme",
"contributors": [],
"description": "A very basic example with ui-* & react-* packages",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/example-react#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/example-react",
"private": true,
"repository": {
"directory": "packages/example-react",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/example-react"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4"
}
}
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}