switch to monorepo structure

This commit is contained in:
2025-05-06 11:00:35 +01:00
parent e1f927ad27
commit 07b7f1b51f
63 changed files with 2440 additions and 1011 deletions

View File

@@ -1,52 +1,12 @@
{
"name": "markone",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "bun run src/server-main.ts",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.5",
"@tanstack/react-router": "^1.119.0",
"arktype": "^2.1.20",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.1.5",
"uid-safe": "^2.1.5",
"ulid": "^3.0.0",
"zustand": "^5.0.4"
"dev": "bun --filter '*' dev"
},
"workspaces": ["packages/*"],
"devDependencies": {
"@eslint/js": "^9.18.0",
"@tanstack/react-router-devtools": "^1.119.1",
"@tanstack/router-plugin": "^1.119.0",
"@types/bun": "^1.2.12",
"@types/node": "^22.15.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/uid-safe": "^2.1.5",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"workbox-core": "^7.3.0",
"workbox-window": "^7.3.0"
"@biomejs/biome": "1.9.4"
},
"resolutions": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
"trustedDependencies": ["@biomejs/biome"]
}