-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·59 lines (59 loc) · 1.67 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
{
"name": "@villedemontreal/hochelaga",
"description": "La boite à outils web",
"version": "5.5.1-next.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VilledeMontreal/hochelaga.git"
},
"bugs": {
"url": "https://github.com/VilledeMontreal/hochelaga/issues"
},
"author": "Montreal City Authors",
"scripts": {
"start": "gulp default",
"serve": "gulp serve",
"distribute": "gulp distribute",
"main:release:patch": "npm version patch -m \"ci(release): %s\"",
"dev:release:patch": "npm --preid=next version prerelease -m \"ci(prerelease): %s for develop\"",
"publish:main": "npm run distribute && npm publish",
"publish:dev": "npm run distribute && npm publish --tag next"
},
"license": "MIT",
"engines": {
"node": ">=12.22.4"
},
"dependencies": {
"bootstrap": "^4.6.2",
"jquery": "^3.6.1",
"jquery.easing": "^1.4.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.5",
"gulp": "^4.0.0",
"gulp-clean": "0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-json-concat": "^0.2.0",
"gulp-order": "^1.2.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tag-version": "^1.3.1",
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jquery-validation": "^1.19.3",
"photoswipe": "github:shofer/photoSwipe#set-image-alt-text",
"postcss": "^8.4.18",
"sass": "^1.56.0",
"stylelint": "^14.14.1"
}
}