forked from italia/bootstrap-italia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.72 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
{
"name": "bootstrap-italia",
"version": "1.4.3",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"description": "Bootstrap Italia è un tema Bootstrap 4 per la creazione di applicazioni web nel pieno rispetto delle Linee guida di design per i servizi web della PA",
"homepage": "https://italia.github.io/bootstrap-italia/",
"style": "dist/css/bootstrap-italia.min.css",
"main": "dist/js/bootstrap-italia.min.js",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"documentation-build": "bundle exec jekyll build",
"documentation-serve": "bundle exec jekyll serve",
"documentation-deploy-to-gh-pages": "bundle exec jekyll build --config _config.yml,_config_production.yml && gh-pages -d _site -m 'Update documentation [ci skip]'",
"release": "node scripts/release",
"bump-major": "npm version major -m \"Release %s\"",
"bump-minor": "npm version minor -m \"Release %s\"",
"bump-patch": "npm version patch -m \"Release %s\"",
"preversion": "npm test",
"version": "node scripts/config-sync && git add _config.yml",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\"",
"test": "npm run test-htmlproofer",
"test-htmlproofer": "bundle exec htmlproofer ./_site --assume-extension --check-html --allow-hash-href --disable-external",
"test-a11y": "npx pa11y-ci --sitemap http://localhost:4000/sitemap.xml",
"test-a11y-one": "npx pa11y-ci"
},
"repository": "https://github.com/italia/bootstrap-italia",
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"browserslist": [
"last 2 versions",
"> 1%"
],
"files": [
"dist/",
"src/"
],
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@octokit/rest": "^15.2.6",
"browser-sync": "^2.26.12",
"conventional-changelog": "^3.1.18",
"cross-spawn": "^6.0.5",
"fancy-log": "^1.3.2",
"gh-pages": "^1.2.0",
"gulp": "^4.0.0",
"gulp-append-prepend": "^1.0.8",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "^1.5.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.0",
"node-sass": "^4.14.1",
"prettier": "1.16.1",
"replace-in-file": "^3.4.0"
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap-select": "1.13.17",
"jquery": "^3.5.1",
"owl.carousel": "2.3.4",
"popper.js": "1.16.1",
"svgxuse": "1.2.6"
}
}