mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:46:20 +01:00
* add pnpm * make it work * fix comamnds in package.jsons * move some scripts to modules * workflow fixes * test workflow * test #2 * minor fix * update lockflite * create workflows * update workflow * Add copy license command * Fix build * update workflows * update contributions.md * migrate site directory to pnpm * Fix peer dependencies when install * fix types in lucide-angular * fix testing
31 lines
822 B
JSON
31 lines
822 B
JSON
{
|
|
"name": "lucide-figma",
|
|
"version": "0.15.11",
|
|
"private": true,
|
|
"license": "ISC",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && rm -rf dist && pnpm build:main && pnpm build:worker && pnpm build:interface",
|
|
"build:main": "INPUT=main vite build",
|
|
"build:worker": "INPUT=worker vite build",
|
|
"build:interface": "INPUT=interface vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/core": "^10.0.14",
|
|
"minimist": "^1.2.6",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@figma/plugin-typings": "^1.36.0",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@vitejs/plugin-react": "^1.0.0",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.6.4",
|
|
"vite-plugin-singlefile": "^0.5.1"
|
|
}
|
|
}
|