libs/design/package.json
{
"name": "@daffodil/design",
"nx": {
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/design"]
}
}
},
"version": "0.0.0-PLACEHOLDER",
"author": "Graycore LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/daffodil/issues"
},
"scripts": {
"build": "ng build design --configuration production",
"lint": "npm run lint:scss && cd ../.. && ng lint design",
"lint:scss": "stylelint **/*.scss",
"lint:fix": "npm run lint -- --fix",
"test": "npm run test:scss && npm run test:angular",
"test:scss": "jasmine scss/test_scss.js",
"test:angular": "ng test design --watch=false --browsers=ChromeHeadless",
"publish": "cd ../../dist/design && npm publish --access=public"
},
"homepage": "https://github.com/graycoreio/daffodil",
"description": "A consistent, sane api driver that works with different ecommerce systems.",
"repository": {
"type": "git",
"url": "https://github.com/graycoreio/daffodil"
},
"peerDependencies": {
"@angular/animations": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/forms": "0.0.0-PLACEHOLDER",
"@angular/cdk": "0.0.0-PLACEHOLDER",
"@daffodil/core": "0.0.0-PLACEHOLDER",
"@fortawesome/angular-fontawesome": "0.0.0-PLACEHOLDER",
"@fortawesome/fontawesome-svg-core": "0.0.0-PLACEHOLDER",
"@fortawesome/free-solid-svg-icons": "0.0.0-PLACEHOLDER",
"@fortawesome/free-brands-svg-icons": "0.0.0-PLACEHOLDER",
"@fortawesome/free-regular-svg-icons": "0.0.0-PLACEHOLDER",
"modern-normalize": "0.0.0-PLACEHOLDER",
"rxjs": "0.0.0-PLACEHOLDER"
},
"optionalDependencies": {
"@faker-js/faker": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/core": "0.0.0-PLACEHOLDER"
},
"exports": {
"./scss/global": {
"sass": "./scss/global.scss"
},
"./scss/theme": {
"sass": "./scss/theme.scss"
},
"./scss/utilities": {
"sass": "./scss/utilities.scss"
},
"./scss/typography": {
"sass": "./scss/typography/_index.scss"
}
}
}