UNPKG

@seniorsistemas/tecnologia-design-tokens

Version:

Design Tokens for BPM Suite projects

51 lines (50 loc) 1.43 kB
{ "name": "@seniorsistemas/tecnologia-design-tokens", "version": "0.3.0", "description": "Design Tokens for BPM Suite projects", "license": "MIT", "author": { "name": "Senior Sistemas S/A", "email": "aplicativos-arquitetura@senior.com.br", "url": "https://senior.com.br/solucoes/performance-corporativa/bpm" }, "files": [ "dist/" ], "publishConfig": { "access": "public" }, "scripts": { "build": "style-dictionary build && npm run build:sass && gulp", "style-dictionary": "style-dictionary build", "build:sass": "sass --style expanded --source-map --embed-sources --no-error-css web/scss/:dist/web/css/", "sass:watch": "sass --style expanded --source-map --embed-sources --no-error-css web/scss/:dist/web/css/ --watch", "build:watch": "chokidar \"./properties/**/*.json\" -c \"npm run build\"", "gulp": "gulp" }, "devDependencies": { "chokidar-cli": "^2.1.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-rename": "^2.0.0", "sass": "^1.32.5", "style-dictionary": "^3.0.0-rc.2" }, "keywords": [ "Design", "Tokens", "Style", "Dictionary", "Design", "System" ], "bugs": { "url": "https://github.com/SeniorSA/tecnologia-design-tokens" }, "repository": { "url": "git+https://github.com/SeniorSA/tecnologia-design-tokens.git" }, "optionalDependencies": { "fsevents": "^2.3.2" } }