mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "workspace",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/workspace/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"dependsOn": ["build-base"],
|
|
"outputs": ["{workspaceRoot}/dist/packages/workspace/README.md"],
|
|
"command": "node ./scripts/copy-readme.js workspace",
|
|
"inputs": ["copyReadme"]
|
|
},
|
|
"build-base": {
|
|
"dependsOn": [
|
|
{ "projects": ["nx", "devkit"], "target": "build-base" },
|
|
"build-native",
|
|
"copy-assets"
|
|
]
|
|
},
|
|
"add-extra-dependencies": {
|
|
"command": "node ./scripts/add-dependency-to-build.js workspace nx"
|
|
}
|
|
},
|
|
"implicitDependencies": [
|
|
"angular",
|
|
"eslint",
|
|
"expo",
|
|
"express",
|
|
"jest",
|
|
"js",
|
|
"nest",
|
|
"next",
|
|
"node",
|
|
"nuxt",
|
|
"react",
|
|
"react-native",
|
|
"vue",
|
|
"web"
|
|
]
|
|
}
|