UNPKG

@beamwind/preset-semantic

Version:

beamwind design system preset using a semantic naming scheme

45 lines 1.31 kB
{ "name": "@beamwind/preset-semantic", "version": "1.0.5", "description": "beamwind design system preset using a semantic naming scheme", "keywords": [ "beamwind", "tailwind" ], "homepage": "https://github.com/kenoxa/beamwind#readme", "bugs": { "url": "https://github.com/kenoxa/beamwind/issues" }, "repository": { "type": "git", "url": "git+https://github.com/kenoxa/beamwind.git", "directory": "packages/preset-semantic" }, "license": "MIT", "author": "Kenoxa GmbH <https://kenoxa.com>", "main": "./node/preset-semantic.js", "dependencies": { "@beamwind/colors": "^1.0.5" }, "publishConfig": { "access": "public" }, "gitHead": "0fafa5221c6942ef64105457492068fc5aca213b", "exports": { ".": { "node": "./node/preset-semantic.js", "esnext": "./esnext/preset-semantic.js", "module": "./module/preset-semantic.js", "script": "./script/preset-semantic.js", "browser": "./module/preset-semantic.js", "default": "./node/preset-semantic.js", "types": "./types/preset-semantic.d.ts" }, "./": "./" }, "esnext": "./esnext/preset-semantic.js", "module": "./module/preset-semantic.js", "unpkg": "./script/preset-semantic.js", "types": "./types/preset-semantic.d.ts", "sideEffects": false }