{ "name": "@refinedev/core", "version": "4.46.2", "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, "sideEffects": 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": "jest --passWithNoTests --runInBand", "prepare": "npm run build" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "@tanstack/react-query": "^4.10.1", "react-dom": "^17.0.0 || ^18.0.0", "@types/react": "^17.0.0 || ^18.0.0", "@types/react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@esbuild-plugins/node-resolve": "^0.1.4", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.1.1", "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^14.1.1", "@types/jest": "^29.2.4", "@types/lodash": "^4.14.171", "@types/papaparse": "^5.2.5", "@types/pluralize": "^0.0.29", "@types/qs": "^6.9.7", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-router-dom": "^5.1.8", "@types/testing-library__jest-dom": "^5.14.3", "graphql": "^15.6.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "ts-jest": "^29.0.3", "tsup": "^6.7.0", "typescript": "^4.7.4" }, "dependencies": { "@refinedev/devtools-internal": "1.1.4", "export-to-csv-fix-source-map": "^0.2.1", "lodash-es": "^4.17.21", "lodash": "^4.17.21", "papaparse": "^5.3.0", "pluralize": "^8.0.0", "qs": "^6.10.1", "@tanstack/react-query": "^4.10.1", "tslib": "^2.3.1", "warn-once": "^0.1.0" }, "repository": { "type": "git", "url": "https://github.com/refinedev/refine.git", "directory": "packages/core" }, "author": "refine", "license": "MIT", "gitHead": "17dd5af3e4c9f7f09e1e707362c6f5a9d1cab8a8", "publishConfig": { "access": "public" } }