forked from corpix/material-ui-upload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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": "material-ui-upload",
"version": "1.2.1",
"description": "Upload controls made in material-ui.",
"main": "index.js",
"scripts": {
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corpix/material-ui-upload.git"
},
"keywords": [
"react",
"material",
"upload",
"preview",
"file"
],
"author": "Dmitry Moskowski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/corpix/material-ui-upload/issues"
},
"homepage": "https://github.com/corpix/material-ui-upload#readme",
"devDependencies": {
"@storybook/cli": "^3.2.5",
"@storybook/react": "^3.2.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.1",
"css-loader": "^0.28.5",
"enzyme": "^2.9.1",
"eslint": "^4.4.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-react": "^7.2.1",
"jest": "^20.0.4",
"jest-css-modules": "^1.1.0",
"react-test-renderer": "^15.6.1",
"regenerator-runtime": "^0.11.0",
"style-loader": "^0.18.2"
},
"dependencies": {
"jshashes": "^1.0.7",
"material-ui": "^0.19.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-tap-event-plugin": "^2.0.1"
}
}