UNPKG

@lobehub/icons

Version:

Popular AI / LLM Model Brand SVG Logo and Icon Collection

127 lines (126 loc) 3.59 kB
{ "name": "@lobehub/icons", "version": "1.25.0", "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection", "keywords": [ "lobehub", "llm icons", "llm brand logo", "react components", "svg icons" ], "homepage": "https://github.com/lobehub/lobe-icons", "bugs": { "url": "https://github.com/lobehub/lobe-icons/issues/new" }, "repository": { "type": "git", "url": "https://github.com/lobehub/lobe-icons.git" }, "license": "MIT", "author": "LobeHub <i@lobehub.com>", "sideEffects": false, "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "es" ], "scripts": { "build": "father build", "build:watch": "father dev", "ci": "npm run lint && npm run type-check", "clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache", "dev": "dumi dev", "docs:build": "dumi build", "docs:build-analyze": "ANALYZE=1 dumi build", "doctor": "father doctor", "lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix", "lint:md": "remark . --quiet --frail --output", "lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix", "prepare": "husky install && npm run setup", "prepublishOnly": "npm run build", "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"", "pull": "git pull", "release": "semantic-release", "setup": "dumi setup", "start": "npm run dev", "sync:md": "tsx ./scripts/genMdList.ts", "test": "vitest --passWithNoTests", "test:coverage": "vitest run --coverage --passWithNoTests", "test:update": "vitest -u", "type-check": "tsc -p tsconfig-check.json" }, "lint-staged": { "*.md": [ "remark --quiet --output --", "prettier --write --no-error-on-unmatched-pattern" ], "*.json": [ "prettier --write --no-error-on-unmatched-pattern" ], "*.{js,jsx}": [ "prettier --write", "stylelint --fix", "eslint --fix" ], "*.{ts,tsx}": [ "prettier --parser=typescript --write", "stylelint --fix", "eslint --fix" ] }, "dependencies": { "@babel/runtime": "^7.24.5", "react-layout-kit": "^1.9.0" }, "devDependencies": { "@commitlint/cli": "^18.6.1", "@lobehub/lint": "latest", "@lobehub/ui": "^1.138.23", "@testing-library/react": "^14.3.1", "@types/lodash-es": "^4.17.12", "@types/pangu": "^4.0.2", "@types/query-string": "^6.3.0", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "@vitest/coverage-v8": "latest", "antd": "^5.17.0", "antd-style": "^3.6.2", "babel-plugin-antd-style": "latest", "commitlint": "^18.6.1", "concurrently": "^8.2.2", "cross-env": "^7.0.3", "dumi": "2.2.17", "dumi-theme-lobehub": "latest", "eslint": "^8.57.0", "father": "^4.4.1", "glob": "^10.3.14", "gray-matter": "^4.0.3", "husky": "^8.0.3", "jsdom": "^23.2.0", "lint-staged": "^15.2.2", "lodash-es": "^4.17.21", "lucide-react": "latest", "markdown-table": "^3.0.3", "prettier": "^3.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", "remark": "^14.0.3", "remark-cli": "^11.0.0", "semantic-release": "^21.1.2", "stylelint": "^15.11.0", "svgo-browser": "^1.3.8", "tsx": "^4.9.5", "typescript": "^5.4.5", "vitest": "latest" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }