forked from StadGent/fractal_styleguide_gent-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.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
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
{
"name": "gent_styleguide",
"version": "3.1.3",
"description": "Styleguide Stad.Gent",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.11.0",
"@frctl/fractal": "^1.3.0",
"@frctl/twig": "^1.0.0-beta.5",
"cssnano": "^4.1.10",
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.1.3",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^5.0.0",
"gulp-iconfont": "^10.0.2",
"gulp-iconfont-css": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-inject": "^5.0.0",
"gulp-postcss": "^8.0.0",
"gulp-real-favicon": "^0.3.2",
"gulp-recolor-svg": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.8",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.0",
"husky": "^1.3.1",
"imagemin-pngquant": "^7.0.0",
"npm-cli-login": "^0.1.1",
"sassdoc": "^2.7.3",
"stream-combiner2": "^1.1.1",
"yargs": "^13.2.2"
},
"authors": [
"Jeroen Goossens",
"Gert-Jan Meire",
"Helena Standaert",
"Bart Delrue"
],
"license": "GPL-2.0",
"dependencies": {
"@digipolis-gent/modal": "^1.0.2",
"allietabs": "^1.2.2",
"baguettebox.js": "^1.11.0",
"body-scroll-lock": "^2.6.4",
"breakpoint-sass": "^2.7.1",
"imagesloaded": "^4.1.4",
"lodash": "^4.17.20",
"lodash.template": "^4.5.0",
"masonry-layout": "^4.2.2",
"set-value": "^3.0.1",
"susy": "^3.0.1"
},
"optionalDependencies": {
"gulp-axe-webdriver": "^3.1.3"
},
"resolutions": {
"**/cli": "^1.0.0",
"sassdoc/**/uglify-js": "^2.6.0",
"**/lodash": "^4.17.11",
"**/braces": "^2.3.1",
"gulp-iconfont/**/debug": "^3.1.0",
"http-proxy": "^1.18.1",
"decompress": "^4.2.1",
"dot-prop": "^4.2.1",
"acorn": "^8.0.1",
"minimist": "^0.2.1",
"node-sass": "^4.13.1",
"yargs-parser": "^18.1.2",
"marked": "^0.7.0"
},
"engines": {
"node": ">=10.14.2",
"yarn": "^1.12.0"
},
"scripts": {
"test": "gulp validate && gulp axe",
"postinstall": "node ./scripts/postinstall.js",
"start": "gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/StadGent/fractal_styleguide_gent-base.git"
}
}