mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 20:48:03 +00:00
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"name": "@polkadot/example-react",
|
|
"version": "0.47.0-beta.0",
|
|
"description": "A very basic example with ui-* & react-* packages",
|
|
"main": "index.js",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"maintainers": [
|
|
"Jaco Greeff <jacogr@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.6.3"
|
|
}
|
|
}
|