-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
54 lines (54 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-file-base64",
"version": "1.0.3",
"description": "React Component for Converting File to base64",
"main": "build/build.min.js",
"scripts": {
"dev": "webpack --config webpack.config.dev.js && webpack-dev-server --inline --hot",
"build": "webpack && webpack -p --minify",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BosNaufal/react-file-base64"
},
"keywords": [
"react",
"component",
"react js",
"upload",
"image",
"base64",
"upload",
"input file",
"file reader"
],
"author": "Naufal Rabbani <[email protected]>",
"contributors": [
"Luis Rojas <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/BosNaufal/react-file-base64/issues"
},
"homepage": "https://github.com/BosNaufal/react-file-base64#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"es6-promise": "^3.1.2",
"react-dom": "^15.5.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"react": "^15.0.2"
},
"dependencies": {
"react": "^15.6.1"
}
}