obsidian-desci_Obsidian-Desci/package.json
Taylor Hulsmans fb455e2b2b web3modal
2023-11-15 15:16:10 -08:00

55 lines
1.6 KiB
JSON

{
"name": "obsidian-desci",
"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": {
"@types/node": "^16.18.61",
"@types/pngjs": "^6.0.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"debug": "^4.3.4",
"esbuild": "0.17.3",
"hardhat": "^2.17.2",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "5.2.2"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.1",
"@chainsafe/libp2p-yamux": "^5.0.0",
"@helia/dag-cbor": "^1.0.2",
"@helia/dag-json": "^1.0.2",
"@helia/unixfs": "^1.4.1",
"@ipld/dag-json": "^10.1.4",
"@libp2p/delegated-content-routing": "^4.0.9",
"@libp2p/delegated-peer-routing": "^4.0.12",
"@web3modal/wagmi": "^3.3.2",
"3dmol": "^2.0.6",
"blockstore-core": "^4.3.4",
"datastore-core": "^9.2.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"ethers": "^6.7.1",
"events": "^3.3.0",
"helia": "^2.0.1",
"kubo-rpc-client": "^3.0.1",
"libp2p": "^0.46.9",
"multiformats": "^12.1.1",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.19.1",
"wagmi": "^1.4.6"
}
}