@almadar/orb 6.1.0 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/shells/orb-shell/packages/client/package-lock.json +227 -27
- package/shells/orb-shell/packages/server/package-lock.json +1 -0
- package/shells/almadar-shell/LICENSE +0 -72
- package/shells/almadar-shell/README.md +0 -25
- package/shells/almadar-shell/locales/en.json +0 -120
- package/shells/almadar-shell/package.json +0 -35
- package/shells/almadar-shell/packages/client/eslint.config.cjs +0 -23
- package/shells/almadar-shell/packages/client/index.html +0 -13
- package/shells/almadar-shell/packages/client/package.json +0 -61
- package/shells/almadar-shell/packages/client/postcss.config.js +0 -6
- package/shells/almadar-shell/packages/client/src/App.tsx +0 -84
- package/shells/almadar-shell/packages/client/src/config/firebase.ts +0 -37
- package/shells/almadar-shell/packages/client/src/features/auth/AuthContext.tsx +0 -139
- package/shells/almadar-shell/packages/client/src/features/auth/authService.ts +0 -83
- package/shells/almadar-shell/packages/client/src/features/auth/components/Login.tsx +0 -218
- package/shells/almadar-shell/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
- package/shells/almadar-shell/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
- package/shells/almadar-shell/packages/client/src/features/auth/components/index.ts +0 -3
- package/shells/almadar-shell/packages/client/src/features/auth/index.ts +0 -13
- package/shells/almadar-shell/packages/client/src/features/auth/types.ts +0 -24
- package/shells/almadar-shell/packages/client/src/index.css +0 -35
- package/shells/almadar-shell/packages/client/src/main.tsx +0 -8
- package/shells/almadar-shell/packages/client/src/navigation/index.ts +0 -55
- package/shells/almadar-shell/packages/client/src/pages/index.ts +0 -12
- package/shells/almadar-shell/packages/client/tailwind-preset.cjs +0 -259
- package/shells/almadar-shell/packages/client/tailwind.config.js +0 -21
- package/shells/almadar-shell/packages/client/tsconfig.json +0 -33
- package/shells/almadar-shell/packages/client/vite.config.ts +0 -50
- package/shells/almadar-shell/packages/server/eslint.config.cjs +0 -19
- package/shells/almadar-shell/packages/server/package.json +0 -38
- package/shells/almadar-shell/packages/server/src/app.ts +0 -36
- package/shells/almadar-shell/packages/server/src/index.ts +0 -30
- package/shells/almadar-shell/packages/server/src/routes.ts +0 -11
- package/shells/almadar-shell/packages/server/src/types/express.d.ts +0 -15
- package/shells/almadar-shell/packages/server/tsconfig.json +0 -23
- package/shells/almadar-shell/packages/shared/package.json +0 -10
- package/shells/almadar-shell/packages/shared/src/index.ts +0 -2
- package/shells/almadar-shell/pnpm-lock.yaml +0 -8792
- package/shells/almadar-shell/pnpm-workspace.yaml +0 -2
- package/shells/almadar-shell/tsup.config.ts +0 -13
- package/shells/almadar-shell/turbo.json +0 -17
- package/shells/almadar-shell/vitest.config.ts +0 -8
- package/shells/almadar-shell-hono/LICENSE +0 -72
- package/shells/almadar-shell-hono/README.md +0 -25
- package/shells/almadar-shell-hono/locales/en.json +0 -120
- package/shells/almadar-shell-hono/package.json +0 -31
- package/shells/almadar-shell-hono/packages/client/eslint.config.cjs +0 -23
- package/shells/almadar-shell-hono/packages/client/index.html +0 -13
- package/shells/almadar-shell-hono/packages/client/package-lock.json +0 -9750
- package/shells/almadar-shell-hono/packages/client/package.json +0 -61
- package/shells/almadar-shell-hono/packages/client/postcss.config.js +0 -6
- package/shells/almadar-shell-hono/packages/client/src/App.tsx +0 -84
- package/shells/almadar-shell-hono/packages/client/src/config/firebase.ts +0 -37
- package/shells/almadar-shell-hono/packages/client/src/features/auth/AuthContext.tsx +0 -139
- package/shells/almadar-shell-hono/packages/client/src/features/auth/authService.ts +0 -83
- package/shells/almadar-shell-hono/packages/client/src/features/auth/components/Login.tsx +0 -218
- package/shells/almadar-shell-hono/packages/client/src/features/auth/components/ProtectedRoute.tsx +0 -27
- package/shells/almadar-shell-hono/packages/client/src/features/auth/components/UserProfile.tsx +0 -68
- package/shells/almadar-shell-hono/packages/client/src/features/auth/components/index.ts +0 -3
- package/shells/almadar-shell-hono/packages/client/src/features/auth/index.ts +0 -13
- package/shells/almadar-shell-hono/packages/client/src/features/auth/types.ts +0 -24
- package/shells/almadar-shell-hono/packages/client/src/index.css +0 -35
- package/shells/almadar-shell-hono/packages/client/src/main.tsx +0 -8
- package/shells/almadar-shell-hono/packages/client/src/navigation/index.ts +0 -55
- package/shells/almadar-shell-hono/packages/client/src/pages/index.ts +0 -12
- package/shells/almadar-shell-hono/packages/client/tailwind-preset.cjs +0 -259
- package/shells/almadar-shell-hono/packages/client/tailwind.config.js +0 -21
- package/shells/almadar-shell-hono/packages/client/tsconfig.json +0 -33
- package/shells/almadar-shell-hono/packages/client/vite.config.ts +0 -50
- package/shells/almadar-shell-hono/packages/server/eslint.config.cjs +0 -19
- package/shells/almadar-shell-hono/packages/server/package.json +0 -37
- package/shells/almadar-shell-hono/packages/server/src/app.ts +0 -31
- package/shells/almadar-shell-hono/packages/server/src/index.ts +0 -31
- package/shells/almadar-shell-hono/packages/server/src/routes.ts +0 -12
- package/shells/almadar-shell-hono/packages/server/src/serve.ts +0 -45
- package/shells/almadar-shell-hono/packages/server/tsconfig.json +0 -23
- package/shells/almadar-shell-hono/packages/shared/package.json +0 -25
- package/shells/almadar-shell-hono/packages/shared/src/index.ts +0 -2
- package/shells/almadar-shell-hono/packages/shared/tsconfig.json +0 -17
- package/shells/almadar-shell-hono/packages/shared/tsup.config.ts +0 -10
- package/shells/almadar-shell-hono/pnpm-lock.yaml +0 -9423
- package/shells/almadar-shell-hono/pnpm-workspace.yaml +0 -2
- package/shells/almadar-shell-hono/tsup.config.ts +0 -13
- package/shells/almadar-shell-hono/turbo.json +0 -17
- package/shells/almadar-shell-hono/vitest.config.ts +0 -8
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://turbo.build/schema.json",
|
|
3
|
-
"tasks": {
|
|
4
|
-
"dev": {
|
|
5
|
-
"cache": false,
|
|
6
|
-
"persistent": true
|
|
7
|
-
},
|
|
8
|
-
"build": {
|
|
9
|
-
"dependsOn": ["^build"],
|
|
10
|
-
"outputs": ["dist/**"]
|
|
11
|
-
},
|
|
12
|
-
"typecheck": {
|
|
13
|
-
"dependsOn": ["^typecheck"]
|
|
14
|
-
},
|
|
15
|
-
"lint": {}
|
|
16
|
-
}
|
|
17
|
-
}
|