@wfp/styles
Version:
Styles for WFP Bridge
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "@wfp/styles",
"description": "Styles for WFP Bridge",
"version": "10.30.6",
"license": "Apache-2.0",
"author": "Robert Gühne <wfp.org>",
"homepage": "https://www.wfp.org",
"main": "styles.css",
"repository": {
"type": "git",
"url": "https://github.com/wfp/designsystem.git",
"directory": "packages/styles"
},
"bugs": "https://github.com/wfp/designsystem/issues",
"keywords": [
"styles",
"un",
"wfp",
"wfp-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "sass --load-path=node_modules --load-path=../../node_modules --no-source-map --style compressed ./index-with-tokens.scss:styles.css"
},
"dependencies": {
"@carbon/feature-flags": "^0.26.0",
"@carbon/grid": "^11.36.0",
"@carbon/motion": "^11.28.0",
"@un/layout": "^10.26.15",
"@un/themes": "^10.40.14",
"@wfp/themes-core": "^0.3.56"
},
"devDependencies": {
"@carbon/test-utils": "^10.3.0",
"css": "^3.0.0"
},
"gitHead": "3b4e5cc99beb0522635f0a7d898414a27534c502"
}