{
  "name": "@edadma/react-tailwind",
  "version": "0.0.52",
  "description": "React.js UI library with support for Tailwind CSS",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./dist/*": "./dist/*.js"
  },
  "dependencies": {
    "@tailwindcss/forms": "^0.5.3",
    "formik": "^2.2.9",
    "i18next": "^21.6.11",
    "lodash": "^4.17.21",
    "react-hot-toast": "^2.4.0",
    "react-i18next": "^11.16.1",
    "react-icons": "^4.4.0",
    "web-vitals": "^2.1.3",
    "yup": "^0.32.11"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.3.0",
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.5",
    "react-scripts": "5.0.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepublishOnly": "tsc"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.180",
    "@types/node": "^16.11.19",
    "autoprefixer": "^10.4.4",
    "postcss": "^8.4.12",
    "tailwindcss": "^3.1.8",
    "typescript": "^4.8.3"
  }
}
