ui-icons/package.json
autocommit fdea9fd6dd
Some checks failed
Publish / publish (push) Failing after 0s
deps-upgrade(dependencies): ⬆️ Update npm packages to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:23:19 -07:00

73 lines
2.2 KiB
JSON

{
"name": "@lilith/ui-icons",
"version": "1.2.3",
"description": "Theme-aware animated icons with Lilith and Luxe variants",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"lint": "eslint src --fix",
"lint:check": "eslint src",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test -c playwright-ct.config.ts",
"test:e2e:update": "playwright test -c playwright-ct.config.ts --update-snapshots",
"generate-metadata": "tsx scripts/generate-metadata.ts",
"generate-metadata:watch": "tsx scripts/generate-metadata.ts --watch",
"verify-icons": "tsx scripts/verify-icons.ts",
"verify-icons:json": "tsx scripts/verify-icons.ts --json",
"showcase": "concurrently -k -n verify,meta,vite -c yellow,blue,green \"bun run verify-icons\" \"bun run generate-metadata:watch\" \"vite --config showcase/vite.config.ts\"",
"dev": "bun run showcase"
},
"dependencies": {
"@lilith/ui-accessibility": "^1.1.4",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.5.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@playwright/experimental-ct-react": "^1.57.0",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@lilith/ui-zname": "^1.2.4",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
"happy-dom": "^12.10.3",
"js-yaml": "^4.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vitest": "^4.0.16"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}