mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "lucide-react",
|
|
"description": "A Lucide icon library package for React applications",
|
|
"version": "0.0.1",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"Lucide",
|
|
"React",
|
|
"Feather",
|
|
"Icons",
|
|
"Icon",
|
|
"SVG",
|
|
"Feather Icons",
|
|
"Fontawesome",
|
|
"Font Awesome"
|
|
],
|
|
"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,
|
|
"files": [
|
|
"dist",
|
|
"dynamicIconImports.js",
|
|
"dynamicIconImports.js.map",
|
|
"dynamicIconImports.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm typecheck && pnpm build:bundles",
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.ts && rm -f dynamicIconImports.*",
|
|
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --withDynamicImports --separateAliasesFile --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
|
"build:types": "node ./scripts/buildTypes.mjs",
|
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
|
"typecheck": "tsc",
|
|
"typecheck:watch": "tsc -w",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"version": "pnpm version --git-tag-version=false"
|
|
},
|
|
"devDependencies": {
|
|
"@lucide/build-icons": "workspace:*",
|
|
"@lucide/rollup-plugins": "workspace:*",
|
|
"@lucide/shared": "workspace:*",
|
|
"@testing-library/jest-dom": "^6.1.6",
|
|
"@testing-library/react": "^14.1.2",
|
|
"@types/react": "^18.2.37",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"jest-serializer-html": "^7.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"rollup": "^4.9.2",
|
|
"rollup-plugin-dts": "^6.1.0",
|
|
"typescript": "^4.9.5",
|
|
"vite": "5.0.13",
|
|
"vitest": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
}
|