mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:28:26 +02:00
18 lines
342 B
JSON
18 lines
342 B
JSON
|
|
{
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "npm run -s dev",
|
||
|
|
"build": "preact build",
|
||
|
|
"serve": "preact build && preact serve",
|
||
|
|
"dev": "preact watch"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"preact-cli": "^1.4.1"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"preact": "10.11.3",
|
||
|
|
"preact-compat": "3.19.0",
|
||
|
|
"lucide-preact": "latest"
|
||
|
|
}
|
||
|
|
}
|