{
  "name": "@cupcake-ds/cupcake",
  "version": "2.5.0",
  "description": "Design System framework.",
  "repository": {
    "type": "git",
    "url": "https://gitlab.ihsmarkit.com/cupcake/Cupcake"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "lint": "stylelint src/scss/ --syntax scss || true",
    "build:tokens": "node ./.style-dictionary/build.js",
    "build": "gulp prod && npm run build:tokens",
    "release": "release-it",
    "release-dry": "release-it --dry-run",
    "surge": "surge --project ./dist --domain cupcake-design-system.surge.sh",
    "changelog": "auto-changelog -p && git add CHANGELOG.md",
    "start": "gulp",
    "precommit": "lint-staged && npm run lint",
    "commit": "git add . && git-cz"
  },
  "browserslist": [
    "> 2%",
    "IE 10"
  ],
  "lint-staged": {
    "*.scss": "stylelint --syntax=scss"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "changelog-template.hbs",
    "commitLimit": false,
    "package": true
  },
  "devDependencies": {
    "@playwright/test": "^1.35.0",
    "@release-it/bumper": "^2.0.0",
    "@release-it/conventional-changelog": "^2.0.1",
    "auto-changelog": "^2.4.0",
    "autoprefixer": "^10.4.4",
    "browser-sync": "^2.27.9",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "del": "^6.0.0",
    "fabricator-assemble": "^1.4.0",
    "glob": "^7.2.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-changed": "^4.0.3",
    "gulp-clean-css": "^4.3.0",
    "gulp-concat": "^2.6.1",
    "gulp-dart-sass": "^1.0.2",
    "gulp-group-css-media-queries": "^1.2.2",
    "gulp-header": "^2.0.9",
    "gulp-rename": "^2.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-uglify": "^3.0.2",
    "jest": "^27.5.1",
    "lint-staged": "^12.3.7",
    "npm-run-all": "^4.1.5",
    "onchange": "^7.1.0",
    "prettier": "^2.5.1",
    "release-it": "^14.14.0",
    "sass": "1.62.1",
    "sass-true": "^6.0.1",
    "style-dictionary": "^3.7.1",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0",
    "stylelint-declaration-strict-value": "^1.7.12",
    "stylelint-scss": "^3.19.0"
  }
}
