@wonderflow/themes
Version:
Wanda design system themes
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "@wonderflow/themes",
"description": "Wanda design system themes",
"version": "14.3.0",
"author": "Wonderflow",
"main": "dist/themes.css",
"style": "dist/themes.css",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/themes.css",
"./dark.css": "./dist/themes/dark.css",
"./light.css": "./dist/themes/light.css",
"./dark.json": "./dist/themes/dark.json",
"./light.json": "./dist/themes/light.json"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "run-s build:light build:dark build:combine",
"build:combine": "ts-node src/combine",
"build:light": "ts-node src/index --name light",
"build:dark": "ts-node src/index --name dark"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonderflow-bv/wanda.git"
},
"homepage": "https://github.com/wonderflow-bv/wanda",
"license": "Apache-2.0",
"keywords": [
"design-system",
"wonderflow",
"components",
"configurations"
],
"bugs": {
"url": "https://github.com/wonderflow-bv/wanda/issues"
},
"devDependencies": {
"@wonderflow/tokens": "14.3.0",
"fs-extra": "10.1.0",
"style-dictionary": "3.9.2",
"tsconfig": "10.0.0",
"yargs": "17.7.2"
}
}