{
  "name": "react-supacons-mantine",
  "version": "1.2.2",
  "description": "React icon selector component that integrates with the Supacons Core Icon Library and Mantine UI.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "jest"
  },
  "bin": {
    "react-supacons-mantine": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RawkFX/react-supacons-mantine.git"
  },
  "keywords": [
    "react 18",
    "mantine v6",
    "supacons core"
  ],
  "author": "Răzvan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RawkFX/react-supacons-mantine/issues"
  },
  "homepage": "https://github.com/RawkFX/react-supacons-mantine#readme",
  "dependencies": {
    "commander": "^9.4.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@mantine/core": "^6.0.21",
    "@mantine/hooks": "^6.0.21",
    "clipboard": "^2.0.11",
    "clsx": "^2.1.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.27.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "16.18.108",
    "@types/react": "^18.3.3",
    "@types/react-dom": "18.3.1",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "tslib": "^2.6.3",
    "typescript": "4.9.5"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
