mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* add configs
* Add vue components
* Add documentation
* add alpha release version
* improve npm ignore files
* add tests
* Make style and class attrs work
* 📦 bump version
* Add Icon suffix for component names
* bump version
* Add icon component example
* remove space
* add new build strategy
* Write a better intro
* add other node design
* fix
* add new default template
* add tempalte
* improve code
* small improvements
* small improvements
* move files
* Connect lucide with lucide-react
* Add support for vue
* Add licenses to packages
* Fix tests
* refactor build scripts
* Minor code fixes
* update homepage readme
* Update footer text
* Add a better introduction to packages
* Split up in tempaltes
* Add new types build file
* Setup workflow file
* update readme
* update
* Fix build
* remove debug code
* Add check if svgs have duplicated children
* Add check if their are no children
* small fixes
* last fixes in the build
* Move script to packages folder
* Fix tests and add types for lucide
* Add rule to package.json
* add types in build
* add npm ignore
* update package.jsons
28 lines
693 B
JSON
28 lines
693 B
JSON
{
|
|
"name": "lucide-figma",
|
|
"version": "0.13.0",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"main": "build/ui.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"watch": "webpack --mode=development --watch"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/core": "^10.0.14",
|
|
"@types/react": "^16.8.23",
|
|
"@types/react-dom": "^16.8.4",
|
|
"css-loader": "^3.0.0",
|
|
"html-webpack-inline-source-plugin": "^0.0.10",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"lucide-react": "^0.13.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"style-loader": "^0.23.1",
|
|
"ts-loader": "^6.0.4",
|
|
"typescript": "^3.5.2",
|
|
"webpack": "^4.35.2",
|
|
"webpack-cli": "^3.3.5"
|
|
}
|
|
}
|