mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
4d98ae49c9
skip-checks: true
28 lines
696 B
JSON
28 lines
696 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-apps/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/page-council#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/app-council",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/page-council",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-apps.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "1.0.1",
|
|
"dependencies": {
|
|
"@pezkuwi/react-components": "^1.0.1",
|
|
"@pezkuwi/react-query": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|