-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
55
56
57
{
"name": "react-photo-uploader",
"version": "1.0.0",
"description": "Upload, drop, take a photo",
"homepage": "https://gitlab.com/jinusean/react-photo-uploader",
"main": "dist/index.js",
"keywords": [
"React",
"Photo",
"npm"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/jinusean/react-photo-uploader.git"
},
"license": "MIT",
"scripts": {
"build": "webpack --config webpack/webpack.production.js",
"demo": "webpack-dev-server --config webpack/webpack.demo.js"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.11.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "4.2.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "3.1.10"
},
"dependencies": {
"@material/button": "0.42.0",
"css-loader": "2.0.0",
"material-icons-react": "1.0.2",
"react-dropzone": "4.2.13"
},
"externals": {
"react": "commonjs react"
},
"bugs": {
"url": "https://gitlab.com/jinusean/react-photo-uploader/issues"
},
"directories": {
"example": "example"
},
"author": "James C. Lee"
}