-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
108 lines (108 loc) · 3.34 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
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
107
108
{
"name": "@justeat/gulp-build-fozzie",
"version": "11.3.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"contributors": [
"Ashley Watson-Nolan <[email protected]> (https://ashleynolan.co.uk)",
"Xander Marjoram <[email protected]>",
"Damian Mullins <[email protected]> (http://www.damianmullins.com)",
"Github contributors <https://github.com/justeat/fozzie/graphs/contributors>"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/justeat/gulp-build-fozzie.git"
},
"bugs": {
"url": "https://github.com/justeat/gulp-build-fozzie/issues"
},
"homepage": "https://github.com/justeat/gulp-build-fozzie#readme",
"scripts": {
"prepare": "concurrently -n \"lint,test\" -c \"blue,green\" \"yarn lint\" \"yarn test\" --kill-others-on-fail",
"test": "jest",
"test:cover": "jest --coverage",
"test:cover:CI": "cat coverage/lcov.info | coveralls",
"lint": "eslint \"**/*.js\" --fix",
"release-patch": "release-it patch --non-interactive -p",
"release-minor": "release-it minor --non-interactive -p",
"release-major": "release-it major --non-interactive -p"
},
"dependencies": {
"@babel/cli": "7.20.7",
"@babel/core": "7.20.7",
"@babel/preset-env": "7.20.2",
"@justeat/eslint-config-fozzie": "3.4.0",
"@justeat/f-copy-assets": "1.1.0",
"@justeat/f-templates-loader": "0.1.1",
"@justeat/gulp-gh-pages": "1.0.3",
"@justeat/stylelint-config-fozzie": "2.0.1",
"assemble": "0.24.3",
"autoprefixer": "9.7.4",
"babelify": "10.0.0",
"browser-sync": "2.27.12",
"browserify": "16.5.0",
"cssnano": "4.1.10",
"del": "5.1.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.26.0",
"event-stream": "4.0.1",
"exorcist": "1.0.1",
"filesizegzip": "2.0.0",
"gulp": "4.0.2",
"gulp-cached": "1.1.1",
"gulp-changed": "4.0.3",
"gulp-clone": "2.0.1",
"gulp-eslint": "6.0.0",
"gulp-extname": "0.2.2",
"gulp-file": "0.4.0",
"gulp-filenames": "4.0.1",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "2.0.0",
"gulp-rev": "9.0.0",
"gulp-sass": "5.1.0",
"gulp-sass-variables": "1.2.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-strip-debug": "3.0.0",
"gulp-stylelint": "13.0.0",
"gulp-svgmin": "4.1.0",
"gulp-svgstore": "7.0.1",
"gulp-tap": "2.0.0",
"gulp-uglify-es": "2.0.0",
"gulp-util": "3.0.8",
"handlebars-helper-i18n": "0.1.0",
"handlebars-helpers": "0.10.0",
"helper-markdown": "1.0.0",
"helper-md": "0.2.2",
"jest": "25.1.0",
"lodash.union": "4.6.0",
"merge-stream": "2.0.0",
"postcss-assets": "5.0.0",
"postcss-reporter": "6.0.1",
"require-dir": "1.2.0",
"sass": "1.57.1",
"stylelint": "13.2.0",
"stylelint-scss": "3.14.2",
"sw-precache": "5.2.1",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"devDependencies": {
"concurrently": "4.1.0",
"coveralls": "3.1.1",
"danger": "6.1.6",
"lodash.clonedeep": "4.5.0",
"release-it": "8.1.0"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"peerDependencies": {
"gulp": "4.0.2"
}
}