mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 00:39:41 +02:00
Merged shared-help-types + shared-help-content + shared-help-ui into @manacore/help. Deleted shared-help-mobile (0 consumers). Updated imports in all 20 web apps. Package count: 53 → 49 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "@matrix/web",
|
|
"version": "0.2.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 .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@manacore/shared-pwa": "workspace:*",
|
|
"@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",
|
|
"@vite-pwa/sveltekit": "^1.1.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"sharp": "^0.33.5",
|
|
"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",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vitest": "^4.1.0",
|
|
"workbox-window": "^7.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@manacore/shared-branding": "workspace:*",
|
|
"@manacore/shared-error-tracking": "workspace:*",
|
|
"@manacore/feedback": "workspace:*",
|
|
"@manacore/help": "workspace:*",
|
|
"@manacore/shared-i18n": "workspace:*",
|
|
"@manacore/shared-icons": "workspace:*",
|
|
"@manacore/shared-tailwind": "workspace:*",
|
|
"@manacore/shared-theme": "workspace:*",
|
|
"@manacore/shared-stores": "workspace:*",
|
|
"@manacore/shared-tags": "workspace:*",
|
|
"@manacore/shared-ui": "workspace:*",
|
|
"@matrix-org/matrix-sdk-crypto-wasm": "^13.0.0",
|
|
"buffer": "^6.0.3",
|
|
"date-fns": "^4.1.0",
|
|
"events": "^3.3.0",
|
|
"matrix-js-sdk": "^37.1.0",
|
|
"svelte-i18n": "^4.0.1"
|
|
}
|
|
}
|