UNPKG

react-files-uploading

Version:

The simple files uploader applied Render Props pattern. This approach allows you to fully control UI component and behaviours.

133 lines (132 loc) 4.03 kB
{ "name": "react-files-uploading", "version": "1.0.2", "description": "The simple files uploader applied Render Props pattern. This approach allows you to fully control UI component and behaviours.", "author": { "name": "vutoan266", "email": "vutoan266@gmail.com", "url": "https://github.com/vutoan266" }, "contributors": [ { "name": "davidnguyen179", "email": "dzungnguyen179@gmail.com", "url": "https://github.com/davidnguyen179" }, { "name": "conandk", "email": "ddangkhoa94@gmail.com", "url": "https://github.com/conandk" }, { "name": "hoangvu12", "email": "hggaming91@gmail.com", "url": "https://github.com/hoangvu12" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hoangvu12/react-files-uploading" }, "bugs": { "url": "https://github.com/hoangvu12/react-files-uploading/issues" }, "homepage": "https://github.com/hoangvu12/react-files-uploading/blob/master/README.md", "main": "dist/index.js", "types": "dist/index.d.ts", "typings": "dist/index.d.ts", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "prebuild": "rimraf dist/", "build": "tsc", "build:web": "webpack --config ./webpack/webpack.prod.js", "start": "node ./server", "prettier": "./node_modules/.bin/prettier --write ./**/*.{js,ts,tsx,md}", "test": "./node_modules/.bin/jest", "lint": "./node_modules/.bin/eslint . --ext .ts,.tsx", "lint:fix": "./node_modules/.bin/eslint . --ext .ts,.tsx --fix", "contributors:add": "./node_modules/.bin/all-contributors add", "contributors:generate": "./node_modules/.bin/all-contributors generate", "toc": "./node_modules/.bin/doctoc --notitle README.md" }, "dependencies": {}, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/preset-env": "^7.11.0", "@babel/preset-typescript": "^7.10.4", "@testing-library/react": "^10.4.9", "@types/jest": "^26.0.10", "@types/react": "^16.3.13", "@types/react-dom": "^16.0.5", "@types/sinon": "^9.0.5", "@typescript-eslint/eslint-plugin": "^4.1.1", "@typescript-eslint/parser": "^4.1.0", "all-contributors-cli": "^6.17.2", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "body-parser": "^1.19.0", "chalk": "^4.1.0", "clean-webpack-plugin": "^3.0.0", "compression": "^1.7.4", "cookie-parser": "^1.4.5", "css-loader": "^4.2.2", "doctoc": "^1.4.0", "eslint": "^7.8.1", "eslint-config-airbnb-typescript": "^10.0.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^24.0.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.2", "express": "^4.17.1", "file-loader": "^6.0.0", "gh-pages": "^1.2.0", "git-hooks-plus": "^1.0.1", "html-webpack-plugin": "^4.3.0", "jest": "^26.4.2", "less-loader": "^7.0.0", "mini-css-extract-plugin": "^0.10.0", "postcss-loader": "^3.0.0", "prettier": "^2.1.1", "react": "^16.13.1", "react-dom": "^16.13.1", "rimraf": "^3.0.2", "sinon": "^9.0.3", "ts-jest": "^26.3.0", "ts-loader": "^8.0.3", "typescript": "^4.0.2", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-dev-middleware": "^3.7.2", "webpack-merge": "^5.1.2" }, "files": [ "dist" ], "keywords": [ "image", "videos", "upload", "uploader", "uploading", "react image upload", "react videos uploading", "react files uploading", "drag", "drag and drop", "image drag and drop", "reactjs", "typescript", "javascript", "render props", "react-component" ] }