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": {}
}
+20 -13
View File
@@ -1,22 +1,29 @@
{
"name": "@polkadot/example-vue",
"version": "0.86.3-0",
"license": "Apache-2.0",
"private": true,
"description": "A very basic example with ui-* & vue-* 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-* & vue-* packages",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/example-vue#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/example-vue",
"private": true,
"repository": {
"directory": "packages/example-vue",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/example-vue"
"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": {}
}
+25 -19
View File
@@ -1,24 +1,28 @@
{
"name": "@polkadot/react-identicon",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"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": "Renders an SVG picture representing an address",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-identicon#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/react-identicon",
"private": false,
"repository": {
"directory": "packages/react-identicon",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/react-identicon"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/keyring": "^7.6.1",
@@ -32,6 +36,14 @@
"react-copy-to-clipboard": "^5.0.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
"styled-components": "^5.3.3",
"xmlserializer": "^0.6.1"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util": "*",
@@ -41,11 +53,5 @@
"react-is": "*",
"styled-components": "*"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
"styled-components": "^5.3.3",
"xmlserializer": "^0.6.1"
}
}
"resolutions": {}
}
+19 -13
View File
@@ -1,21 +1,25 @@
{
"name": "@polkadot/react-qr",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Generates and reads QR codes",
"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": "Generates and reads QR codes",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-qr#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/react-qr",
"private": false,
"repository": {
"directory": "packages/react-qr",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/react-qr"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/util": "^7.6.1",
@@ -28,11 +32,13 @@
"@types/react-qr-reader": "^2.1.4",
"@types/styled-components": "^5.1.15"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-dom": "*",
"styled-components": "*"
}
}
},
"resolutions": {}
}
+22 -16
View File
@@ -1,38 +1,44 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"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": "Renders an SVG picture representing an address",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/reactnative-identicon#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/reactnative-identicon",
"private": false,
"repository": {
"directory": "packages/reactnative-identicon",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/reactnative-identicon"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.3-0",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1",
"react-native-svg": "^12.1.1"
"react-native-svg": "^12.2.0"
},
"devDependencies": {
"@types/react-native": "^0.66.0"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.66.0"
}
}
"resolutions": {}
}
+20 -12
View File
@@ -1,21 +1,29 @@
{
"name": "@polkadot/ui-assets",
"version": "0.86.3-0",
"license": "Apache-2.0",
"description": "Static assets shared accross projects",
"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": "Static assets shared accross projects",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-assets#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-assets",
"private": false,
"repository": {
"directory": "packages/ui-assets",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/ui-assets"
"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": {}
}
+18 -12
View File
@@ -1,23 +1,27 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"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": [],
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-keyring#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-keyring",
"private": false,
"repository": {
"directory": "packages/ui-keyring",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/ui-keyring"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/hw-ledger": "^7.6.1",
@@ -32,9 +36,11 @@
"@types/mkdirp": "^1.0.2",
"@types/store": "^2.0.2"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/ui-settings": "*",
"@polkadot/util": "*"
}
}
},
"resolutions": {}
}
+19 -13
View File
@@ -1,21 +1,25 @@
{
"name": "@polkadot/ui-settings",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Manages app settings",
"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": "Manages app settings",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-settings#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-settings",
"private": false,
"repository": {
"directory": "packages/ui-settings",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/ui-settings"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/networks": "^7.6.1",
@@ -26,8 +30,10 @@
"devDependencies": {
"@types/store": "^2.0.2"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/networks": "*",
"@polkadot/util": "*"
}
}
},
"resolutions": {}
}
+23 -17
View File
@@ -1,33 +1,39 @@
{
"name": "@polkadot/ui-shared",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"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": "Shared logic that is usable accross all frameworks-specific areas",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-shared#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/ui-shared",
"private": false,
"repository": {
"directory": "packages/ui-shared",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/ui-shared"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"color": "^3.2.1"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^7.6.1",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
}
}
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
},
"resolutions": {}
}
+21 -15
View File
@@ -1,24 +1,28 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.86.3-0",
"license": "Apache-2.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"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": "Renders an SVG picture representing an address",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/vue-identicon#readme",
"license": "Apache-2.0",
"maintainers": [],
"name": "@polkadot/vue-identicon",
"private": false,
"repository": {
"directory": "packages/vue-identicon",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git",
"directory": "packages/vue-identicon"
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./detectPackage.js",
"./detectPackage.cjs"
],
"type": "module",
"version": "0.86.3-0",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.86.3-0",
@@ -26,12 +30,14 @@
"@polkadot/util-crypto": "^7.6.1",
"jdenticon": "3.1.1"
},
"devDependencies": {
"vue": "^2.6.14"
},
"optionalDependencies": {},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"vue": "*"
},
"devDependencies": {
"vue": "^2.6.14"
}
}
"resolutions": {}
}