summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json65
1 files changed, 36 insertions, 29 deletions
diff --git a/package.json b/package.json
index 8e02cf0..227baf9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bootstrap-icons",
- "version": "1.10.3",
+ "version": "1.10.4",
"description": "Official open source SVG icon library for Bootstrap",
"author": "mdo",
"license": "MIT",
@@ -14,57 +14,64 @@
},
"keywords": [
"bootstrap",
- "icons"
+ "icons",
+ "svg",
+ "font",
+ "sprite",
+ "woff",
+ "woff2"
+
+ ],
+ "style": "font/bootstrap-icons.css",
+ "sass": "font/bootstrap-icons.scss",
+ "files": [
+ "icons/*.svg",
+ "bootstrap-icons.svg",
+ "font",
+ "!.DS_Store"
],
+ "hugo-bin": {
+ "buildTags": "extended"
+ },
"scripts": {
"start": "npm run docs-serve",
"docs-serve": "hugo server --port 4000 --disableFastRender",
- "docs-build": "hugo --cleanDestinationDir",
+ "docs-build": "hugo --cleanDestinationDir --printUnusedTemplates",
"pages": "node build/build-pages.js",
"icons": "npm-run-all icons-main --aggregate-output --parallel icons-sprite icons-font",
"icons-main": "node build/build-svgs.js",
- "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -r9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
+ "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version bootstrap-icons-$npm_package_version.zip && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -qr9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"",
"icons-sprite": "svg-sprite --config svg-sprite.json --log=info icons/*.svg",
"icons-font": "fantasticon",
"release": "npm-run-all icons docs-build icons-zip",
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build",
"test:fusv": "fusv docs/assets/scss/",
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
- "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache --rd",
+ "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache",
"test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"test:vnu": "node build/vnu-jar.js",
+ "test:check-icons": "node build/check-icons.js",
"test": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*"
},
- "style": "font/bootstrap-icons.css",
- "sass": "font/bootstrap-icons.scss",
"devDependencies": {
- "autoprefixer": "^10.4.13",
- "bootstrap": "5.3.0-alpha1",
+ "@twbs/fantasticon": "^2.6.0",
+ "autoprefixer": "^10.4.14",
+ "bootstrap": "^5.3.0-alpha3",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
- "eslint": "^8.30.0",
- "fantasticon": "^1.2.3",
- "find-unused-sass-variables": "^4.0.5",
- "hugo-bin": "^0.97.0",
- "list.js": "^2.3.1",
- "lockfile-lint": "^4.9.6",
+ "eslint": "^8.37.0",
+ "find-unused-sass-variables": "^4.0.8",
+ "fuse.js": "^6.6.2",
+ "hugo-bin": "^0.102.0",
+ "lockfile-lint": "^4.10.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
- "postcss": "^8.4.20",
+ "postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
- "stylelint": "^14.16.0",
- "stylelint-config-twbs-bootstrap": "^7.0.0",
- "svg-sprite": "^3.0.0-alpha1",
- "svgo": "^2.8.0",
+ "stylelint": "^15.4.0",
+ "stylelint-config-twbs-bootstrap": "^8.0.0",
+ "svg-sprite": "^3.0.0-beta1",
+ "svgo": "^3.0.2",
"vnu-jar": "22.9.29"
- },
- "files": [
- "icons/*.svg",
- "bootstrap-icons.svg",
- "font",
- "!.DS_Store"
- ],
- "hugo-bin": {
- "buildTags": "extended"
}
}