-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.25 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
68
69
70
71
72
73
74
75
76
77
{
"name": "react-justified-gallery",
"version": "0.0.5",
"description": "A nice gallery with justified layout. Based on flickr's justified layout",
"main": "dist/react-justified-gallery.js",
"browser": "dist/react-justified-gallery.js",
"repository": {
"type": "git",
"url": "git+https://github.com/UniQLab/react-justified-gallery.git"
},
"keywords": [
"react",
"react-component",
"gallery",
"image",
"image-gallery",
"responsive",
"collage"
],
"author": "Andrey FlyOrDie Pavlov & Dadukin Alex",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlyOrDie/react-justified-gallery/issues"
},
"homepage": "https://github.com/FlyOrDie/react-justified-gallery#readme",
"scripts": {
"start": "cd ./examples/basic && ws --spa index.html"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.10.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"browser-sync": "^2.16.0",
"del": "^2.2.2",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-react": "^5.2.2",
"fs-extra": "^0.30.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-add": "0.0.2",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-replace-name": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulplog": "^1.0.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.22.0",
"local-web-server": "^1.2.6",
"ncp": "^2.0.0",
"normalize.css": "^4.2.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-node-externals": "^1.4.3",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"lodash": "^4.16.1",
"react-image-lightbox": "^3.1.0",
"react-layout-justified": "0.0.3"
}
}