mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
d1cd13072f
- Updated all package references - Fixed react-identicon and related packages - Version 3.16.8
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/pezkuwichain/ui/issues",
|
|
"engines": {
|
|
"node": ">=18.14"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/ui#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@4.6.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/ui.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "3.16.8",
|
|
"versions": {
|
|
"git": "3.16.6",
|
|
"npm": "3.16.6"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "pezkuwi-dev-build-ts",
|
|
"build:release": "pezkuwi-ci-ghact-build",
|
|
"build:rollup": "pezkuwi-exec-rollup --config",
|
|
"clean": "pezkuwi-dev-clean-build",
|
|
"lint": "pezkuwi-dev-run-lint",
|
|
"postinstall": "pezkuwi-dev-yarn-only",
|
|
"test": "pezkuwi-dev-run-test --env browser",
|
|
"test:one": "pezkuwi-dev-run-test --env browser"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/dev": "^0.85.2",
|
|
"@pezkuwi/x-bundle": "^14.0.5",
|
|
"@types/node": "^22.10.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-is": "^18.2.0",
|
|
"react-native": "^0.73.1"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|