Initial commit
This commit is contained in:
110
node_modules/lucide-react/package.json
generated
vendored
Normal file
110
node_modules/lucide-react/package.json
generated
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"_from": "lucide-react@^0.263.1",
|
||||
"_id": "lucide-react@0.263.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-keqxAx97PlaEN89PXZ6ki1N8nRjGWtDa4021GFYLNj0RgruM5odbpl8GHTExj0hhPq3sF6Up0gnxt6TSHu+ovw==",
|
||||
"_location": "/lucide-react",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "lucide-react@^0.263.1",
|
||||
"name": "lucide-react",
|
||||
"escapedName": "lucide-react",
|
||||
"rawSpec": "^0.263.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.263.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.263.1.tgz",
|
||||
"_shasum": "a456ee0d171aa373929bd3ee20d6f9fb4429c301",
|
||||
"_spec": "lucide-react@^0.263.1",
|
||||
"_where": "/Users/hongbin9/www/botgroup.chat",
|
||||
"amdName": "lucide-react",
|
||||
"author": {
|
||||
"name": "Eric Fennis"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lucide-icons/lucide/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A Lucide icon library package for React applications",
|
||||
"devDependencies": {
|
||||
"@lucide/build-icons": "1.0.0",
|
||||
"@lucide/rollup-plugins": "1.0.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@types/prop-types": "^15.7.5",
|
||||
"@types/react": "^18.0.21",
|
||||
"@vitejs/plugin-react": "^2.1.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"rollup": "^3.5.1",
|
||||
"rollup-plugin-dts": "^5.0.0",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^4.3.9",
|
||||
"vitest": "^0.32.2"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/esm/lucide-react.mjs",
|
||||
"require": "./dist/cjs/lucide-react.cjs",
|
||||
"types": "./dist/lucide-react.d.ts"
|
||||
},
|
||||
"./icons": {
|
||||
"import": "./dist/esm/icons/index.mjs",
|
||||
"require": "./dist/cjs/lucide-react.cjs"
|
||||
},
|
||||
"./dynamicIconImports": {
|
||||
"import": "./dist/esm/dynamicIconImports.mjs",
|
||||
"types": "./dist/dynamicIconImports.d.ts"
|
||||
},
|
||||
"./src/createLucideIcon": {
|
||||
"import": "./src/createLucideIcon.ts"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://lucide.dev",
|
||||
"license": "ISC",
|
||||
"main": "dist/cjs/lucide-react.cjs",
|
||||
"main:umd": "dist/umd/lucide-react.js",
|
||||
"module": "dist/esm/lucide-react.mjs",
|
||||
"name": "lucide-react",
|
||||
"peerDependencies": {
|
||||
"react": "^16.5.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lucide-icons/lucide.git",
|
||||
"directory": "packages/lucide-react"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm clean && pnpm copy:license && pnpm build:icons && pnpm typecheck && pnpm build:bundles",
|
||||
"build:bundles": "rollup -c ./rollup.config.mjs",
|
||||
"build:icons": "build-icons --output=./src --templateSrc=./scripts/exportTemplate.mjs --renderUniqueKey --withAliases --withDynamicImports --aliasesFileExtension=.ts --iconFileExtension=.ts --exportFileName=index.ts",
|
||||
"build:types": "node ./scripts/buildTypes.mjs",
|
||||
"clean": "rm -rf dist && rm -rf stats && rm -rf ./src/icons/*.ts",
|
||||
"copy:license": "cp ../../LICENSE ./LICENSE",
|
||||
"test": "vitest run",
|
||||
"typecheck": "tsc",
|
||||
"typecheck:watch": "tsc -w",
|
||||
"version": "pnpm version --git-tag-version=false"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"dynamicIconImports": [
|
||||
"./dist/dynamicIconImports.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"typings": "dist/lucide-react.d.ts",
|
||||
"unpkg": "dist/umd/lucide-react.min.js",
|
||||
"version": "0.263.1"
|
||||
}
|
||||
Reference in New Issue
Block a user