mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 01:27:26 +01:00
43 lines
1.6 KiB
JSON
43 lines
1.6 KiB
JSON
{
|
|
"name": "lucide-react",
|
|
"description": "Lucide React package, Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.",
|
|
"version": "0.15.29",
|
|
"license": "ISC",
|
|
"homepage": "https://lucide.dev",
|
|
"bugs": "https://github.com/lucide-icons/lucide/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lucide-icons/lucide.git",
|
|
"directory": "packages/lucide-react"
|
|
},
|
|
"author": "Eric Fennis",
|
|
"amdName": "lucide-react",
|
|
"main": "dist/cjs/lucide-react.js",
|
|
"main:umd": "dist/umd/lucide-react.js",
|
|
"module": "dist/esm/lucide-react.js",
|
|
"unpkg": "dist/umd/lucide-react.min.js",
|
|
"typings": "dist/lucide-react.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "yarn clean && yarn build:icons && yarn build:es && yarn build:types && yarn build:bundles",
|
|
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.js",
|
|
"build:icons": "yarn --cwd ../../ build:icons --output=../packages/lucide-react/src --templateSrc=../packages/lucide-react/scripts/exportTemplate --renderUniqueKey",
|
|
"build:es": "babel src -d dist/esm",
|
|
"build:types": "yarn --cwd ../../ babel-node packages/lucide-react/scripts/buildTypes.js",
|
|
"build:bundles": "yarn --cwd ../../ rollup -c packages/lucide-react/rollup.config.js",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^11.2.6",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"jest": "^26.6.3",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.5.1",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.5.1 || ^17.0.0"
|
|
}
|
|
}
|