apps/daffio/package.json
{
"name": "@daffodil/daffio",
"private": true,
"version": "0.0.0-PLACEHOLDER",
"author": "Graycore LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/daffodil/issues"
},
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/apps/daffio"]
}
}
},
"scripts": {
"build": "ng build daffio --configuration production",
"test": "ng test daffio --watch=false --browsers=ChromeHeadless",
"lint": "cd ../.. && ng lint daffio",
"lint:fix": "npm run lint -- --fix",
"dev:ssr": "ng run daffio:serve-ssr",
"serve:ssr": "node ../../dist/apps/daffio/server/server.mjs"
},
"homepage": "https://github.com/graycoreio/daffodil",
"description": "A documentation site for the daffodil project",
"repository": {
"type": "git",
"url": "https://github.com/graycoreio/daffodil"
},
"devDependencies": {
"@daffodil/branding": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER",
"@daffodil/docs-utils": "0.0.0-PLACEHOLDER",
"@daffodil/design": "0.0.0-PLACEHOLDER",
"@daffodil/router": "0.0.0-PLACEHOLDER",
"@daffodil/tools-dgeni": "0.0.0-PLACEHOLDER",
"@daffodil/theme-switch": "0.0.0-PLACEHOLDER",
"@ngrx/component": "0.0.0-PLACEHOLDER"
}
}