forked from TeamWertarbyte/material-auto-rotating-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
64
{
"name": "material-auto-rotating-carousel",
"version": "3.0.2",
"description": "Introduce new users to your app with this material style carousel",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "npm run build",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamWertarbyte/material-auto-rotating-carousel.git"
},
"keywords": [
"react",
"material-ui",
"rotate",
"intro",
"react-component"
],
"author": "Wertarbyte <[email protected]> (https://wertarbyte.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamWertarbyte/material-auto-rotating-carousel/issues"
},
"homepage": "https://github.com/TeamWertarbyte/material-auto-rotating-carousel#readme",
"devDependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@webpack-blocks/babel6": "^0.4.1",
"@webpack-blocks/webpack2": "^0.4.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.8.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.11.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-styleguidist": "^7.0.14",
"react-swipeable-views": "^0.13.3",
"standard": "^10.0.2"
},
"peerDependencies": {
"@material-ui/core": "^3.6.0 || ^4.0.0",
"@material-ui/icons": "^3.0.0 || ^4.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-swipeable-views": "^0.13.3"
},
"dependencies": {
"classnames": "^2.2.5",
"material-ui-dots": "^2.0.0",
"prop-types": "^15.5.8"
},
"standard": {
"parser": "babel-eslint"
}
}