This commit is contained in:
Wuesteon 2025-12-04 00:51:40 +01:00
parent e9caa4a217
commit 843cf1e678
36 changed files with 400 additions and 55 deletions

View file

@ -6,8 +6,7 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ."
"astro": "astro"
},
"dependencies": {
"@manacore/shared-landing-ui": "workspace:*",

View file

@ -10,8 +10,7 @@
"./config": "./src/config/index.ts"
},
"scripts": {
"type-check": "tsc --noEmit",
"lint": "eslint ."
"type-check": "tsc --noEmit"
},
"dependencies": {
"@zitare/shared": "workspace:*"

View file

@ -12,8 +12,7 @@
"./services": "./src/services/index.ts"
},
"scripts": {
"type-check": "tsc --noEmit",
"lint": "eslint src"
"type-check": "tsc --noEmit"
},
"devDependencies": {
"typescript": "~5.9.2"

View file

@ -9,8 +9,7 @@
"./stores/*": "./src/stores/*.ts"
},
"scripts": {
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint ."
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"peerDependencies": {
"svelte": "^5.0.0"