-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
93 lines (93 loc) · 2.43 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
{
"name": "gent_styleguide",
"version": "6.0.0",
"description": "Styleguide Stad.Gent",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@frctl/fractal": "^1.5.15",
"@frctl/twig": "^1.2.13",
"chromedriver": "^119.0.1",
"cssnano": "^5.1.14",
"fs-extra": "^11.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^6.0.0",
"gulp-iconfont": "^11.0.1",
"gulp-iconfont-css": "^3.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-inject": "^5.0.5",
"gulp-postcss": "^9.0.1",
"gulp-real-favicon": "^0.3.2",
"gulp-recolor-svg": "^1.0.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"husky": "^8.0.3",
"imagemin-pngquant": "^9.0.2",
"npm-cli-login": "^1.0.0",
"sassdoc": "^2.7.4",
"stream-combiner2": "^1.1.1",
"yargs": "^17.6.2"
},
"authors": [
"Jeroen Goossens",
"Gert-Jan Meire",
"Helena Standaert",
"Bart Delrue",
"Lennart Van Vaerenbergh",
"Sven Vandevenne"
],
"license": "GPL-2.0",
"optionalDependencies": {
"gulp-axe-cli": "^1.0.1"
},
"dependencies": {
"@digipolis-gent/modal": "^1.0.4",
"acorn": "^8.8.2",
"allietabs": "^1.2.6",
"baguettebox.js": "^1.11.1",
"breakpoint-sass": "^3.0.0",
"debug": "^4.3.4",
"imagesloaded": "^5.0.0",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"masonry-layout": "^4.2.2",
"sass": "^1.58.1",
"selenium-webdriver": "4.8.0",
"set-value": "^4.1.0",
"ttf2woff2": "^5.0.0"
},
"engines": {
"node": ">=10.14.2"
},
"scripts": {
"test": "gulp validate && gulp axe",
"postinstall": "node ./scripts/postinstall.js",
"start": "gulp watch",
"build": "gulp build"
},
"files": [
"scripts/postinstall.js",
"build/css/**/*",
"build/styleguide/fonts/**/*",
"build/styleguide/googlefonts/**/*",
"build/styleguide/img/favicon/build/**/*",
"build/styleguide/img/iconfont/**/*",
"build/styleguide/img/svg/**/*",
"build/styleguide/js/**/*",
"build/styleguide/sass/**/*",
"build/styleguide/vendor/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/StadGent/fractal_styleguide_gent-base.git"
}
}