-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.39 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.39 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
{
"name": "storacha",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.1.0+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b",
"scripts": {},
"devDependencies": {
"@nx/devkit": "20.3.2",
"@nx/js": "catalog:",
"@nx/next": "20.3.2",
"@types/npm-registry-fetch": "^8.0.7",
"depcheck": "catalog:",
"eslint": "catalog:",
"lint-staged": "catalog:",
"loglevel": "^1.9.2",
"next": "catalog:",
"npm-registry-fetch": "^18.0.2",
"nx": "catalog:",
"octokit": "^4.1.2",
"prettier": "2.8.3",
"react": "catalog:",
"react-dom": "catalog:",
"simple-git": "^3.27.0",
"tsx": "^4.19.3",
"typescript": "catalog:"
},
"engines": {
"node": ">=16"
},
"pnpm": {
"overrides": {
"hd-scripts>@typescript-eslint/eslint-plugin": "catalog:",
"hd-scripts>@typescript-eslint/parser": "catalog:",
"eslint-config-standard-with-typescript>@typescript-eslint/eslint-plugin": "catalog:",
"eslint-config-standard-with-typescript>@typescript-eslint/parser": "catalog:",
"ucn": "link:../../../../../Library/pnpm/global/5/node_modules/@storacha/ucn",
"@storacha/ucn": "link:"
}
},
"dependencies": {
"@storacha/ucn": "link:",
"ucn": "link:../../../../../Library/pnpm/global/5/node_modules/@storacha/ucn"
}
}