-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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": "photOHgraphy",
"version": "0.0.1",
"description": "Gulpfile for photOHgraphy.com",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"browser-sync": "^2.6.9",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"dive": "^0.4.0",
"diveSync": "^0.3.0",
"exif": "^0.4.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.2.0",
"gulp-cached": "^1.0.2",
"gulp-changed": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-combine-media-queries": "^0.2.0",
"gulp-livereload": "^3.4.0",
"gulp-load-plugins": "^0.8.1",
"gulp-minify-css": "^0.4.6",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"handlebars": "^4.0.5",
"handlebars-webpack-plugin": "0.0.6",
"html-minify-loader": "^1.1.0",
"image-size": "^0.3.5",
"image-webpack-loader": "^1.6.3",
"jquery": "^2.2.1",
"jsonfile": "^2.0.0",
"modernizr": "^3.3.1",
"modernizr-webpack-plugin": "^1.0.5",
"natural-compare-lite": "^1.3.1",
"node-sass": "^3.4.2",
"photoswipe": "^4.1.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"thumbnail": "^0.1.9",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0",
"webpack-vendor-chunk-plugin": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrew Oh",
"license": "ISC"
}