{
  "name": "@guruhotel/aura-icons",
  "version": "3.0.0",
  "description": "🎨 Icon library designed by the Guruhotel team for Aura UI",
  "repository": "https://gitlab.com/guruhotel/aura-icons.git",
  "author": "Damián Ricobelli <damian.ricobelli@guruhotel.com>",
  "license": "MIT",
  "keywords": [
    "aura",
    "aura ui",
    "icons",
    "accessibility"
  ],
  "files": [
    "lib",
    "package.json",
    "README.md"
  ],
  "source": "src/index.ts",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "unpkg": "lib/umd/aura-icons.min.js",
  "types": "lib/types/index.d.ts",
  "sideEffects": false,
  "private": false,
  "publishConfig": {
    "directory": "lib",
    "access": "public"
  },
  "scripts": {
    "clear": "rimraf ./lib ./dist ./esm",
    "clear-types": "rimraf ./lib/types",
    "pre-publish": "node ./scripts/pre-publish.js",
    "build": "node ./scripts/build.js && rimraf ./lib/umd",
    "build:minify": "node ./scripts/minify.js",
    "build:types": "tsc -p ./buildconfig -d --emitDeclarationOnly --outDir types",
    "build:dev-types": "tsc -p ./buildconfig -d --emitDeclarationOnly --outDir lib/esm",
    "build:webpack": "webpack --config ./buildconfig/webpack.common.js",
    "build:watch": "node ./scripts/build-watch.js",
    "dev": "yarn clear && yarn build:dev-types && yarn build:watch",
    "lint": "rome check .",
    "format": "rome format . --write",
    "check-types": "tsc --noEmit",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.14.5",
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@react-bootstrap/babel-preset": "^2.1.0",
    "@types/node": "^18.11.18",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "babel-loader": "^8.2.2",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-optimize-clsx": "^2.6.2",
    "babel-plugin-react-remove-properties": "^0.3.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "chalk": "^4.1.2",
    "cherry-pick": "^0.5.0",
    "enforce-branch-name": "^1.1.2",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.1",
    "husky": "^8.0.2",
    "p-iteration": "^1.1.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.2",
    "rome": "11.0.0",
    "terser": "^5.16.1",
    "typescript": "4.7.4",
    "webpack": "^5.53.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^3.3.11",
    "webpack-merge": "^5.8.0"
  },
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">17.0.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.1",
    "@radix-ui/react-accessible-icon": "^1.0.0",
    "@stitches/react": "^1.2.8"
  }
}
