mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:07:16 +01:00
feat: Site (#1)
* site: pull data from "icons" dir * site: display icons * site: remove redundant code * site: colour mode support * site: header * site: order imports * site: search * site: add toast when copying icon * site: styling * site: hero * fix: disable theme toggle transitions * feat: Use Yarn Workspaces * refactor: Update site deploy scripts * refactor: Remove dark mode for now * feat: Add site title * refactor: Fix warning and format * feat: Add dark mode back 👀 * feat: Escape key to reset query * Fix by aelfric * Add Github link * Fix #40 Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"react:compile": "yarn workspace react compile"
|
||||
"react:compile": "yarn workspace react compile",
|
||||
"site:dev": "yarn workspace site dev",
|
||||
"site:deploy": "yarn workspace site deploy"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/react"
|
||||
"packages/react",
|
||||
"packages/site"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user