{
  "name": "@department-of-veterans-affairs/css-library",
  "version": "0.33.0",
  "description": "Department of Veterans Affairs stylesheets, tokens, and utilities",
  "packageManager": "yarn@4.2.2",
  "repository": {
    "type": "git",
    "url": "git+https://va.ghe.com/software/component-library.git"
  },
  "files": [
    "dist/**/*.css",
    "dist/**/*.scss",
    "dist/**/*.json",
    "dist/fonts/*",
    "dist/img/*"
  ],
  "scripts": {
    "build:tokens": "style-dictionary build",
    "build:stylesheets": "sass --quiet-deps --load-path=./node_modules/@uswds/uswds/packages/ src/stylesheets:dist/stylesheets && postcss dist/stylesheets/*.css --dir dist/stylesheets --map",
    "build:minify": "sass --quiet-deps --load-path=./node_modules/@uswds/uswds/packages/ --style compressed src/stylesheets:dist/stylesheets && postcss dist/stylesheets/*.css --dir dist/stylesheets --map",
    "build:minify-core": "sass --style compressed dist/core.css:dist/core.min.css",
    "build": "yarn run clean-dist && yarn run copy && yarn build:tokens && yarn build:stylesheets && yarn copy:scss-files",
    "clean-dist": "rimraf dist/*",
    "copy:scss-files": "cp -rv src/stylesheets/_override-function.scss dist/stylesheets/_override-function.scss && cp -rv src/stylesheets/_mixins.scss dist/stylesheets/_mixins.scss && cp -rv src/stylesheets/_functions.scss dist/stylesheets/_functions.scss && cp -rv src/stylesheets/formation-overrides/_variables.scss dist/stylesheets/formation-overrides/_variables.scss && mkdir dist/stylesheets/site && cp -rv src/stylesheets/site/* dist/stylesheets/site",
    "copy-assets": "cp -rv src/assets/fonts dist/fonts/ && cp -rv src/assets/img dist/img/",
    "copy": "node ./copy-uswds-color-tokens.js && yarn run copy-assets"
  },
  "devDependencies": {
    "sass": "1.80.5",
    "style-dictionary": "3.8.0"
  },
  "dependencies": {
    "@divriots/style-dictionary-to-figma": "0.4.0",
    "@uswds/uswds": "3.10.0",
    "nanoid": "5.1.6",
    "postcss": "8.5.15",
    "postcss-cli": "11.0.1",
    "postcss-sort-media-queries": "6.5.0",
    "rimraf": "6.1.2"
  }
}
