@batijs/cli 0.0.446 → 0.0.448

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.
Files changed (105) hide show
  1. package/cli.js +1 -0
  2. package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
  3. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +1 -1
  4. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +2 -2
  5. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  6. package/dist/boilerplates/@batijs/aws/files/$package.json.js +2 -2
  7. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  8. package/dist/boilerplates/@batijs/biome/files/$package.json.js +2 -2
  9. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +2 -2
  10. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +1 -1
  11. package/dist/boilerplates/@batijs/cloudflare/files/$vite.config.ts.js +1 -1
  12. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -2
  13. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  14. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  15. package/dist/boilerplates/@batijs/d1/files/$package.json.js +2 -2
  16. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  17. package/dist/boilerplates/@batijs/d1/files/$wrangler.toml.js +1 -1
  18. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +2 -2
  19. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  20. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +1 -1
  21. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
  22. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  23. package/dist/boilerplates/@batijs/eslint/files/eslint.config.ts +0 -2
  24. package/dist/boilerplates/@batijs/express/files/$package.json.js +2 -2
  25. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +2 -2
  26. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  27. package/dist/boilerplates/@batijs/h3/files/$package.json.js +2 -2
  28. package/dist/boilerplates/@batijs/hattip/files/$package.json.js +2 -2
  29. package/dist/boilerplates/@batijs/hono/files/$package.json.js +2 -2
  30. package/dist/boilerplates/@batijs/hono/files/$vite.config.ts.js +1 -1
  31. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  32. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +2 -2
  33. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  34. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -2
  35. package/dist/boilerplates/@batijs/prettier/files/.prettierignore +0 -4
  36. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  37. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  38. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -2
  39. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  40. package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -4
  41. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  42. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  43. package/dist/boilerplates/@batijs/react/files/layouts/LayoutDefault.tsx +12 -26
  44. package/dist/boilerplates/@batijs/react/files/pages/index/+Page.tsx +2 -7
  45. package/dist/boilerplates/@batijs/react/files/pages/index/Counter.tsx +2 -15
  46. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +4 -36
  47. package/dist/boilerplates/@batijs/react/types/layouts/LayoutDefault.d.ts +0 -1
  48. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +2 -2
  49. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  50. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  51. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
  52. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  53. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  54. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  55. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +2 -2
  56. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  57. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  58. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  59. package/dist/boilerplates/@batijs/shared/files/gitignore +0 -4
  60. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +2 -2
  61. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  62. package/dist/boilerplates/@batijs/solid/files/$package.json.js +2 -4
  63. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  64. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  65. package/dist/boilerplates/@batijs/solid/files/layouts/LayoutDefault.tsx +12 -26
  66. package/dist/boilerplates/@batijs/solid/files/pages/index/+Page.tsx +2 -7
  67. package/dist/boilerplates/@batijs/solid/files/pages/index/Counter.tsx +2 -15
  68. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +4 -36
  69. package/dist/boilerplates/@batijs/solid/types/layouts/LayoutDefault.d.ts +0 -1
  70. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +2 -2
  71. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  72. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  73. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +2 -2
  74. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -2
  75. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  76. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +2 -2
  77. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  78. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +2 -2
  79. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +2 -2
  80. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +2 -2
  81. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -2
  82. package/dist/boilerplates/@batijs/vercel/files/$tsconfig.json.js +1 -1
  83. package/dist/boilerplates/@batijs/vercel/files/$vite.config.ts.js +1 -1
  84. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  85. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  86. package/dist/boilerplates/@batijs/vue/files/$package.json.js +2 -4
  87. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  88. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  89. package/dist/boilerplates/@batijs/vue/files/components/Content.vue +1 -9
  90. package/dist/boilerplates/@batijs/vue/files/components/Counter.vue +1 -22
  91. package/dist/boilerplates/@batijs/vue/files/components/Logo.vue +1 -10
  92. package/dist/boilerplates/@batijs/vue/files/components/Sidebar.vue +1 -20
  93. package/dist/boilerplates/@batijs/vue/files/layouts/LayoutDefault.vue +0 -2
  94. package/dist/boilerplates/@batijs/vue/files/pages/index/+Page.vue +1 -4
  95. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -34
  96. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +2 -2
  97. package/dist/boilerplates/boilerplates.json +0 -11
  98. package/dist/{chunk-ZDDQD2BO.js → chunk-2HJGZ6VH.js} +2 -2
  99. package/dist/index.js +38 -51
  100. package/package.json +9 -8
  101. package/dist/boilerplates/@batijs/panda-css/files/$package.json.js +0 -93
  102. package/dist/boilerplates/@batijs/panda-css/files/layouts/panda.css +0 -1
  103. package/dist/boilerplates/@batijs/panda-css/files/panda.config.ts +0 -32
  104. package/dist/boilerplates/@batijs/panda-css/files/postcss.config.js +0 -5
  105. package/dist/boilerplates/@batijs/panda-css/types/panda.config.d.ts +0 -4
