-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "my-ipfs-library",
"version": "1.0.0",
"scripts": {
"test": "truffle test",
"start": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired --openssl-legacy-provider build",
"deploy": "truffle migrate --network development"
},
"dependencies": {
"@helia/unixfs": "^4.0.0",
"@ipld/dag-cbor": "^9.2.2",
"cors": "^2.8.5",
"customize-cra": "^1.0.0",
"ethers": "^5.4.0",
"express": "^4.21.1",
"helia": "^5.1.0",
"ipfs-core": "^0.18.1",
"ipfs-http-client": "^60.0.1",
"multiaddr": "^9.0.1",
"orbit-db": "^0.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"react-app-rewired": "^2.2.1",
"truffle": "^5.4.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"type": "module"
}
}