-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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": "howdy-website",
"description": "First version of the Howdy website",
"repository": "https://github.com/leafagency/howdy-site",
"lisence": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": "6.9.1"
},
"scripts": {
"start": "gulp start",
"build": "gulp build",
"deploy": "gulp deploy"
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.22.0",
"bourbon": "^4.2.7",
"bourbon-neat": "^1.7.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-changed": "^1.2.1",
"gulp-connect": "^5.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-debounce": "^1.0.2",
"gulp-gh-pages": "^0.5.0",
"gulp-imagemin": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-open": "^0.3.2",
"gulp-pug": "^3.2.0",
"gulp-sass": "^2.3.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"http-rewrite-middleware": "^0.1.6",
"imagemin-jpeg-recompress": "^5.0.0",
"lodash.assign": "^4.0.6",
"md5": "^2.2.1",
"prismjs": "^1.6.0",
"qs": "^6.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"run-sequence": "^1.0.2",
"sass": "^0.5.0",
"superagent": "^1.8.5",
"susy": "^2.2.12",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
}
}