UNPKG

@siddjain/react-file-input

Version:

Bare-bones file picker for react with no dependencies that allows for ordering and deleting the files selected

51 lines (50 loc) 1.36 kB
{ "name": "@siddjain/react-file-input", "version": "0.1.2", "description": "Bare-bones file picker for react with no dependencies that allows for ordering and deleting the files selected", "main": "dist/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production", "prepublish": "rm -rf ./dist && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/siddjain/react-file-input.git" }, "keywords": [ "file", "picker", "multi-file", "input", "ordered", "editable" ], "author": "Siddharth Jain", "license": "MIT", "bugs": { "url": "https://github.com/siddjain/react-file-input/issues" }, "homepage": "https://github.com/siddjain/react-file-input#readme", "devDependencies": { "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "babel-loader": "^8.0.6", "webpack": "~5.70.0", "webpack-cli": "~4.9.2", "webpack-node-externals": "~3.0.0", "css-loader": "^3.4.1", "style-loader": "^1.1.2", "url-loader": "^3.0.0" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.0.1" }, "publishConfig": { "access": "public" } }