-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "root",
"version": "0.0.0",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"scripts": {
"test": "nx run-many --target=test",
"build": "nx run-many --target=build"
},
"devDependencies": {
"@jscutlery/semver": "^4.2.0",
"@nx/devkit": "^17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "~1.3.102",
"@tsconfig/node20": "^20.1.2",
"@types/jest": "^29.5.11",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "17.2.8",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "10.9.2",
"typescript": "~5.3.3"
},
"dependencies": {
"@nx/plugin": "^17.2.8",
"@swc/helpers": "~0.5.3",
"tslib": "^2.6.2"
}
}