This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"private": true,
"config": {
"s3_bucket": "code-grabber.texastribune.org",
"slug": ""
},
"devDependencies": {
"archieml": "^0.3.1",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^2.11.1",
"bs-fullscreen-message": "^1.0.1",
"chalk": "^1.1.3",
"clipboard": "^1.5.10",
"copytext": "^1.1.0",
"del": "^2.2.0",
"googleapis": "^2.1.7",
"got": "^5.6.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.2",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-newer": "^1.1.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"nunjucks": "^2.3.0",
"os-homedir": "^1.0.1",
"quaff": "^2.0.0",
"run-sequence": "^1.1.5",
"strip-ansi": "^3.0.0",
"vinyl-map": "^1.0.1",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"yargs": "^3.32.0"
},
"dependencies": {
"jquery": "^3.3.1",
"newsapps-styles": "^1.1.0",
"susy": "^2.2.5"
},
"scripts": {
"build": "gulp build --production",
"clean": "gulp clean",
"data/fetch": "node utils/fetch_data.js",
"deploy": "./utils/deploy.sh",
"serve": "gulp serve",
"serve/production": "gulp serve --production"
}
}