-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"typechain": "typechain --target ethers-v5 --out-dir src/types src/abi/*.json"
},
"proxy": "https://calibration.filfox.info",
"dependencies": {
"@helia/unixfs": "^1.3.0",
"@ipld/car": "^5.1.1",
"@lighthouse-web3/sdk": "^0.2.5",
"@metamask/sdk": "^0.3.1",
"@typechain/ethers-v5": "^11.0.0",
"@web3-onboard/common": "^2.3.3",
"alchemy-sdk": "^2.9.0",
"autoprefixer": "^10.4.14",
"browser-readablestream-to-it": "^2.0.3",
"cheerio": "^1.0.0-rc.12",
"cids": "^1.1.9",
"ethers": "5.5",
"filecoin.js": "^0.0.5-alpha",
"helia": "^1.3.2",
"ipfs-car": "^1.0.0",
"ipfs-http-client": "^60.0.1",
"ipfs-unixfs-importer": "^15.1.5",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-router-dom": "^6.10.0",
"recoil": "^0.7.7",
"tailwindcss": "^3.3.0",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"main": "index.js",
"license": "MIT"
}