{
  "name": "@decafhub/decaf-react-webapp",
  "version": "0.5.3",
  "keywords": [
    "decafhub",
    "react"
  ],
  "description": "Collection of UI Components and themes for Decaf Apps",
  "source": "src/index.tsx",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.module.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.module.js",
  "unpkg": "./dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "alioguzhan <aoguzhanyildiz@gmail.com>",
  "repository": {
    "url": "git+https://github.com/teloscube/decaf-react-webapp.git",
    "type": "git"
  },
  "homepage": "https://github.com/teloscube/decaf-react-webapp",
  "license": "BSD-3-Clause",
  "private": false,
  "scripts": {
    "start": "microbundle --jsx React.createElement --jsxFragment React.Fragment --watch",
    "build": "microbundle --jsx React.createElement --jsxFragment React.Fragment",
    "test": "jest --coverage",
    "make:docs": "typedoc",
    "prepare": "husky"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@ant-design/icons": "^6",
    "@decafhub/decaf-client": "^0.8",
    "@decafhub/decaf-react": "^0.8",
    "antd": "^6",
    "react": ">=18",
    "react-dom": ">=18",
    "react-router-dom": ">=6",
    "use-query-params": "^2"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@tanem/react-nprogress": "^6.0.3",
    "decimal.js": "^10.6.0",
    "html2canvas": "^1.4.1",
    "js-cookie": "^3.0.5",
    "md5": "^2.3.0",
    "query-string": "^9.3.1"
  },
  "devDependencies": {
    "@ant-design/icons": "^6.2.2",
    "@commitlint/cli": "^20.5.3",
    "@commitlint/config-conventional": "^20.5.3",
    "@decafhub/decaf-client": "^0.8.0",
    "@decafhub/decaf-react": "^0.8.1",
    "@eslint/compat": "^2.0.5",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.3",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/js-cookie": "^3.0.6",
    "@types/md5": "^2.3.6",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.59.1",
    "@typescript-eslint/parser": "^8.59.1",
    "antd": "^6.3.7",
    "cross-env": "^10.1.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-promise": "^7.3.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "7.1.1",
    "eslint-plugin-standard": "^5.0.0",
    "globals": "^17.6.0",
    "husky": "^9.1.7",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "lint-staged": "^16.4.0",
    "microbundle": "^0.15.1",
    "postcss": "^8.5.13",
    "prettier": "^3.8.3",
    "prettier-plugin-organize-imports": "^4.3.0",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "react-router-dom": "^7.14.2",
    "ts-jest": "^29.4.9",
    "typedoc": "^0.28.19",
    "typescript": "^5.9.3",
    "use-query-params": "^2.2.2"
  },
  "overrides": {
    "@rc-component/util": "^1.6.0"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "./node_modules/.bin/prettier --write",
      "./node_modules/.bin/eslint"
    ]
  },
  "prettier": {
    "tabWidth": 2,
    "printWidth": 120,
    "useTabs": false,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5",
    "plugins": [
      "prettier-plugin-organize-imports"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
