-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "pushred.co",
"author": "Eric Lanehart <[email protected]> (http://pushred.co)",
"scripts": {
"deploy": "gulp build && surge .build pushred.co"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-hashsum": "^1.0.0",
"gulp-hb": "^5.1.0",
"gulp-rename": "^1.2.2",
"gulp-s3-upload": "^1.5.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"gulp-yaml": "github:pushred/gulp-yaml#expand-js-yaml-options",
"handlebars": "^3.0.3",
"js-yaml": "^3.6.1",
"markdown-it": "^4.4.0",
"moment": "^2.14.1",
"munge": "^0.1.7",
"parameterize": "0.0.7",
"postcss-calc": "^5.0.0",
"postcss-color-function": "^2.0.0",
"postcss-custom-media": "^5.0.0",
"postcss-import": "^7.0.0",
"postcss-mixins": "^1.0.0",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.0.1",
"run-sequence": "^1.1.4",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"arrayify": "^1.0.0",
"component-query": "0.0.3",
"dom-classlist": "^1.0.1",
"lost": "^7.0.3",
"scrollingelement": "^1.5.1",
"svg4everybody": "^2.1.0",
"unorphan": "^1.2.1"
},
"optionalDependencies": {
"browser-sync": "^2.9.6",
"clean-urls": "^1.1.5"
}
}