mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 17:19:02 +02:00
* setup icon popularity call * Adjust sort button * Adjust sorting * Adds aliases * Format code * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add check for env variable * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Improve styling on mobile * Remove hardcoded sort icon * Fix build * Format code --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
71 lines
2.5 KiB
JSON
71 lines
2.5 KiB
JSON
{
|
|
"name": "@lucide/docs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"docs:dev": "pnpm run /^prebuild:.*/ && vitepress dev",
|
|
"docs:build": "pnpm run /^prebuild:.*/ && vitepress build",
|
|
"docs:preview": "vitepress preview",
|
|
"build:docs": "vitepress build",
|
|
"prebuild:iconNodes": "node ./scripts/writeIconNodes.mts",
|
|
"prebuild:metaJson": "node ./scripts/writeIconMetaIndex.mts",
|
|
"prebuild:releaseJson": "node ./scripts/writeReleaseMetadata.mts",
|
|
"prebuild:categoriesJson": "node ./scripts/writeCategoriesMetadata.mts",
|
|
"prebuild:relatedIcons": "node ./scripts/writeIconRelatedIcons.mts",
|
|
"prebuild:iconDetails": "node ./scripts/writeIconDetails.mts",
|
|
"prebuild:iconPopularity": "node ./scripts/writeiconPopularity.mts",
|
|
"prebuild:brandStopwords": "node ./scripts/writeBrandStopwords.mts",
|
|
"postbuild:vercelJson": "node ./scripts/writeVercelOutput.mts",
|
|
"dev": "npx nitropack dev",
|
|
"prebuild:api": "npx nitropack prepare",
|
|
"build:api": "npx nitropack build",
|
|
"build": "pnpm run /^prebuild:.*/ && pnpm run build:api && pnpm run build:docs && pnpm postbuild:vercelJson",
|
|
"preview": "node .output/server/index.mjs"
|
|
},
|
|
"author": "Eric Fennis",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@lucide/build-icons": "workspace:*",
|
|
"@lucide/helpers": "workspace:*",
|
|
"@lucide/shared": "workspace:*",
|
|
"@rollup/plugin-replace": "^6.0.3",
|
|
"@types/semver": "^7.7.1",
|
|
"h3": "^1.15.9",
|
|
"nitropack": "^2.13.4",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"svg-path-commander": "^2.1.11",
|
|
"vitepress": "^1.6.4",
|
|
"vitepress-plugin-group-icons": "^1.6.5",
|
|
"vitepress-plugin-llms": "^1.11.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-container": "^4.0.0",
|
|
"semver": "^7.7.3",
|
|
"sharp": "^0.34.5",
|
|
"shiki": "^3.15.0",
|
|
"simple-git": "^3.36.0",
|
|
"sitemap": "^7.1.2",
|
|
"svg-pathdata": "^6.0.3",
|
|
"svgson": "^5.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/vue": "^1.1.9",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@lucide/vue": "workspace:*",
|
|
"@vueuse/components": "^14.0.0",
|
|
"@vueuse/core": "^14.0.0",
|
|
"element-to-path": "^1.2.1",
|
|
"fuse.js": "^7.1.0",
|
|
"jszip": "^3.10.1",
|
|
"lodash-es": "^4.18.1",
|
|
"lucide": "workspace:*",
|
|
"lucide-react": "workspace:*",
|
|
"motion-v": "1.10.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sandpack-vue3": "3.1.12",
|
|
"vue": "^3.5.24"
|
|
}
|
|
}
|