forked from xiaolin/react-image-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
65
66
67
{
"name": "react-image-gallery",
"version": "0.7.13",
"description": "Responsive and flexible carousel component with thumbnail support",
"main": "./build/image-gallery",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"lint": "eslint --ext .js,.jsx src"
},
"repository": {
"type": "git",
"url": "https://github.com/xiaolin/react-image-gallery.git"
},
"keywords": [
"react",
"carousel",
"react-component",
"react-carousel",
"react-slideshow",
"react-gallery",
"react carousel",
"react slideshow",
"react gallery",
"image gallery",
"image slider",
"slideshow",
"gallery",
"slider"
],
"author": "Xiao Lin",
"email": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiaolin/react-image-gallery/issues"
},
"homepage": "https://github.com/xiaolin/react-image-gallery",
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.3",
"react": "^15.3.0",
"react-dom": "^15.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"dependencies": {
"lodash.throttle": "^4.1.1",
"react-swipeable": "^3.5.1"
}
}