All checks were successful
Build & Publish / publish (push) Successful in 1m2s
Replace unicode characters, emoji, and inline SVGs with lucide-react components across the entire design system and page layer. Update tests to assert on SVG elements instead of text content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"name": "@cameleer/design-system",
|
|
"version": "0.1.6",
|
|
"type": "module",
|
|
"main": "./dist/index.es.js",
|
|
"module": "./dist/index.es.js",
|
|
"types": "./dist/index.es.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.es.d.ts",
|
|
"import": "./dist/index.es.js"
|
|
},
|
|
"./style.css": "./dist/style.css"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://gitea.siegeln.net/api/packages/cameleer/npm/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.siegeln.net/cameleer/design-system.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"build:lib": "vite build --config vite.lib.config.ts",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^1.7.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"happy-dom": "^20.8.4",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vitest": "^3.0.0"
|
|
}
|
|
}
|