2026-03-18 09:03:33 +01:00
|
|
|
{
|
2026-03-18 20:32:49 +01:00
|
|
|
"name": "@cameleer/design-system",
|
2026-04-12 18:50:50 +02:00
|
|
|
"version": "0.1.46",
|
2026-03-18 09:03:33 +01:00
|
|
|
"type": "module",
|
2026-03-18 20:32:49 +01:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-04-06 17:17:36 +02:00
|
|
|
"./style.css": "./dist/style.css",
|
2026-04-06 22:43:01 +02:00
|
|
|
"./assets/*": "./assets/*"
|
2026-03-18 20:32:49 +01:00
|
|
|
},
|
2026-03-24 17:58:20 +01:00
|
|
|
"files": [
|
2026-04-06 17:17:36 +02:00
|
|
|
"dist",
|
|
|
|
|
"assets"
|
2026-03-24 17:58:20 +01:00
|
|
|
],
|
|
|
|
|
"sideEffects": [
|
|
|
|
|
"*.css"
|
|
|
|
|
],
|
2026-03-18 20:32:49 +01:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://gitea.siegeln.net/api/packages/cameleer/npm/"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://gitea.siegeln.net/cameleer/design-system.git"
|
|
|
|
|
},
|
2026-03-18 09:03:33 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
2026-03-18 20:32:49 +01:00
|
|
|
"build:lib": "vite build --config vite.lib.config.ts",
|
2026-03-18 09:03:33 +01:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview",
|
2026-03-24 17:58:20 +01:00
|
|
|
"test": "vitest",
|
|
|
|
|
"test:e2e": "playwright test"
|
2026-03-18 09:03:33 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-27 23:25:43 +01:00
|
|
|
"lucide-react": "^1.7.0",
|
2026-03-18 09:03:33 +01:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"react-router-dom": "^7.0.0"
|
|
|
|
|
},
|
2026-03-18 20:32:49 +01:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"react-router-dom": "^7.0.0"
|
|
|
|
|
},
|
2026-03-18 09:03:33 +01:00
|
|
|
"devDependencies": {
|
2026-03-24 17:58:20 +01:00
|
|
|
"@playwright/test": "^1.58.2",
|
2026-03-18 09:03:33 +01:00
|
|
|
"@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",
|
2026-03-28 17:12:45 +01:00
|
|
|
"@vitest/coverage-v8": "^3.2.4",
|
2026-03-18 09:03:33 +01:00
|
|
|
"happy-dom": "^20.8.4",
|
|
|
|
|
"typescript": "^5.6.0",
|
|
|
|
|
"vite": "^6.0.0",
|
2026-03-18 20:24:50 +01:00
|
|
|
"vite-plugin-dts": "^4.5.4",
|
2026-03-18 09:03:33 +01:00
|
|
|
"vitest": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|