obsidian-desci_Obsidian-Desci/package.json

55 lines
1.6 KiB
JSON
Raw Normal View History

2023-09-03 08:01:12 +00:00
{
2023-10-23 15:01:59 +00:00
"name": "obsidian-desci",
2023-09-04 15:12:29 +00:00
"version": "1.0.0",
"description": "Run Edge Compute jobs through blockchain smart contracts with lilypad",
"main": "main.tsx",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
2024-10-27 15:14:43 +00:00
"@types/node": "^22.8.1",
"@types/pngjs": "^6.0.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"builtin-modules": "4.0.0",
"debug": "^4.3.7",
"esbuild": "0.24.0",
"hardhat": "^2.22.15",
2023-09-04 15:12:29 +00:00
"obsidian": "latest",
2024-10-27 15:14:43 +00:00
"tslib": "2.8.0",
"typescript": "5.6.3"
2023-09-04 15:12:29 +00:00
},
"dependencies": {
2024-10-27 15:14:43 +00:00
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/dag-cbor": "^4.0.0",
"@helia/dag-json": "^4.0.0",
"@helia/unixfs": "^4.0.0",
"@ipld/dag-json": "^10.2.2",
"@libp2p/delegated-content-routing": "^4.0.11",
"@libp2p/delegated-peer-routing": "^4.0.14",
"@web3modal/wagmi": "^5.1.11",
"3dmol": "^2.4.0",
"blockstore-core": "^5.0.2",
"datastore-core": "^10.0.2",
2023-09-04 19:24:13 +00:00
"esbuild-plugin-polyfill-node": "^0.3.0",
2023-09-05 18:46:17 +00:00
"events": "^3.3.0",
2024-10-27 15:14:43 +00:00
"helia": "^5.1.0",
"kubo-rpc-client": "^5.0.1",
"libp2p": "^2.1.10",
"multiformats": "^13.3.0",
2023-09-19 22:48:03 +00:00
"node-fetch": "^3.3.2",
2024-10-27 15:14:43 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
2023-09-04 15:12:29 +00:00
}
2023-09-03 08:01:12 +00:00
}