74 lines
3.1 KiB
JSON
74 lines
3.1 KiB
JSON
{
|
|
"name": "bootstrap-icons",
|
|
"version": "1.4.1",
|
|
"description": "Official open source SVG icon library for Bootstrap",
|
|
"author": "mdo",
|
|
"license": "MIT",
|
|
"homepage": "https://icons.getbootstrap.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/twbs/icons.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/twbs/icons/issues"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"icons"
|
|
],
|
|
"scripts": {
|
|
"start": "npm run docs-serve",
|
|
"docs-serve": "hugo server --port 4000 --disableFastRender",
|
|
"docs-build": "hugo --cleanDestinationDir",
|
|
"docs-purge": "npm run docs-build && purgecss --css docs/static/assets/css/bootstrap.min.css --content \"_site/**/*.html\" docs/static/assets/js/bootstrap.min.js --keyframes --output docs/static/assets/css/",
|
|
"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-sprite": "svg-sprite --svg-namespace-classnames false --symbol --symbol-dest . --symbol-sprite bootstrap-icons.svg icons/*.svg",
|
|
"icons-font": "fantasticon",
|
|
"publish": "npm-run-all icons docs-build icons-zip",
|
|
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-purge 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:linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"",
|
|
"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": "npm-run-all docs-build --parallel --aggregate-output --continue-on-error test:*"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@twbs/svg-sprite": "^1.6.2",
|
|
"autoprefixer": "^10.2.5",
|
|
"chalk": "^4.1.0",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.22.0",
|
|
"fantasticon": "^1.1.3",
|
|
"find-unused-sass-variables": "^3.1.0",
|
|
"hugo-bin": "^0.70.0",
|
|
"linkinator": "^2.13.6",
|
|
"lockfile-lint": "^4.6.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.2.8",
|
|
"postcss-cli": "^8.3.1",
|
|
"purgecss": "^4.0.3",
|
|
"stylelint": "^13.12.0",
|
|
"stylelint-config-twbs-bootstrap": "^2.1.0",
|
|
"svgo": "^2.3.0",
|
|
"vnu-jar": "21.2.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"icons/*.svg",
|
|
"bootstrap-icons.svg",
|
|
"font",
|
|
"!.DS_Store"
|
|
],
|
|
"hugo-bin": {
|
|
"buildTags": "extended"
|
|
}
|
|
}
|