UNPKG

@synergy-design-system/styles

Version:

Utility classes and helpers for applications using the Synergy Design System

115 lines 2.9 kB
{ "author": { "name": "SICK Global UX Foundation", "url": "https://www.sick.com" }, "description": "Utility classes and helpers for applications using the Synergy Design System", "exports": { ".": "./dist/index.css", "./package.json": "./package.json", "./*.css": "./dist/*.css" }, "files": [ "dist", "CHANGELOG.md", "README.md" ], "homepage": "https://synergy-design-system.github.io", "keywords": [ "SDS", "SICK", "Synergy Design System", "CSS Utility Classes" ], "license": "MIT", "name": "@synergy-design-system/styles", "release": { "branches": [ "main", { "name": "beta", "prerelease": true }, { "name": "alpha", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ], [ "@semantic-release/exec", { "prepareCmd": "pnpm build" } ], [ "@semantic-release/npm", { "npmPublish": false } ], [ "@semantic-release/git", { "message": "chore(release/styles): ${nextRelease.version} [skip actions]\n\n${nextRelease.notes}", "assets": [ "CHANGELOG.md", "package.json" ] } ], [ "@semantic-release/github", { "successComment": false } ] ] }, "repository": { "type": "git", "url": "https://github.com/synergy-design-system/synergy-design-system.git", "directory": "packages/styles" }, "type": "module", "version": "1.7.2", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "del": "^8.0.0", "eslint": "^8.57.1", "globby": "^14.1.0", "ora": "^8.2.0", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-header": "^3.0.3", "postcss-import": "^16.1.1", "prettier": "^3.5.3", "semantic-release": "^19.0.5", "semantic-release-monorepo": "^7.0.8", "stylelint": "^16.20.0", "@synergy-design-system/eslint-config-syn": "^0.1.0", "@synergy-design-system/stylelint-config-syn": "^0.1.0" }, "peerDependencies": { "@synergy-design-system/tokens": "^2.20.1" }, "scripts": { "start": "pnpm build", "build": "node build/index.js", "lint:css": "stylelint \"src/**/*.css\"", "lint:js": "eslint .", "lint": "pnpm run /^lint:.*/", "release": "semantic-release --tagFormat 'styles/${version}' -e semantic-release-monorepo", "release.dry": "semantic-release --dry-run --tagFormat 'styles/${version}' -e semantic-release-monorepo" } }