{
  "name": "@dropzone-ui/react",
  "version": "6.7.2",
  "description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
  "main": "./build/index.js",
  "module": "./build/index.es.js",
  "types": "./build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dropzone-ui/dropzone-ui-react.git"
  },
  "keywords": [
    "dropzone",
    "react-dropzone",
    "file upload",
    "file",
    "upload",
    "react-component",
    "react",
    "ui",
    "dropzone-ui",
    "material",
    "drag",
    "drop",
    "mui",
    "material-ui",
    "typescript",
    "front-end",
    "framework",
    "kamui",
    "react"
  ],
  "author": "JinSSJ3",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dropzone-ui/dropzone-ui-react/issues"
  },
  "homepage": "http://www.dropzone-ui.com",
  "dependencies": {
    "@dynamicss/dynamicss": "^2.2.0",
    "@unlimited-react-components/kernel": "^1.0.2",
    "@unlimited-react-components/material-button": "^1.2.8"
  },
  "peerDependencies": {
    "axios": "^0.24.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@storybook/addon-actions": "^6.4.15",
    "@storybook/addon-essentials": "^6.4.15",
    "@storybook/addon-links": "^6.4.15",
    "@storybook/node-logger": "^6.4.15",
    "@storybook/preset-create-react-app": "^4.0.0",
    "@storybook/react": "^6.4.15",
    "@storybook/testing-react": "^1.2.3",
    "@testing-library/jest-dom": "^5.16.0",
    "@testing-library/react": "^12.0.0",
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.8",
    "@types/testing-library__jest-dom": "^5.14.2",
    "@types/testing-library__react": "^10.2.0",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "babel-loader": "^8.2.3",
    "coveralls": "^3.1.0",
    "css-loader": "^6.5.1",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-jest": "^25.3.4",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.28.0",
    "jest": "^27.4.7",
    "json-schema": "0.4.0",
    "prettier": "^2.5.1",
    "rollup": "^2.63.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-jsx": "^1.0.3",
    "rollup-plugin-peer-deps-external": "^2.2.3",
    "rollup-plugin-sass": "^1.2.10",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "sass-loader": "^12.4.0",
    "style-loader": "^3.3.1",
    "ts-jest": "^27.1.2",
    "ts-loader": "^9.2.5",
    "tslib": "^2.1.0",
    "typescript": "^4.5.4"
  },
  "scripts": {
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "build": "rollup -c",
    "lint": "eslint src/*.tsx --quiet --fix",
    "test": "jest",
    "test:coveralls": "jest --coverage && coveralls < coverage/lcov.info"
  }
}