-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
{
"name": "react-easy-camera",
"version": "1.0.3",
"description": "",
"main": "dist/bundle.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rollup -c",
"prepublish": "npm run build"
},
"keywords": [],
"author": "George <7jagjag@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"rollup": "^0.56.5",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-babel-minify": "^4.0.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.2.0"
},
"dependencies": {
"ajax-file-upload": "^0.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-proptypes": "^1.0.0"
}
}