mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 20:37:56 +00:00
1295c36241
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
28 lines
756 B
JSON
28 lines
756 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/page-tech-comm#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/app-tech-comm",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/page-tech-comm",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.168.2-0-x",
|
|
"dependencies": {
|
|
"@pezkuwi/react-components": "^0.168.2-0-x",
|
|
"@pezkuwi/react-query": "^0.168.2-0-x"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|