UNPKG

@finbertmds/fuselage-tokens

Version:

Design tokens for Fuselage, Rocket.Chat's design system

57 lines (56 loc) 1.42 kB
{ "name": "@finbertmds/fuselage-tokens", "version": "0.33.2", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "keywords": [ "design", "tokens", "fuselage", "rocket.chat" ], "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "bugs": { "url": "https://github.com/RocketChat/fuselage/issues" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChat/fuselage.git", "directory": "packages/fuselage-tokens" }, "license": "MIT", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "type": "module", "files": [ "dist", "/breakpoints.*", "/colors.*", "/typography.*" ], "scripts": { "build": "run-s .:build:clean .:build:legacy .:build", ".:build": "node ./build --config ./config.js", ".:build:legacy": "build-design-tokens", ".:build:clean": "rimraf dist" }, "devDependencies": { "build-design-tokens": "^0.31.25", "eslint": "~9.23.0", "eslint-config-prettier": "~10.1.1", "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "postcss-scss": "~4.0.9", "prettier": "~3.5.3", "rimraf": "~6.0.1", "style-dictionary": "~4.3.3", "stylelint": "~16.17.0", "stylelint-order": "~6.0.4", "stylelint-prettier": "~5.0.3", "stylelint-scss": "~6.11.1" }, "publishConfig": { "access": "public" } }