@mantine/dropzone
Version:
Dropzone component built with Mantine theme and components
63 lines (62 loc) • 1.44 kB
JSON
{
"name": "@mantine/dropzone",
"version": "8.3.10",
"description": "Dropzone component built with Mantine theme and components",
"homepage": "https://mantine.dev/x/dropzone/",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"keywords": [
"components",
"dragndrop",
"dropzone",
"frontend",
"library",
"next",
"nextjs",
"react",
"ui",
"ui-kit",
"upload"
],
"sideEffects": [
"*.css"
],
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/index.d.mts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./cjs/index.cjs"
}
},
"./styles.css": "./styles.css",
"./styles.layer.css": "./styles.layer.css"
},
"repository": {
"url": "https://github.com/mantinedev/mantine.git",
"type": "git",
"directory": "packages/@mantine/dropzone"
},
"peerDependencies": {
"@mantine/core": "8.3.10",
"@mantine/hooks": "8.3.10",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"react-dropzone": "14.3.8"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
"@mantine/core": "workspace:*",
"@mantine/hooks": "workspace:*",
"react": "19.1.1",
"react-dom": "19.1.1"
}
}