{
  "version": "0.3.5",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "NODE_ENV=production tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "clasor-file-manager",
  "author": "Mohsen",
  "module": "dist/clasor-file-manager.esm.js",
  "size-limit": [
    {
      "path": "dist/clasor-file-manager.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/clasor-file-manager.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/moment-jalaali": "^0.7.5",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.3",
    "@types/react-file-icon": "^1.0.1",
    "autoprefixer": "^10.4.7",
    "husky": "^8.0.1",
    "postcss": "^8.4.14",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "rollup-plugin-postcss": "^4.0.2",
    "size-limit": "^7.0.8",
    "tailwind": "^4.0.0",
    "tailwindcss": "^3.1.6",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^3.9.10"
  },
  "dependencies": {
    "@hookform/resolvers": "^2.9.5",
    "axios": "^0.27.2",
    "daisyui": "^2.19.0",
    "moment-jalaali": "^0.9.6",
    "react-file-icon": "^1.1.0",
    "react-hook-form": "^7.33.1",
    "react-query": "^3.39.1",
    "tailwindcss-rtl": "^0.9.0",
    "yup": "^0.32.11"
  }
}
