-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 976 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
34
35
36
37
38
39
40
41
{
"name": "mimis",
"version": "4.0.0",
"license": "MIT",
"author": "dysbulic <[email protected]>",
"homepage": "https://dysbulic.github.io/mimis/",
"type": "module",
"workspaces": {
"packages": [
"pkgs/*"
],
"nohoist": [
"**/tailwindcss"
]
},
"scripts": {
"start": "npm run dev --workspace=mimis-svelte"
},
"dependencies": {
"@ipld/car": "^5.3.3",
"@ipld/dag-cbor": "^9.2.2",
"@ipld/dag-pb": "^4.1.3",
"ipfs-unixfs": "^11.2.0",
"kubo-rpc-client": "^5.0.2",
"multiformats": "^13.3.1"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"ipfs-car": "^1.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}