forked from italia/bootstrap-italia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.9 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "bootstrap-italia",
"version": "1.6.2",
"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": "JEKYLL_ENV=production bundle exec jekyll build --config _config.yml,_config_production.yml && gh-pages -d _site -m 'chore: update documentation'",
"lint-js": "eslint ./src/js ./docs/assets/src/js/",
"lint-scss": "stylelint ./src/scss/ ./docs/assets/src/scss/",
"fix-js": "eslint ./src/js ./docs/assets/src/js/ --fix",
"fix-scss": "stylelint ./src/scss/ ./docs/assets/src/scss/ --fix",
"format-code": "npx prettier --write . && eslint ./src/js ./docs/assets/src/js/ --fix --cache && stylelint ./src/scss/ ./docs/assets/src/scss/ --fix --cache",
"release": "node scripts/release",
"version": "node scripts/config-sync && git add _config.yml && git add src/js/plugins/version.js && git add src/scss/custom/_version.scss && conventional-changelog -p angular -i CHANGELOG.md -s && node scripts/wait-confirm && git add CHANGELOG.md",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\"",
"test-htmlproofer": "JEKYLL_ENV=development bundle exec jekyll build --config _config.yml && bundle exec htmlproofer ./_site --assume-extension --check-html --allow-hash-href --disable-external",
"test-a11y": "npx pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-find ^/ --sitemap-replace 'http://localhost:4000/'",
"test-a11y-one": "npx pa11y-ci"
},
"repository": "https://github.com/italia/bootstrap-italia",
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"files": [
"dist/",
"src/"
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@octokit/rest": "^18.12.0",
"ansi-regex": "^6.0.1",
"browser-sync": "^2.27.7",
"browserslist-config-design-italia": "^1.0.0",
"conventional-changelog": "^3.1.24",
"conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fancy-log": "^1.3.3",
"gh-pages": "^3.2.3",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.9",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.2",
"nth-check": "^2.0.1",
"prettier": "^2.5.1",
"replace-in-file": "^6.3.2",
"sass": "^1.32.6",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.1.0"
},
"dependencies": {
"accessible-autocomplete": "^2.0.4",
"@splidejs/splide": "^3.6.12",
"bootstrap": "^4.6.1",
"bootstrap-select": "^1.13.18",
"jquery": "^3.6.0",
"just-validate": "^3.5.0",
"just-validate-plugin-date": "^1.1.1",
"owl.carousel": "2.3.4",
"popper.js": "1.16.1",
"svgxuse": "1.2.6"
},
"resolutions": {
"glob-parent": "5.1.2",
"nth-check": "2.0.1"
}
}