-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "docker-host",
"version": "1.0.0",
"license": "MIT",
"author": "Raphael Fleischlin <git@raefftec.ch>",
"repository": {
"url": "https://github.com/raeffs/docker-host.git"
},
"scripts": {
"nx": "nx",
"up": "nx up",
"down": "nx down",
"pull": "nx pull",
"configure": "nx configure",
"new:app": "nx generate application",
"backup-volumes": "nx backup-volumes",
"restore-volumes": "nx restore-volumes"
},
"devDependencies": {
"@nx/devkit": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/jest": "22.6.5",
"@nx/js": "22.6.5",
"@nx/plugin": "22.6.5",
"@nx/webpack": "22.6.5",
"@nx/workspace": "22.6.5",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.8.1",
"@swc/core": "1.15.26",
"@swc/helpers": "0.5.21",
"enquirer": "2.4.1",
"@eslint/js": "10.0.1",
"eslint": "10.2.1",
"eslint-config-prettier": "10.1.8",
"jsonc-eslint-parser": "3.1.0",
"nx": "22.6.5",
"prettier": "3.8.3",
"tslib": "2.8.1",
"typescript-eslint": "8.58.2",
"typescript": "6.0.3",
"@nx/eslint": "22.6.5"
},
"volta": {
"node": "24.15.0",
"yarn": "1.22.22"
},
"dependencies": {}
}