-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.41 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
52
53
54
{
"name": "@pothos-ltd/substantiate",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@inrupt/jest-jsdom-polyfills": "^1.7.0",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
"@nx/js": "^16.1.4",
"@nx/linter": "16.1.4",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@swc/jest": "0.2.20",
"@theunderscorer/nx-semantic-release": "^2.4.0",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"commitizen": "^4.3.0",
"cz-emoji-conventional": "^1.0.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"husky": "^8.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lint-staged": "^13.2.2",
"nx": "16.1.4",
"nx-cloud": "latest",
"prettier": "^2.8.8",
"semantic-release-gitmoji": "^1.6.4",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.0",
"@swc/helpers": "~0.5.0",
"oxide.ts": "^1.1.0",
"tslib": "^2.3.0",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.0"
}
}