package/cli.js ADDED
@@ -0,0 +1 @@
1
+ import "./dist/index.js";
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@auth/core": "^0.39.1",
54
54
  "@batijs/compile": "workspace:*",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "@universal-middleware/core": "^0.4.8"
57
57
  },
58
58
  dependencies: {
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^18.19.111",
54
+ "@types/node": "^20.19.0",
55
55
  "@types/which": "^3.0.4",
56
56
  "aws-cdk": "^2.1018.1",
57
57
  "aws-cdk-lib": "^2.201.0",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@biomejs/biome": "1.9.4",
55
- "@types/node": "^18.19.111"
55
+ "@types/node": "^20.19.0"
56
56
  },
57
57
  dependencies: {
58
58
  "@batijs/core": "workspace:*"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -53,7 +53,7 @@ var require_package = __commonJS({
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
55
  "@hattip/adapter-cloudflare-workers": "^0.0.49",
56
- "@types/node": "^18.19.111",
56
+ "@types/node": "^20.19.0",
57
57
  "npm-run-all2": "^8.0.4",
58
58
  "vike-cloudflare": "^0.1.7",
59
59
  wrangler: "^4.20.0"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^18.19.111",
54
+ "@types/node": "^20.19.0",
55
55
  vite: "^6.3.5",
56
56
  "vite-plugin-compiled-react": "^1.3.1"
57
57
  },
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "@universal-middleware/core": "^0.4.8",
57
57
  vike: "^0.4.231",
58
58
  wrangler: "^4.20.0"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "../../../../chunk-ZDDQD2BO.js";
5
+ import "../../../../chunk-2HJGZ6VH.js";
6
6
  import "../../../../chunk-V7W2TXCE.js";
7
7
  import "../../../../chunk-DHZ7AZKP.js";
8
8
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@cloudflare/workers-types": "^4.20250614.0",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "@universal-middleware/core": "^0.4.8",
57
57
  vike: "^0.4.231"
58
58
  },
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@types/better-sqlite3": "^7.6.13",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  "better-sqlite3": "^11.10.0",
57
57
  dotenv: "^16.5.0",
58
58
  "drizzle-kit": "^0.31.1",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -17,8 +17,6 @@ export default tseslint.config(
17
17
  ".vercel/*",
18
18
  //# BATI.has("aws")
19
19
  "cdk.out/*",
20
- //# BATI.has("panda-css")
21
- "styled-system/",
22
20
  // JS files at the root of the project
23
21
  "*.js",
24
22
  "*.cjs",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,7 +54,7 @@ var require_package = __commonJS({
54
54
  "@batijs/compile": "workspace:*",
55
55
  "@trpc/server": "^11.4.1",
56
56
  "@types/express": "^5.0.3",
57
- "@types/node": "^18.19.111",
57
+ "@types/node": "^20.19.0",
58
58
  "@universal-middleware/express": "^0.4.17",
59
59
  "cross-env": "^7.0.3",
60
60
  dotenv: "^16.5.0",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -56,7 +56,7 @@ var require_package = __commonJS({
56
56
  "@fastify/static": "^8.2.0",
57
57
  "@trpc/server": "^11.4.1",
58
58
  "@types/express": "^5.0.3",
59
- "@types/node": "^18.19.111",
59
+ "@types/node": "^20.19.0",
60
60
  "@universal-middleware/fastify": "^0.5.19",
61
61
  "cross-env": "^7.0.3",
62
62
  dotenv: "^16.5.0",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,7 +55,7 @@ var require_package = __commonJS({
55
55
  "@hattip/polyfills": "^0.0.49",
56
56
  "@trpc/server": "^11.4.1",
57
57
  "@types/express": "^5.0.3",
58
- "@types/node": "^18.19.111",
58
+ "@types/node": "^20.19.0",
59
59
  "@types/serve-static": "^1.15.8",
60
60
  "@universal-middleware/h3": "^0.4.11",
61
61
  "cross-env": "^7.0.3",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -63,7 +63,7 @@ var require_package = __commonJS({
63
63
  "@hattip/walk": "^0.0.49",
64
64
  "@trpc/server": "^11.4.1",
65
65
  "@types/aws-lambda": "^8.10.149",
66
- "@types/node": "^18.19.111",
66
+ "@types/node": "^20.19.0",
67
67
  "@universal-middleware/hattip": "^0.4.10",
68
68
  "cross-env": "^7.0.3",
69
69
  dotenv: "^16.5.0",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -57,7 +57,7 @@ var require_package = __commonJS({
57
57
  "@hono/vite-dev-server": "^0.19.1",
58
58
  "@trpc/server": "^11.4.1",
59
59
  "@types/aws-lambda": "^8.10.149",
60
- "@types/node": "^18.19.111",
60
+ "@types/node": "^20.19.0",
61
61
  "@universal-middleware/hono": "^0.4.14",
62
62
  "cross-env": "^7.0.3",
63
63
  dotenv: "^16.5.0",
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -53,7 +53,7 @@ var require_package = __commonJS({
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@mantine/core": "^8.1.0",
55
55
  "@mantine/hooks": "^8.1.0",
56
- "@types/node": "^18.19.111",
56
+ "@types/node": "^20.19.0",
57
57
  "@types/react": "^19.1.8",
58
58
  "@types/react-dom": "^19.1.6",
59
59
  postcss: "^8.5.5",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  cta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@types/node": "^18.19.111",
54
+ "@types/node": "^20.19.0",
55
55
  prettier: "^3.5.3"
56
56
  },
57
57
  dependencies: {
@@ -140,7 +140,3 @@ dist
140
140
  # aws-cdk
141
141
  .cdk.staging
142
142
  cdk.out
143
-
144
- ## Panda
145
- styled-system
146
- styled-system-studio
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  bta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@prisma/client": "^6.9.0",
55
- "@types/node": "^18.19.111",
55
+ "@types/node": "^20.19.0",
56
56
  colorette: "^2.0.20",
57
57
  prisma: "^6.9.0"
58
58
  },
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ita
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  ata
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -43,7 +43,6 @@ var require_package = __commonJS({
43
43
  description: "",
44
44
  type: "module",
45
45
  scripts: {
46
- prepare: "panda codegen --silent",
47
46
  "check-types": "tsc --noEmit",
48
47
  build: "bati-compile-boilerplate"
49
48
  },
@@ -56,8 +55,7 @@ var require_package = __commonJS({
56
55
  "@babel/plugin-transform-react-jsx": "^7.27.1",
57
56
  "@batijs/compile": "workspace:*",
58
57
  "@mantine/core": "^8.1.0",
59
- "@pandacss/dev": "^0.54.0",
60
- "@types/node": "^18.19.111",
58
+ "@types/node": "^20.19.0",
61
59
  "@types/react": "^19.1.8",
62
60
  "@types/react-dom": "^19.1.6",
63
61
  "@vitejs/plugin-react": "^4.5.2",
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  sta
7
- } from "../../../../chunk-ZDDQD2BO.js";
7
+ } from "../../../../chunk-2HJGZ6VH.js";
8
8
  import "../../../../chunk-V7W2TXCE.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  hEs,
7
7
  ota
8
- } from "../../../../chunk-ZDDQD2BO.js";
8
+ } from "../../../../chunk-2HJGZ6VH.js";
9
9
  import "../../../../chunk-V7W2TXCE.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11