{
    "name": "@pankod/refine-ui-types",
    "version": "0.16.0",
    "description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.",
    "private": false,
    "main": "dist/index.js",
    "module": "dist/esm/index.js",
    "typings": "dist/index.d.ts",
    "scripts": {
        "start": "tsup --watch --format esm,cjs,iife --legacy-output",
        "build": "tsup --format esm,cjs,iife --minify --legacy-output",
        "test": "echo \"no tests\"",
        "prepare": "npm run build",
        "postinstall": "echo \"refine v4 is released 🎉 \nThe new version is 100% backward compatible. You can upgrade to v4 with a single command! \nSee the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x \n\""
    },
    "peerDependencies": {
        "@pankod/refine-core": "^3.36.0",
        "react": "^17.0.0 || ^18.0.0",
        "react-dom": "^17.0.0 || ^18.0.0"
    },
    "devDependencies": {
        "@esbuild-plugins/node-resolve": "^0.1.4",
        "@types/react": "^18.0.0",
        "@types/react-dom": "^18.0.0",
        "tsup": "^5.11.13",
        "typescript": "^4.7.4"
    },
    "dependencies": {
        "@pankod/refine-core": "^3.103.0",
        "dayjs": "^1.10.7",
        "tslib": "^2.3.1"
    },
    "author": "refine",
    "license": "MIT",
    "gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
    "publishConfig": {
        "access": "public"
    }
}
