-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"ansi-to-html": "^0.7.2",
"auto-plug": "^1.2.0",
"babel-eslint": "^10.1.0",
"babel-polyfill": "^6.26.0",
"babelify": "^10.0.0",
"browser-sync": "^2.27.9",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-html-tag-include": "^1.0.1",
"gulp-if": "^3.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^5.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.0",
"nodemon": "^1.10.0",
"run-sequence": "^1.2.2",
"sass": "^1.50.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=18"
},
"private": true,
"scripts": {
"build": "gulp build",
"start": "rm -rf dist && nodemon --watch gulpfile.babel.js --exec 'gulp watch'",
"test": "npm run build"
},
"dependencies": {
"@financial-times/o-colors": "^6.4.2",
"@financial-times/o-fonts": "^5.3.3",
"@financial-times/o-grid": "^6.1.5",
"@financial-times/o-normalise": "^3.2.2",
"@financial-times/o-typography": "^7.3.1",
"gulp-htmlmin": "^5.0.1"
}
}