mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
8d30519efc
- Replaced shadowColor/shadowOffset/shadowOpacity/shadowRadius with boxShadow - Fixed 28 files (21 screens + 7 components) - Preserved elevation for Android compatibility - All React Native Web deprecation warnings resolved Files fixed: - All screen components - All reusable components - Navigation components - Modal components
22 lines
515 B
JSON
22 lines
515 B
JSON
{
|
|
"name": "pezkuwi-indexer-service",
|
|
"version": "1.0.0",
|
|
"description": "Simple Transaction Indexer for Pezkuwi Chain",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.9",
|
|
"@pezkuwi/util": "^14.0.11",
|
|
"@pezkuwi/util-crypto": "^14.0.11",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.2.1",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|