mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 16:39:39 +02:00
- Add PillNavigation component from @manacore/shared-ui - Create theme store with purple color scheme - Add i18n support (DE/EN) with svelte-i18n - Integrate theme switching, language selector, app switcher - Add glassmorphic utility classes to app.css - Update layouts to match other apps' navigation pattern Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@matrix/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"type-check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/kit": "^2.47.1",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"@types/node": "^22.15.21",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"svelte": "^5.41.0",
|
|
"svelte-check": "^4.3.3",
|
|
"tailwindcss": "^4.1.7",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"matrix-js-sdk": "^37.1.0",
|
|
"@matrix-org/matrix-sdk-crypto-wasm": "^13.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@manacore/shared-branding": "workspace:*",
|
|
"@manacore/shared-i18n": "workspace:*",
|
|
"@manacore/shared-icons": "workspace:*",
|
|
"@manacore/shared-tailwind": "workspace:*",
|
|
"@manacore/shared-theme": "workspace:*",
|
|
"@manacore/shared-ui": "workspace:*",
|
|
"date-fns": "^4.1.0",
|
|
"svelte-i18n": "^4.0.1"
|
|
}
|
|
}
|