{
  "name": "@lowes-tech/bds-icons",
  "version": "1.0.0",
  "description": "Icon library for backyard design system",
  "author": "Backyard Design System",
  "main": "./index.js",
  "sideEffects": false,
  "keywords": [
    "backyard",
    "icons",
    "backyard-icons",
    "bds-icons"
  ],
  "contributors": [
    "Bryant Derosier <bryant.derosier@lowes.com>",
    "William Woodard <william.woodard@lowes.com>"
  ],
  "scripts": {
    "setup": "pnpm run generate",
    "start": "echo \"@lowes-tech/bds-icons: Starting...\"",
    "build": "npm-run-all build:svgs build:init build:icons build:storybook build:typescript build:cjs build:esm build:es build:final",
    "build:svgs": "pnpm babel scripts/optimize-svgs",
    "build:init": "pnpm babel scripts/build-init",
    "build:icons": "pnpm babel scripts/generate-icons",
    "build:typescript": "tsc --project tsconfig.json",
    "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist --ignore \"**/*.test.js,**/*.spec.js,**/node_modules\"",
    "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/esm --ignore \"**/*.test.js,**/*.spec.js,**/node_modules\"",
    "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es --ignore \"**/*.test.js,**/*.spec.js,**/node_modules\"",
    "build:final": "pnpm babel scripts/build-finalize",
    "build:storybook": "npm run sb:stories",
    "generate": "npm-run-all build:svgs build:init build:icons sb:stories",
    "sb:stories": "pnpm babel scripts/build-storybook",
    "sb:static": "cp .storybook-prod/manager-head.html .storybook/ && build-storybook && pnpm babel scripts/extract-stories storybook-static storybook-static/stories.json",
    "sb:copy": "cp -R storybook-static/ dist/storybook/",
    "sb:final": "rm -rf .storybook/manager-head.html && rm -rf storybook-static",
    "shrinkwrap": "npm shrinkwrap",
    "test": "rm -rf ./coverage && jest",
    "test:update": "SNAPSHOT_UPDATE=true pnpm test -- -u",
    "test:ci": "pnpm test -- --runInBand",
    "babel": "babel-node --extensions \".js,.jsx,.ts,.tsx\"",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src/"
  },
  "peerDependencies": {
    "@lowes-tech/bds-tokens": ">=2.9.0 || >=2.14.0-alpha",
    "@lowes-tech/bds-react": ">=2.9.0 || >=2.14.0-alpha",
    "react": ">= 16.9",
    "react-dom": ">=16.9",
    "styled-components": ">=4.4.0"
  },
  "dependencies": {
    "classnames": "^2.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.0",
    "@babel/core": "^7.13.1",
    "@babel/node": "^7.13.0",
    "@babel/plugin-external-helpers": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.0",
    "@babel/plugin-proposal-private-methods": "^7.13.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.14.0",
    "@babel/plugin-transform-object-assign": "^7.12.13",
    "@babel/plugin-transform-react-constant-elements": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.13.7",
    "@babel/preset-env": "^7.12.17",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.13.0",
    "@babel/register": "^7.13.0",
    "@babel/runtime": "^7.13.0",
    "@lowes-tech/bds-tokens": "file:../bds-tokens/src",
    "@lowes-tech/bds-react": "file:../bds-react/src",
    "@testing-library/dom": "^7.31.2",
    "@testing-library/jest-dom": "^5.13.0",
    "@testing-library/react": "^11.2.7",
    "@testing-library/react-hooks": "^7.0.0",
    "@types/express": "^4.17.11",
    "@types/fs-extra": "^9.0.7",
    "@types/glob": "^7.1.3",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.31",
    "@types/puppeteer": "^5.4.3",
    "@types/react": "^17.0.9",
    "@types/styled-components": "^5.1.11",
    "@types/svgo": "^2.6.1",
    "@types/testing-library__jest-dom": "^5.9.5",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-optimize-clsx": "^2.6.1",
    "babel-plugin-styled-components": "^1.12.0",
    "babel-plugin-transform-dev-warning": "^0.1.1",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-plugin-typescript-to-proptypes": "^1.4.2",
    "chalk": "^4.1.0",
    "compression-webpack-plugin": "^7.1.2",
    "cross-env": "^7.0.3",
    "eslint": "^7.20.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-import-resolver-webpack": "^0.13.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "http-proxy-middleware": "^2.0.0",
    "jest": "^27.0.4",
    "jest-cli": "^27.0.4",
    "jest-styled-components": "^7.0.4",
    "lerna": "^3.22.1",
    "lodash": "^4.17.21",
    "make-promises-safe": "^5.1.0",
    "mkdirp": "^1.0.4",
    "mustache": "^4.1.0",
    "namor": "^2.0.2",
    "node-polyfill-webpack-plugin": "^1.1.2",
    "nodemon": "^2.0.7",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "puppeteer": "^7.1.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-is": "^17.0.1",
    "react-test-renderer": "^16.14.0",
    "regenerator-runtime": "^0.13.7",
    "rimraf": "^3.0.2",
    "supports-color": "^9.0.1",
    "svgo": "^2.8.0",
    "typescript": "^4.3.2",
    "webpack": "^5.38.1",
    "webpack-bundle-analyzer": "^4.4.0",
    "webpack-cli": "^4.5.0",
    "webpack-merge": "^5.7.3",
    "yargs": "^16.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "module": "./esm/index.js",
  "types": "./index.d.ts"
}
