-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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
55
56
{
"name": "cobalt-ts",
"version": "2023.41.0-RELEASE",
"license": "Apache-2.0",
"scripts": {
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"private": false,
"dependencies": {
"@apollo/client": "^3.7.9",
"cross-fetch": "^3.1.5",
"fp-ts": "^2.13.1",
"immutable": "^4.3.0",
"luxon": "^3.3.0",
"tslib": "^2.5.0",
"tslog": "^4.7.5",
"type-fest": "^3.6.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@nrwl/cli": "^15.7.2",
"@nrwl/esbuild": "15.7.2",
"@nrwl/eslint-plugin-nx": "^15.7.2",
"@nrwl/jest": "^15.7.2",
"@nrwl/js": "^15.7.2",
"@nrwl/linter": "^15.7.2",
"@nrwl/node": "^15.7.2",
"@nrwl/webpack": "15.7.2",
"@nrwl/workspace": "^15.7.2",
"@types/jest": "^29.4.0",
"@types/luxon": "^3.3.0",
"@types/node": "^18.14.1",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"esbuild": "^0.17.5",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-mock-extended": "^3.0.4",
"nx": "^15.7.2",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"uuid": "^9.0.0"
},
"volta": {
"node": "16.17.0",
"npm": "8.15.0"
}
}