-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
63 lines (63 loc) · 1.85 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
58
59
60
61
62
63
{
"name": "material-ui-image",
"version": "3.3.2",
"description": "Material style image with loading animation",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "babel src -d lib --copy-files",
"prepublish": "babel src -d lib --copy-files",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"publish-docs": "npm run styleguide:build && npm run gh-pages",
"gh-pages": "./node_modules/.bin/gh-pages -d styleguide",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamWertarbyte/material-ui-image.git"
},
"keywords": [
"react",
"material",
"image",
"loading",
"react-component"
],
"author": "Wertarbyte <kontakt@wertarbyte.com> (https://wertarbyte.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamWertarbyte/material-ui-image/issues"
},
"homepage": "https://github.com/TeamWertarbyte/material-ui-image#readme",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"@webpack-blocks/babel": "^2.0.1",
"@webpack-blocks/webpack": "^2.0.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"gh-pages": "^1.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-styleguidist": "^11.1.6",
"standard": "^12.0.1",
"webpack": "^4.41.6"
},
"peerDependencies": {
"@material-ui/icons": "^1.0.0 || ^3.0.0 || ^4.0.0",
"@material-ui/core": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"react": "^16.3.0 || ^17.0.0"
},
"dependencies": {
"prop-types": "^15.5.8"
},
"standard": {
"parser": "babel-eslint"
}
}