27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"name": "nx/react",
|
|
"version": "0.1",
|
|
"schematics": {
|
|
"ng-add": {
|
|
"factory": "./src/schematics/ng-add/ng-add",
|
|
"schema": "./src/schematics/ng-add/schema.json",
|
|
"description": "Add @nrwl/react to a project",
|
|
"hidden": true
|
|
},
|
|
|
|
"application": {
|
|
"factory": "./src/schematics/application/application",
|
|
"schema": "./src/schematics/application/schema.json",
|
|
"aliases": ["app"],
|
|
"description": "Create an application"
|
|
},
|
|
|
|
"library": {
|
|
"factory": "./src/schematics/library/library",
|
|
"schema": "./src/schematics/library/schema.json",
|
|
"aliases": ["lib"],
|
|
"description": "Create a library"
|
|
}
|
|
}
|
|
}
|