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
+24 -14
View File
@@ -1,37 +1,44 @@
{
"repository": "https://github.com/polkadot-js/ui",
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/ui/issues",
"engines": {},
"homepage": "https://github.com/polkadot-js/ui#readme",
"license": "Apache-2",
"packageManager": "yarn@3.0.1",
"private": true,
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "0.86.3-0",
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "^4.4.4"
},
"bin": {},
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build",
"build:rollup": "polkadot-exec-rollup --config",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"demo:identicon:react": "yarn build && webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 8080",
"demo:identicon:vue": "yarn build && webpack-serve --config packages/vue-identicon/webpack.config.js --content packages/vue-identicon --port 8080",
"example:rn:packager": "yarn build && cd packages/exampleReactNative && yarn copy-workspace-packages && yarn start",
"example:rn:ios": "cd packages/exampleReactNative && cd ios && pod install && cd .. && yarn ios",
"example:rn:android": "cd packages/exampleReactNative && yarn android",
"example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.js",
"example:rn:android": "cd packages/exampleReactNative && yarn android",
"example:rn:ios": "cd packages/exampleReactNative && cd ios && pod install && cd .. && yarn ios",
"example:rn:packager": "yarn build && cd packages/exampleReactNative && yarn copy-workspace-packages && yarn start",
"example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.js",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand",
"test:one": "polkadot-dev-run-test"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.63.6",
"@polkadot/ts": "^0.4.10",
"@polkadot/dev": "^0.63.8",
"@polkadot/ts": "^0.4.12",
"@polkadot/x-bundle": "^7.6.1",
"@types/jest": "^27.0.2",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -45,6 +52,9 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.86.3-0",
"packageManager": "yarn@3.0.1"
}
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {
"typescript": "^4.4.4"
}
}
+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": {}
}
+12 -12
View File
@@ -2142,9 +2142,9 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.63.6":
version: 0.63.6
resolution: "@polkadot/dev@npm:0.63.6"
"@polkadot/dev@npm:^0.63.8":
version: 0.63.8
resolution: "@polkadot/dev@npm:0.63.8"
dependencies:
"@babel/cli": ^7.15.7
"@babel/core": ^7.15.8
@@ -2232,7 +2232,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.cjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.cjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.cjs
checksum: dfe6364421fdff1b1bc464137b2a39e8a1323d020741dee7480fca073819a3d945114d4a3929807eb23d3a3dfeede90c2ab61c3b9b589a59822d2eb0d1fdfa5f
checksum: fffded848488ff49fb9955db25b9a1c2a30bfc94ecedf37d614a6b6c82d6a8314753226c02067c76ec4aadba0c75c83c3c1202ba1a5820f5cef92a74c58e2df7
languageName: node
linkType: hard
@@ -2363,7 +2363,7 @@ __metadata:
"@polkadot/util": ^7.6.1
"@polkadot/util-crypto": ^7.6.1
"@types/react-native": ^0.66.0
react-native-svg: ^12.1.1
react-native-svg: ^12.2.0
peerDependencies:
"@polkadot/util": "*"
"@polkadot/util-crypto": "*"
@@ -2372,12 +2372,12 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ts@npm:^0.4.10":
version: 0.4.10
resolution: "@polkadot/ts@npm:0.4.10"
"@polkadot/ts@npm:^0.4.12":
version: 0.4.12
resolution: "@polkadot/ts@npm:0.4.12"
dependencies:
"@types/chrome": ^0.0.159
checksum: ec2d5d2070354368d533067c62b2f75ebeea937205a54ae53e0d21e22926a28db0d6b952ff4a0cdae712a026bcb08664f855d727e68d594628b06928847f0fe3
checksum: 9000d625a52bcbd473c090e35989394706104fb8bfdd52f13e8dd0b81bd5061a132f89b0e3f7a04cf449eab34b944be222aa78340b2e381e3773a4466caea172
languageName: node
linkType: hard
@@ -13429,7 +13429,7 @@ fsevents@~2.1.2:
languageName: node
linkType: hard
"react-native-svg@npm:^12.1.1":
"react-native-svg@npm:^12.2.0":
version: 12.2.0
resolution: "react-native-svg@npm:12.2.0"
dependencies:
@@ -14110,8 +14110,8 @@ resolve@^2.0.0-next.3:
dependencies:
"@babel/core": ^7.15.8
"@babel/runtime": ^7.15.4
"@polkadot/dev": ^0.63.6
"@polkadot/ts": ^0.4.10
"@polkadot/dev": ^0.63.8
"@polkadot/ts": ^0.4.12
"@polkadot/x-bundle": ^7.6.1
"@types/jest": ^27.0.2
babel-plugin-transform-vue-template: ^0.4.2