@magnesium/theme
Version:
The Sass Framework for Web Design System.
99 lines (98 loc) • 2.63 kB
JSON
{
"name": "@magnesium/theme",
"version": "4.5.4",
"description": "The Sass Framework for Web Design System.",
"type": "module",
"scripts": {
"lint:css": "stylelint --fix \"**/*.scss\"",
"lint:js": "eslint --fix .",
"lint": "npm-run-all --parallel lint:*",
"test": "jest",
"prepare": "husky",
"release": "semantic-release"
},
"engines": {
"node": ">=18.0.0"
},
"sass": "index.scss",
"exports": {
".": {
"sass": "./index.scss"
},
"./color": {
"sass": "./color/index.scss"
},
"./shape": {
"sass": "./shape/index.scss"
},
"./typeface": {
"sass": "./typography/typeface/index.scss"
},
"./typescale": {
"sass": "./typography/typescale/index.scss"
}
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@front-factory/eslint-config": "^1.2.0",
"@front-factory/stylelint-config": "^1.7.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^9.22.0",
"glob": "^7.2.3",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-node-single-context": "^29.4.0",
"jest-junit": "^16.0.0",
"npm-run-all": "^4.1.5",
"sass-true": "^8.1.0",
"semantic-release": "^24.2.3",
"stylelint": "^16.12.0"
},
"dependencies": {
"@unsass/css": "^2.3.0",
"@unsass/string": "^1.4.1",
"@unsass/types": "^1.0.1",
"@unsass/var": "^1.0.2",
"sass": "^1.83.0"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"keywords": [
"magnesium",
"sass",
"framework",
"design system",
"components",
"theme",
"color",
"shape",
"typography",
"magnesium",
"front-end"
],
"license": "MIT",
"homepage": "https://github.com/magnesiumlabs/magnesium",
"bugs": {
"url": "https://github.com/magnesiumlabs/magnesium/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magnesiumlabs/magnesium.git"
},
"files": [
".github/banner.svg",
"color/**/*",
"core/**/*",
"shape/**/*",
"typography/**/*",
"*.scss",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
}
}