{
  "name": "boxicons",
  "version": "2.1.4",
  "description": "High Quality Web Icons",
  "scripts": {
    "start": "webpack-dev-server --history-api-fallback --hot --open",
    "build": "webpack --mode production",
    "optimize-svg": "svgo --config=svgo.config.js -f svg/regular && svgo --config=svgo.config.js -f svg/logos && svgo --config=svgo.config.js -f svg/solid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atisawd/boxicons.git"
  },
  "author": {
    "name": "Atisa",
    "email": "atisawd@gmail.com",
    "url": "https://github.com/atisawd"
  },
  "bugs": {
    "url": "https://github.com/atisawd/boxicons/issues"
  },
  "dependencies": {
    "@webcomponents/webcomponentsjs": "^2.8.0",
    "prop-types": "^15.8.1",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "react-interactive": "^0.8.1",
    "react-router-dom": "^6.23.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/eslint-parser": "^7.24.3",
    "@babel/preset-env": "^7.24.5",
    "@babel/preset-react": "^7.24.1",
    "ajv": "^8.12.0",
    "babel-loader": "^9.1.3",
    "css-loader": "^7.3.0",
    "eslint": "^9.1.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-react": "^7.34.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "svgo": "^3.2.0",
    "to-string-loader": "^1.2.0",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.4",
    "wrapper-webpack-plugin": "^2.1.0"
  },
  "resolutions": {
    "eslint-scope": "5.1.1"
  },
  "bundleDependencies": false,
  "license": "(CC-BY-4.0 OR OFL-1.1 OR MIT)",
  "main": "./dist/boxicons.js",
  "style": "./css/boxicons.css"
}
