-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.57 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
{
"name": "design-scuole-pagine-statiche",
"version": "2.4.3",
"description": "Template HTML del progetto per la realizzazione dei siti web delle Scuole Italiane",
"scripts": {
"build": "rm -rf dist && cp -R src dist && npm run minify:css && npm run minify:js",
"documentation-deploy-to-gh-pages": "npm run build && gh-pages -d dist -m 'chore: update documentation'",
"version": "node ./scripts/generateIndex.js && conventional-changelog -p angular -i CHANGELOG.md -s && node scripts/wait-confirm && git add CHANGELOG.md && git add src/index.html",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\"",
"minify:css": "node scripts/minify-css.js",
"minify:js": "node scripts/minify-js.js"
},
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"repository": {},
"dependencies": {
"bootstrap": "^4.6.1",
"bootstrap-italia": "^1.6.4",
"bootstrap-select": "^1.13.12",
"clndr": "^1.5.1",
"fitvids": "^2.1.1",
"hamburgers": "^1.2.1",
"jquery": "^3.6.0",
"jquery-match-height": "^0.7.2",
"jquery.easing": "^1.4.1",
"jquery.scrollto": "^2.1.3",
"leaflet": "^1.7.1",
"mustache": "^4.2.0",
"owl.carousel": "^2.3.4",
"perfect-scrollbar": "^1.5.5",
"popper.js": "^1.16.0",
"responsive-tabs": "^1.6.3",
"sticky-kit": "^1.1.3",
"svgxuse": "^1.2.6"
},
"devDependencies": {
"clean-css-cli": "^5.6.1",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"gh-pages": "^5.0.0",
"uglify-js": "^3.17.4"
}
}