apps/demo/package.json
{
"name": "@daffodil/demo",
"version": "0.0.0-PLACEHOLDER",
"private": true,
"author": "Graycore LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/daffodil/issues"
},
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/apps/demo"]
}
}
},
"scripts": {
"build": "ng build demo --configuration production",
"lint": "npm run lint:scss && cd ../.. && ng lint demo",
"lint:fix": "npm run lint -- --fix",
"lint:scss": "stylelint **/*.scss",
"test": "ng test demo --watch=false --browsers=ChromeHeadless"
},
"homepage": "https://github.com/graycoreio/daffodil",
"description": "A demo implementation of the @daffodil libraries for ecommerce",
"repository": {
"type": "git",
"url": "https://github.com/graycoreio/daffodil"
},
"devDependencies": {
"@daffodil/auth": "0.0.0-PLACEHOLDER",
"@daffodil/authorizenet": "0.0.0-PLACEHOLDER",
"@daffodil/builders": "0.0.0-PLACEHOLDER",
"@daffodil/cart": "0.0.0-PLACEHOLDER",
"@daffodil/category": "0.0.0-PLACEHOLDER",
"@daffodil/checkout": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER",
"@daffodil/design": "0.0.0-PLACEHOLDER",
"@daffodil/driver": "0.0.0-PLACEHOLDER",
"@daffodil/external-router": "0.0.0-PLACEHOLDER",
"@daffodil/geography": "0.0.0-PLACEHOLDER",
"@daffodil/navigation": "0.0.0-PLACEHOLDER",
"@daffodil/newsletter": "0.0.0-PLACEHOLDER",
"@daffodil/order": "0.0.0-PLACEHOLDER",
"@daffodil/payment": "0.0.0-PLACEHOLDER",
"@daffodil/product": "0.0.0-PLACEHOLDER",
"@daffodil/product-composite": "0.0.0-PLACEHOLDER",
"@daffodil/product-configurable": "0.0.0-PLACEHOLDER",
"@daffodil/router": "0.0.0-PLACEHOLDER"
}
}