UNPKG

bootstrap-italia

Version:

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

82 lines (81 loc) 2.79 kB
{ "name": "bootstrap-italia", "version": "1.3.9", "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.7", "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.13.0", "prettier": "1.16.1", "replace-in-file": "^3.4.0" }, "dependencies": { "bootstrap": "4.3.1", "bootstrap-select": "1.13.10", "jquery": "^3.4.1", "owl.carousel": "2.3.4", "popper.js": "1.14.7", "svgxuse": "1.2.6" } }