-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.93 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
{
"name": "convivial_bootstrap",
"version": "1.0.0",
"description": "Convivial theme based on Bootstrap 5.",
"main": "gulpfile.js",
"author": "morpht.com",
"engines": {
"node": ">=20.17.0",
"npm": "10.8.2"
},
"type": "module",
"scripts": {
"gulp": "gulp --gulpfile gulpfile.js",
"gulp-dev": "gulp dev",
"setup": "npm ci",
"stylelint": "stylelint 'components/**/*.scss'",
"stylelint-fix": "stylelint 'components/**/*.scss' --fix"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"browser-sync": "^3.0.2",
"del": "^3.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^6.4.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"accessible-mega-menu": "github:adobe-accessibility/Accessible-Mega-Menu#master",
"anchorific": "github:renettarenula/anchorific.js#master",
"billboard.js": "^3.12.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.0.0",
"convivial_decision_flow": "github:morpht/convivial_decision_flow",
"d3": "^7.9.0",
"glightbox": "^3.2.0",
"gsap": "^3.12.5",
"handlebars": "^4.7.7",
"leaflet": "^1.5.1",
"scrollmagic": "2.0.7",
"slick-carousel": "^1.8.1",
"smooth-scroll": "^16.1.3",
"van11y-accessible-tab-panel-aria": "^2.0.4"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
]
}