UNPKG

1.66 kBJSONView Raw
1{
2 "name": "customized-file-upload",
3 "version": "3.0.0",
4 "description": "An extension for file upload dialog with add and delete features",
5 "main": "lib/FileUpload.js",
6 "files": [
7 "lib/**/*.js"
8 ],
9 "scripts": {
10 "build": "babel src -d lib",
11 "lint": "standard"
12 },
13 "keywords": [
14 "file",
15 "upload"
16 ],
17 "author": "",
18 "license": "MIT",
19 "devDependencies": {
20 "@babel/cli": "^7.12.1",
21 "@babel/core": "^7.12.3",
22 "@babel/plugin-proposal-class-properties": "^7.3.0",
23 "@babel/preset-env": "^7.3.1",
24 "@babel/preset-react": "^7.0.0",
25 "@material-ui/core": "^4.11.0",
26 "@material-ui/lab": "^4.0.0-alpha.43",
27 "@material-ui/styles": "^4.9.0",
28 "@storybook/addon-actions": "^5.1.9",
29 "@storybook/react": "^5.1.9",
30 "autosuggest-highlight": "^3.1.1",
31 "babel-eslint": "^10.0.2",
32 "babel-loader": "^8.0.6",
33 "coveralls": "^3.0.2",
34 "material-ui-chip-input": "^1.1.0",
35 "mui-datatables": "^3.3.1",
36 "prop-types": "^15.7.2",
37 "react": "^16.13.1",
38 "react-dom": "^16.12.0",
39 "react-intl": "^5.4.3",
40 "react-toastify": "^6.0.8"
41 },
42 "peerDependencies": {
43 "@material-ui/core": "^4.9.3",
44 "@material-ui/lab": "^4.0.0-alpha.43",
45 "@material-ui/styles": "^4.9.0",
46 "react": "^16.12.0",
47 "react-dom": "^16.12.0",
48 "react-intl": "^3.12.0",
49 "react-toastify": "^5.5.0"
50 },
51 "dependencies": {
52 "autosuggest-highlight": "^3.1.1",
53 "inline-scan": "^1.0.33",
54 "js-file-download": "^0.4.12",
55 "material-ui-chip-input": "^1.1.0",
56 "progress-stream": "^2.0.0",
57 "prop-types": "^15.7.2",
58 "react-file-download": "^0.3.5"
59 },
60 "standard": {
61 "parser": "babel-eslint"
62 }
63}