mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 13:59:40 +02:00
Merged shared-subscription-types + shared-subscription-ui into @manacore/subscriptions. Updated imports in 15 web apps. Package count: 49 → 47 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "@nutriphi/web",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev --port 5180",
|
|
"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",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"type-check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:cov": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@manacore/shared-pwa": "workspace:*",
|
|
"@manacore/shared-vite-config": "workspace:*",
|
|
"@sveltejs/adapter-node": "^5.0.0",
|
|
"@sveltejs/kit": "^2.47.1",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"@testing-library/svelte": "^5.2.6",
|
|
"@types/node": "^20.0.0",
|
|
"@vite-pwa/sveltekit": "^1.1.0",
|
|
"jsdom": "^25.0.1",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"svelte": "^5.41.0",
|
|
"svelte-check": "^4.3.3",
|
|
"tailwindcss": "^4.1.7",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@nutriphi/shared": "workspace:*",
|
|
"@manacore/shared-api-client": "workspace:*",
|
|
"@manacore/shared-auth": "workspace:*",
|
|
"@manacore/shared-auth-ui": "workspace:*",
|
|
"@manacore/shared-branding": "workspace:*",
|
|
"@manacore/shared-error-tracking": "workspace:*",
|
|
"@manacore/feedback": "workspace:*",
|
|
"@manacore/shared-i18n": "workspace:*",
|
|
"@manacore/help": "workspace:*",
|
|
"@manacore/shared-icons": "workspace:*",
|
|
"@manacore/local-store": "workspace:*",
|
|
"@manacore/shared-profile-ui": "workspace:*",
|
|
"@manacore/subscriptions": "workspace:*",
|
|
"@manacore/shared-tailwind": "workspace:*",
|
|
"@manacore/shared-theme": "workspace:*",
|
|
"@manacore/shared-theme-ui": "workspace:*",
|
|
"@manacore/shared-types": "workspace:*",
|
|
"@manacore/shared-ui": "workspace:*",
|
|
"@manacore/shared-utils": "workspace:*",
|
|
"date-fns": "^4.1.0",
|
|
"svelte-i18n": "^4.0.1"
|
|
},
|
|
"type": "module"
|
|
}
|