mirror of
https://github.com/konpa/devicon.git
synced 2025-08-09 08:06:32 +02:00
fix local npm dev script
This commit is contained in:
18909
package-lock.json
generated
18909
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
76
package.json
76
package.json
@@ -1,38 +1,42 @@
|
||||
{
|
||||
"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 -d ./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": {
|
||||
"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"
|
||||
}
|
||||
"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": "concurrently \"npm:open-browser\" \"npm:start-local-server\"",
|
||||
"start-local-server": "python3 -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",
|
||||
"sass": "^1.26.10",
|
||||
"yargs": "^17.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user