mirror of
https://github.com/konpa/devicon.git
synced 2025-01-30 20:18:54 +01:00
b6e387d942
* Major build improvements * Cleanup and fix path * chore: apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> * Remove `selenium` from the NPM dependencies * Revert `nano` icon changes * Use quote notes * Update * chore: apply suggestions from code review Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> * Snailedlt/improve build changes (#187) * Make README more readable * move logic from index.html to script.js * fix devicon min css in head * Fix build script missing token error * Add more print statements to local build script * Change from ng-href to href in code view * Minor readme improvements --------- Co-authored-by: David Leal <halfpacho@gmail.com> --------- Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "devicon",
|
|
"version": "2.15.1",
|
|
"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": "python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
|
|
"dev": "python3 -m http.server 8000"
|
|
},
|
|
"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": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-footer": "^2.0.2",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-svgmin": "^3.0.0",
|
|
"sass": "^1.26.10",
|
|
"yargs": "^17.0.0"
|
|
}
|
|
}
|