mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 03:17:58 +00:00
chore: migrate git dependencies to Gitea mirror (git.pezkuwichain.io)
This commit is contained in:
+4
-4
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.14"
|
"node": ">=18.14"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"packageManager": "yarn@4.6.0",
|
"packageManager": "yarn@4.6.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"test:one": "pezkuwi-dev-run-test --env browser"
|
"test:one": "pezkuwi-dev-run-test --env browser"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@pezkuwi/dev": "^0.85.2",
|
"@pezkuwi/dev": "^0.85.7",
|
||||||
"@pezkuwi/x-bundle": "^14.0.5",
|
"@pezkuwi/x-bundle": "^14.0.5",
|
||||||
"@types/node": "^22.10.5",
|
"@types/node": "^22.10.5",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/react-identicon#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/react-identicon#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/react-identicon",
|
"name": "@pezkuwi/react-identicon",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/react-identicon",
|
"directory": "packages/react-identicon",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Generates and reads QR codes",
|
"description": "Generates and reads QR codes",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/react-qr#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/react-qr#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/react-qr",
|
"name": "@pezkuwi/react-qr",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/react-qr",
|
"directory": "packages/react-qr",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/reactnative-identicon#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/reactnative-identicon#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/reactnative-identicon",
|
"name": "@pezkuwi/reactnative-identicon",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/reactnative-identicon",
|
"directory": "packages/reactnative-identicon",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/ui-keyring#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/ui-keyring#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/ui-keyring",
|
"name": "@pezkuwi/ui-keyring",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/ui-keyring",
|
"directory": "packages/ui-keyring",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Manages app settings",
|
"description": "Manages app settings",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/ui-settings#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/ui-settings#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/ui-settings",
|
"name": "@pezkuwi/ui-settings",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/ui-settings",
|
"directory": "packages/ui-settings",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
"description": "Shared logic that is usable accross all frameworks-specific areas",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/ui-shared#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/ui-shared#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/ui-shared",
|
"name": "@pezkuwi/ui-shared",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/ui-shared",
|
"directory": "packages/ui-shared",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/ui/issues",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/pezkuwichain/ui/tree/master/packages/vue-identicon#readme",
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/ui/tree/master/packages/vue-identicon#readme",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"name": "@pezkuwi/vue-identicon",
|
"name": "@pezkuwi/vue-identicon",
|
||||||
"repository": {
|
"repository": {
|
||||||
"directory": "packages/vue-identicon",
|
"directory": "packages/vue-identicon",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pezkuwichain/ui.git"
|
"url": "https://git.pezkuwichain.io/pezkuwichain/ui.git"
|
||||||
},
|
},
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"./packageDetect.js",
|
"./packageDetect.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user