{ "name": "@refinedev/devtools-ui", "version": "1.1.28", "private": false, "description": "refine devtools offers a set of features from monitoring to quickly prototyping a UI.", "repository": { "type": "git", "url": "https://github.com/refinedev/refine.git", "directory": "packages/devtools" }, "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" } }, "./style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "main": "dist/index.cjs", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "attw": "attw --pack . --exclude-entrypoints style.css", "build": "tsup && node ../shared/generate-declarations.js", "dev": "tsup --watch", "prepare": "pnpm build", "publint": "publint --strict=true --level=suggestion", "test": "jest --passWithNoTests --runInBand", "types": "node ../shared/generate-declarations.js" }, "dependencies": { "@fireworks-js/react": "^2.10.7", "@headlessui/react": "^1.7.17", "@ory/client": "^1.5.2", "@refinedev/devtools-shared": "1.1.12", "@tanstack/react-table": "^8.2.6", "clsx": "^1.1.1", "dayjs": "^1.10.7", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "prism-react-renderer": "^1.3.5", "react-gravatar": "^2.6.3", "react-hook-form": "^7.43.5", "react-json-view-lite": "^1.3.0", "react-router-dom": "^6.8.1", "semver-diff": "^3.1.1" }, "devDependencies": { "@esbuild-plugins/node-resolve": "^0.1.4", "@tailwindcss/typography": "^0.5.9", "@testing-library/dom": "^8.5.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.1.1", "@testing-library/user-event": "^14.1.1", "@types/jest": "^29.2.4", "@types/lodash": "^4.14.171", "@types/node": "^18.16.2", "@types/react-gravatar": "^2.6.10", "autoprefixer": "^10.4.1", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "postcss": "^8.1.4", "react-router-dom": "^6.8.1", "tailwindcss": "^3.0.11", "ts-jest": "^29.1.2", "tslib": "^2.6.2", "tsup": "^6.7.0", "typescript": "^5.4.2" }, "peerDependencies": { "@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" }, "engines": { "node": ">=10" }, "publishConfig": { "access": "public" } }