-
Notifications
You must be signed in to change notification settings - Fork 1
/
nxpm-sandboxes.json
44 lines (44 loc) · 1.29 KB
/
nxpm-sandboxes.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
[
{
"id": "base",
"name": "nxpm/base:latest",
"description": "Base Node.js image",
"url": "https://nxpm.dev/docs/sandboxes/base"
},
{
"id": "cli",
"name": "nxpm/cli:latest",
"description": "Base Node.js image with @angular/cli, @nrwl/cli and nxpm",
"url": "https://nxpm.dev/docs/sandboxes/cli"
},
{
"id": "nx-angular-nest",
"name": "nxpm/sandbox-nx-angular-nest:latest",
"description": "Nx Workspace with Angular and Nest",
"url": "https://nxpm.dev/docs/sandboxes/nx-angular-nest"
},
{
"id": "nx-empty",
"name": "nxpm/sandbox-nx-empty:latest",
"description": "Nx Workspace, empty preset",
"url": "https://nxpm.dev/docs/sandboxes/nx-empty"
},
{
"id": "nx-next",
"name": "nxpm/sandbox-nx-next:latest",
"description": "Nx Workspace with Next.js",
"url": "https://nxpm.dev/docs/sandboxes/nx-next"
},
{
"id": "nx-react-express",
"name": "nxpm/sandbox-nx-react-express:latest",
"description": "Nx Workspace with React and Express",
"url": "https://nxpm.dev/docs/sandboxes/nx-react-express"
},
{
"id": "nx-web-components",
"name": "nxpm/sandbox-nx-web-components:latest",
"description": "Nx Workspace with Web Components",
"url": "https://nxpm.dev/docs/sandboxes/nx-web-components"
}
]