forked from ipfs-examples/helia-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 843 Bytes
/
package.json
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
{
"name": "helia-create-car",
"version": "0.0.0",
"description": "Using Helia with vite - upload files and get a car file back",
"private": true,
"type": "module",
"scripts": {
"clean": "rimraf ./dist",
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"@helia/car": "^1.0.0",
"@helia/unixfs": "^1.4.1",
"@ipld/car": "^5.1.1",
"helia": "^1.3.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.0"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"test-ipfs-example": "^1.0.0",
"vite": "^4.2.0"
}
}