forked from toolsplus/forge-trpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "forge-trpc",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"prepublishOnly": "npx nx run-many --target=build --all --parallel=2",
"publish:local": "npx nx release --skip-publish"
},
"private": true,
"dependencies": {
"@forge/bridge": "^3.3.0",
"@forge/resolver": "^1.5.29",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"fp-ts": "^2.13.1",
"io-ts": "^2.2.20",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nx/eslint": "18.1.2",
"@nx/eslint-plugin": "18.1.2",
"@nx/jest": "18.1.2",
"@nx/js": "18.1.2",
"@nx/workspace": "18.1.2",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@types/jest": "29.4.4",
"@types/node": "18.19.25",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"husky": "^8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"nx": "18.1.2",
"prettier": "^2.6.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"verdaccio": "^5.0.4"
},
"nx": {
"includedScripts": []
}
}