forked from trumbitta/nx-trumbitta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "root",
"private": true,
"license": "MIT",
"scripts": {
"update": "nx migrate latest",
"prepare": "husky"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"open": "^10.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/devkit": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/node": "20.0.6",
"@nx/plugin": "20.0.6",
"@nx/workspace": "20.0.6",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.13",
"@tsconfig/node-lts": "^20.1.3",
"@types/cross-spawn": "^6.0.6",
"@types/jest": "29.5.14",
"@types/node": "^20.12.7",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "20.0.6",
"nx-cloud": "19.1.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"type-fest": "^4.18.3",
"typescript": "5.5.4",
"verdaccio": "^5.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/driimus/nx-trumbitta.git"
},
"packageManager": "[email protected]"
}