mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
Add @sentry/browser integration via shared-error-tracking/browser export and hooks.client.ts in every web app for client-side error reporting to GlitchTip. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
69 lines
2.4 KiB
JSON
69 lines
2.4 KiB
JSON
{
|
|
"name": "@picture/web",
|
|
"private": true,
|
|
"version": "0.3.0",
|
|
"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-check --tsconfig ./tsconfig.json",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"clean": "rm -rf .svelte-kit build node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@manacore/shared-api-client": "workspace:*",
|
|
"@manacore/shared-app-onboarding": "workspace:*",
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@manacore/shared-auth-ui": "workspace:*",
|
|
"@manacore/shared-branding": "workspace:*",
|
|
"@manacore/shared-error-tracking": "workspace:*",
|
|
"@manacore/shared-feedback-service": "workspace:*",
|
|
"@manacore/shared-feedback-ui": "workspace:*",
|
|
"@manacore/shared-i18n": "workspace:*",
|
|
"@manacore/shared-icons": "workspace:*",
|
|
"@manacore/shared-profile-ui": "workspace:*",
|
|
"@manacore/shared-subscription-types": "workspace:*",
|
|
"@manacore/shared-subscription-ui": "workspace:*",
|
|
"@manacore/shared-tailwind": "workspace:*",
|
|
"@manacore/shared-theme": "workspace:*",
|
|
"@manacore/shared-theme-ui": "workspace:*",
|
|
"@manacore/shared-ui": "workspace:*",
|
|
"@manacore/shared-utils": "workspace:*",
|
|
"@picture/design-tokens": "workspace:*",
|
|
"@picture/shared": "workspace:*",
|
|
"konva": "^10.0.2",
|
|
"svelte-i18n": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.0",
|
|
"@eslint/js": "^9.36.0",
|
|
"@manacore/shared-pwa": "workspace:*",
|
|
"@manacore/shared-vite-config": "workspace:*",
|
|
"@sveltejs/adapter-node": "^5.4.0",
|
|
"@sveltejs/kit": "^2.47.1",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.0",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.18",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@types/node": "^20",
|
|
"@vite-pwa/sveltekit": "^1.1.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^3.12.4",
|
|
"globals": "^16.4.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"svelte": "^5.41.0",
|
|
"svelte-check": "^4.3.3",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.44.1",
|
|
"vite": "^7.1.7"
|
|
}
|
|
}
|