-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.07 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.07 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
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
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "ft-ig-bbya",
"private": true,
"scripts": {
"postinstall": "gulp",
"watch": "nodemon ./app.js -e js,html,css,csv",
"serve": "nodemon --watch gulpfile.js --watch .scss-lint.yml --exec 'gulp clean && gulp serve'",
"test": "eslint . && gulp build"
},
"author": "Luke Kavanagh <luke.kavanagh@ft.com> (http://github.com/kavanagh)",
"license": "MIT",
"dependencies": {
"@financial-times/math": "^1.0.0",
"@financial-times/o-brand": "^4.2.1",
"@financial-times/o-buttons": "^7.5.0",
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-editorial-typography": "^2.3.2",
"@financial-times/o-fonts": "^5.3.3",
"@financial-times/o-footer": "^9.2.2",
"@financial-times/o-forms": "^9.4.0",
"@financial-times/o-grid": "^6.1.5",
"@financial-times/o-icons": "^7.2.1",
"@financial-times/o-labels": "^6.2.2",
"@financial-times/o-loading": "^5.2.1",
"@financial-times/o-normalise": "^3.2.2",
"@financial-times/o-spacing": "^3.2.1",
"@financial-times/o-teaser": "^6.2.2",
"@financial-times/o-typography": "^7.3.2",
"@financial-times/sass-mq": "^5.0.1",
"co": "^3.1.0",
"co-request": "^0.2.0",
"dsv": "0.0.3",
"foreman": "^3.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-prefix": "0.0.15",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wait": "0.0.2",
"koa": "^0.12.2",
"koa-cash": "^1.0.1",
"koa-compose": "^2.3.0",
"koa-compress": "^1.0.8",
"koa-conditional-get": "^1.0.2",
"koa-etag": "^2.0.0",
"koa-favicon": "^1.2.0",
"koa-helmet": "0.0.1",
"koa-html-minifier": "^1.0.1",
"koa-is-json": "^1.0.0",
"koa-json-filter": "0.0.1",
"koa-request-id": "^1.0.0",
"koa-response-time": "^1.0.2",
"koa-router": "^3.5.0",
"koa-send": "^1.3.1",
"koa-static": "^1.4.7",
"koa-trace": "^1.0.0",
"koa-views": "^2.1.0",
"lodash": "^4.17.19",
"lru-cache": "^2.5.0",
"markdown-it": "^4.4.0",
"mathsass": "^0.10.1",
"mime-db": "^1.1.2",
"ms": "^2.1.2",
"mz": "^1.0.2",
"remarkable": "^1.3.0",
"speakingurl": "^0.16.0",
"statuses": "^1.2.0",
"swig": "kavanagh/swig",
"thunkify": "^2.1.2",
"uglify-js": "^2.4.15",
"wordwrap": "0.0.2"
},
"engines": {
"node": "22.17.0"
},
"devDependencies": {
"auto-plug": "^1.0.2",
"babel-core": "^5.8.12",
"babel-eslint": "^4.0.5",
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"eslint": "^7.5.0",
"gulp": "^4.0.2",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^7.1.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rev": "^5.1.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-smoosher": "0.0.7",
"gulp-style-aliases": "^1.1.11",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"load-grunt-tasks": "~0.6.0",
"nodemon": "^1.4.0",
"run-sequence": "^1.1.2",
"sass": "^1.60.0",
"time-grunt": "~1.0.0"
},
"cacheDirectories": [
"node_modules"
]
}