mirror of
https://github.com/konpa/devicon.git
synced 2025-08-31 18:13:04 +02:00
* bump npm version to v2.17.0 * Built new icons, icomoon.json and devicon.css * Add missing fill attribute for ansys (plain, plain-wordmark) * Add missing fill attribute for bevyengine plain, plain-wordmark, line, line-wordmark * Add missing fill attribute for clickhouse (plain) * Updated duckdb color to six-digit version, and added newline * Added missing fill attribute to dynatryce (plain, plain-wordmark, line, line-wordmark) * Added missing fill attribute to expo (line, line-wordmark) * Added missing fill attribute to glitch (plain) * Replaced style attribute with fill for harbor (plain, plain-wordmark, line, line-wordmark) * Added six-digit fill attribute to illustrator (plain, line) * Added missing fill attribute to leetcode (plain, plain-wordmark, line, line-wordmark) * Replaced style attribute with fill for newrelic (plain, line) * Added missing fill attribute to primeng (plain) * Replaced style attribute with fill for processing (plain, line) * Replaced style attribute with fill for talos (plain) * Added missing fill attribute to web3js (plain) * Added missing fill attribute to wolfram (plain, plain-wordmark) * Fix tmux color and union path (plain, plain-wordmark) * Add missing alias definitions for C (original-wordmark, plain, plain-wordmark) * Updated colors * Updated npm icon * Built new icons, icomoon.json and devicon.css --------- Co-authored-by: Patrik Wehrli <patrik.wehrli@spcs.ch>
47 lines
1.9 KiB
JSON
47 lines
1.9 KiB
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.17.0",
|
|
"description": "Programming related icons collection",
|
|
"main": "devicon.min.css",
|
|
"scripts": {
|
|
"build-css": "gulp updateCss && gulp clean",
|
|
"peek-test": "python ./.github/scripts/icomoon_peek.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --pr_title \"$PR_TITLE\"",
|
|
"optimize-svg": "gulp optimizeSvg",
|
|
"bump": "gulp bumpVersion",
|
|
"build-icons": "run-script-os",
|
|
"build-icons:linux:macOS": "python ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
|
|
"build-icons:windows": "python ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-win64/geckodriver.exe ./icomoon.json ./devicon.json ./icons ./ --headless",
|
|
"build-icons:default": "echo 'Unsupported OS' && exit 1",
|
|
"dev": "concurrently \"npm:open-browser\" \"npm:start-local-server\"",
|
|
"start-local-server": "python -m http.server 8000",
|
|
"open-browser": "node -e \"import('open').then(pkg => pkg.default('http://localhost:8000/docs'))\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/devicons/devicon.git"
|
|
},
|
|
"keywords": [
|
|
"programming",
|
|
"icons",
|
|
"svg",
|
|
"font"
|
|
],
|
|
"author": "devicons",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/devicons/devicon/issues"
|
|
},
|
|
"homepage": "https://devicon.dev",
|
|
"devDependencies": {
|
|
"concurrently": "^8.2.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-footer": "^2.0.2",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-svgmin": "^3.0.0",
|
|
"open": "^10.0.3",
|
|
"run-script-os": "^1.1.6",
|
|
"sass": "^1.26.10",
|
|
"yargs": "^17.0.0"
|
|
}
|
|
}
|