-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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
{
"name": "knotwithoutyou",
"version": "0.0.1",
"description": "Caitlin + Sterling Wedding Site",
"main": "index.js",
"scripts": {
"start": "gulp watch",
"email": "mjml --watch email/index.mjml -o email/index.html",
"test": "test"
},
"author": "Sterling Salzberg",
"license": "ISC",
"devDependencies": {
"gulp": "~3.8.11",
"gulp-minify-css": "~1.1.1",
"gulp-autoprefixer": "~2.3.0",
"gulp-watch": "~4.2.4",
"gulp-sass": "~2.0.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"gulp-babel": "~6.1.1",
"open": "0.0.5",
"connect": "~3.4.0",
"serve-static": "~1.10.0",
"gulp-concat": "~2.6.0",
"babel-preset-es2015": "~6.3.13",
"gulp-rimraf": "~0.2.0",
"browserify": "~13.0.0",
"babelify": "~7.2.0",
"vinyl-source-stream": "~1.1.0",
"vinyl-buffer": "~1.0.0",
"reactify": "~1.1.1",
"redux-devtools": "~3.1.1",
"babel-preset-react": "~6.5.0",
"gulp-notify": "~2.2.0",
"connect-history-api-fallback": "~1.1.0",
"babel-plugin-transform-class-properties": "~6.6.0",
"gulp-clean-css": "~2.0.10",
"gulp-minifier": "~0.1.4"
},
"dependencies": {
"classnames": "~2.2.3",
"es6-event-emitter": "^1.5.2",
"flat": "~2.0.1",
"gulp-sourcemaps": "^2.2.0",
"html-to-react": "~0.1.2",
"invariant": "~2.2.1",
"lodash": "~3.10.1",
"lory.js": "^2.2.1",
"mapbox": "^1.0.0-beta3",
"mapbox-gl": "^0.26.0",
"mjml": "~2.3.3",
"qwest": "~3.0.0",
"underscore": "^1.8.3"
}
}