mui2-file-dropzone
Version:
A Material-UI file-upload dropzone. Written in TypeScript.
77 lines (76 loc) • 2 kB
JSON
{
"name": "mui2-file-dropzone",
"version": "6.3.0",
"description": "A Material-UI file-upload dropzone. Written in TypeScript.",
"license": "MIT",
"author": "Yuval",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Ludea/mui2-file-dropzone.git"
},
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"mui",
"dropzone",
"upload",
"react upload"
],
"main": "dist/index.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"build": "tsc -b",
"start": "tsc -b --watch",
"docs:dev": "styleguidist server",
"docs:build": "styleguidist build",
"predocs:deploy": "yarn docs:build",
"docs:deploy": "gh-pages -d styleguide",
"prepublish": "npx tsc"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"clsx": "^2.1.0",
"react-dropzone": "^14.3.5",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"prop-types": "^15.7.2",
"react": ">= 18.0",
"react-dom": ">= 18.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.8",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"gh-pages": "^6.1.1",
"prettier": "^3.2.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.4.3",
"typescript-eslint": "^8.18.1"
}
}