80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "@refinedev/mantine",
|
|
"version": "2.29.2",
|
|
"description": "refine is a React-based framework for building internal tools, rapidly.",
|
|
"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": {
|
|
"@refinedev/cli": "^2.0.0",
|
|
"@refinedev/core": "^4.46.1",
|
|
"@emotion/react": "^11.8.2",
|
|
"@mantine/core": "^5.10.4",
|
|
"@mantine/hooks": "^5.10.4",
|
|
"@mantine/form": "^5.10.4",
|
|
"@mantine/notifications": "^5.10.4",
|
|
"dayjs": "^1.10.7",
|
|
"@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"
|
|
},
|
|
"devDependencies": {
|
|
"@esbuild-plugins/node-resolve": "^0.1.4",
|
|
"@refinedev/cli": "^2.16.22",
|
|
"@refinedev/core": "^4.46.2",
|
|
"@refinedev/ui-tests": "^1.14.1",
|
|
"@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/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@types/testing-library__jest-dom": "^5.14.3",
|
|
"esbuild-copy-static-files": "^0.1.0",
|
|
"esbuild-plugin-inline-image": "^0.0.8",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"react-router-dom": "^6.8.1",
|
|
"ts-jest": "^29.0.3",
|
|
"tsup": "^6.7.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.8.2",
|
|
"@mantine/core": "^5.10.4",
|
|
"@mantine/hooks": "^5.10.4",
|
|
"@mantine/form": "^5.10.4",
|
|
"@mantine/notifications": "^5.10.4",
|
|
"@refinedev/ui-types": "^1.22.4",
|
|
"dayjs": "^1.10.7",
|
|
"lodash-es": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
"react-markdown": "^6.0.1",
|
|
"remark-gfm": "^1.0.0",
|
|
"@tabler/icons": "^1.119.0",
|
|
"tslib": "^2.3.1"
|
|
},
|
|
"author": "refine",
|
|
"license": "MIT",
|
|
"gitHead": "829f5a516f98c06f666d6be3e6e6099c75c07719",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/refinedev/refine.git",
|
|
"directory": "packages/mantine"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|