@wfp/themes-core
Version:
Themes for un core
40 lines (39 loc) • 993 B
JSON
{
"name": "@wfp/themes-core",
"description": "Themes for un core",
"version": "0.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/wfp/designsystem.git",
"directory": "packages/styles"
},
"bugs": "https://github.com/wfp/designsystem/issues",
"keywords": [
"colors",
"themes",
"un",
"un core",
"components",
"react"
],
"type": "module",
"scripts": {
"build": "node --stack-size=9900 scripts/runTheme.js",
"filter:theme": "node scripts/filterJson.js",
"sync:tokens": "node scripts/syncTokens.js",
"build:tokens": "yarn sync:tokens && yarn filter:theme && yarn build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"change-case": "^5.2.0",
"deepdash": "^5.3.9",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"style-dictionary": "^3.9.0",
"token-transformer": "^0.0.33"
},
"gitHead": "b953eabfcd011dc9b8a21682371e777e6854bd17"
}