-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "cartier",
"version": "1.0.0",
"description": "Exhibit your best photographs.",
"main": "index.js",
"author": "Ray Shan <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rayshan/cartier.git"
},
"keywords": [
"compress",
"gulpplugin",
"image",
"imageminplugin",
"img",
"jpeg",
"jpeg-recompress",
"jpg",
"minify",
"optimize",
"image gallery",
"photography"
],
"scripts": {
"dev-vendor": "NODE_ENV=development node_modules/.bin/webpack --config webpack.dll.js",
"prod-vendor": "NODE_ENV=production node_modules/.bin/webpack --config webpack.dll.js",
"dev-app": "NODE_ENV=development node_modules/.bin/webpack-dashboard -- node_modules/.bin/webpack-dev-server --hot --inline",
"prod-app": "NODE_ENV=production node_modules/.bin/webpack"
},
"dependencies": {
"bluebird": "^3.x",
"bootstrap": "4.0.0-alpha.5",
"combokeys": "^2.4.4",
"dms2dec": "^1.0.3",
"googlemaps": "^1.2",
"hex-rgb": "^1.0.0",
"image-size": "^0.5.0",
"imagemin": "^4.0.0",
"imagemin-jpeg-recompress": "~5.1",
"lodash.debounce": "^4.0",
"metar": "^0.3.0",
"minimist": "^1.1.3",
"moment": "^2.10.6",
"node-vibrant": "^2.x",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.0.0",
"react-dom": "^15.0.0",
"react-redux": "^4.x",
"react-router": "~2.8",
"redux": "^3.0.4",
"redux-thunk": "^2.x",
"run-sequence": "^1.1.4",
"screenfull": "^3.0.0",
"slug": "^0.9.1",
"stream-array": "^1.1.0",
"tinycolor2": "^1.1.2"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-loader": "^6.2",
"babel-plugin-transform-es2015-block-scoping": "^6.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-plugin-transform-react-constant-elements": "^6.1.20",
"babel-plugin-transform-react-inline-elements": "^6.1.20",
"babel-plugin-transform-react-jsx": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.2",
"css-loader": "^0.x.0",
"extract-text-webpack-plugin": "^1.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.x",
"gulp-plumber": "^1.0.1",
"gulp-streamify": "^1.0.0",
"gulp-util": "^3.0.6",
"happypack": "^3.0.1",
"html-webpack-plugin": "^2.x",
"json-loader": "^0.5.3",
"node-sass": "~4.1",
"node-sass-json-importer": "~3.0",
"postcss-loader": "~1.2",
"sass-loader": "~4.1",
"sharp": "~0.16",
"style-loader": "^0.13",
"through2": "^2.x",
"webpack": "^1.x",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.x"
}
}