UNPKG

@refinedev/core

Version:

refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.

83 lines 2.49 kB
{ "name": "@refinedev/core", "version": "4.56.0", "private": false, "description": "refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.", "repository": { "type": "git", "url": "https://github.com/refinedev/refine.git", "directory": "packages/core" }, "license": "MIT", "author": "refine", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "dependencies": { "@refinedev/devtools-internal": "1.1.14", "@tanstack/react-query": "^4.10.1", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "papaparse": "^5.3.0", "pluralize": "^8.0.0", "qs": "^6.10.1", "tslib": "^2.6.2", "warn-once": "^0.1.0" }, "devDependencies": { "@esbuild-plugins/node-resolve": "^0.1.4", "@testing-library/dom": "^8.5.0", "@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.1.2", "tsup": "^6.7.0", "typescript": "^5.4.2" }, "peerDependencies": { "@tanstack/react-query": "^4.10.1", "@types/react": "^17.0.0 || ^18.0.0", "@types/react-dom": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "attw": "attw --pack .", "build": "tsup && node ../shared/generate-declarations.js", "dev": "tsup --watch", "publint": "publint --strict=true --level=suggestion", "test": "jest --passWithNoTests --runInBand", "test:dev": "jest --silent --noStackTrace", "types": "node ../shared/generate-declarations.js" } }