Files
pwap/pezkuwi-sdk-ui/packages/react-components/package.json
T
Claude 60a800b33e Add Pezkuwi SDK UI - Polkadot.js Apps clone
- Clone Polkadot.js Apps repository
- Update package.json with Pezkuwi branding
- Add Pezkuwi endpoint to production chains (wss://pezkuwichain.app:9944)
- Create comprehensive README for SDK UI
- Set up project structure with all packages

Next steps:
- Apply Kurdistan colors (Kesk, Sor, Zer, Spi + Black) to UI theme
- Replace logos with Pezkuwi branding
- Test build and deployment
2025-11-14 00:55:17 +00:00

67 lines
2.1 KiB
JSON

{
"bugs": "https://github.com/polkadot-js/apps/issues",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/react-components#readme",
"license": "Apache-2.0",
"name": "@polkadot/react-components",
"private": true,
"repository": {
"directory": "packages/react-components",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"type": "module",
"version": "0.168.2-0-x",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/keyring": "^13.5.8",
"@polkadot/react-api": "^0.168.2-0-x",
"@polkadot/react-identicon": "^3.16.3",
"@polkadot/react-qr": "^3.16.3",
"@polkadot/react-query": "^0.168.2-0-x",
"@polkadot/ui-keyring": "^3.16.3",
"@polkadot/ui-settings": "^3.16.3",
"@polkadot/util": "^13.5.8",
"@polkadot/util-crypto": "^13.5.8",
"chart.js": "^4.4.1",
"chartjs-plugin-annotation": "^3.0.1",
"chartjs-plugin-crosshair": "^2.0.0",
"codeflask": "^1.4.1",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"owasp-password-strength-test": "^1.3.0",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dropzone": "^14.2.3",
"react-i18next": "^13.5.0",
"react-markdown": "^9.0.1",
"react-router": "^6.21.0",
"react-router-dom": "^6.21.0",
"react-tooltip": "^4.5.1",
"rehype-raw": "^7.0.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^0.88.2",
"store": "^2.0.12",
"styled-components": "^6.1.1",
"styled-theming": "^2.2.0"
},
"devDependencies": {
"@types/chartjs-plugin-crosshair": "^1.1.4",
"@types/codeflask": "^1.4.6",
"@types/owasp-password-strength-test": "^1.3.2",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-is": "*"
}
}