forked from trumbitta/nx-trumbitta
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.32 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
45
46
47
48
49
50
51
52
53
54
{
"name": "root",
"private": true,
"license": "MIT",
"scripts": {
"update": "nx migrate latest",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/devkit": "23.0.0",
"@nx/eslint-plugin": "23.0.0",
"@nx/jest": "23.0.0",
"@nx/js": "23.0.0",
"@nx/node": "23.0.0",
"@nx/plugin": "23.0.0",
"@nx/workspace": "23.0.0",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.23",
"@tsconfig/node-lts": "^22.0.1",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "30.0.0",
"@types/node": "^24.10.9",
"cross-spawn": "^7.0.3",
"husky": "^9.0.11",
"jest": "30.3.0",
"jest-util": "~30.0.0",
"nx": "23.0.0",
"nx-cloud": "19.1.3",
"open": "^10.1.0",
"prettier": "^3.2.5",
"ts-jest": "29.4.5",
"ts-node": "^10.9.2",
"type-fest": "^4.18.3",
"typescript": "5.9.3",
"verdaccio": "6.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/driimus/nx-plugins.git"
},
"packageManager": "pnpm@10.3.0+sha256.24dd5c65d86c7d0710aba16699fbc46d74fc9acf2b419f4945207f2de9e57e23",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"core-js",
"nice-napi",
"nx"
]
}
}