startx 1.1.0 → 1.1.2
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/README.md +212 -0
- package/apps/cli/package.json +2 -2
- package/apps/startx-cli/dist/index.mjs +69 -61
- package/apps/startx-cli/package.json +6 -5
- package/apps/startx-cli/src/commands/package.ts +185 -17
- package/apps/startx-cli/src/configs/files.ts +3 -0
- package/apps/startx-cli/src/index.ts +2 -1
- package/apps/web-client/package.json +1 -1
- package/configs/eslint-config/package.json +19 -19
- package/configs/vitest-config/package.json +1 -1
- package/package.json +1 -1
- package/packages/@repo/lib/package.json +3 -3
- package/packages/aix/package.json +4 -4
- package/packages/ui/package.json +19 -19
- package/pnpm-workspace.yaml +57 -0
package/pnpm-workspace.yaml
CHANGED
|
@@ -14,6 +14,28 @@ catalog:
|
|
|
14
14
|
rimraf: "^6.1.2"
|
|
15
15
|
turbo: "^2.9.14"
|
|
16
16
|
tsx: "^4.21.0"
|
|
17
|
+
cross-env: "^10.1.0"
|
|
18
|
+
|
|
19
|
+
# eslint plugins
|
|
20
|
+
"@eslint/compat": "^2.0.2"
|
|
21
|
+
"@eslint/js": "^9.0.0"
|
|
22
|
+
"@stylistic/eslint-plugin": "^2.0.0"
|
|
23
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0"
|
|
24
|
+
"@typescript-eslint/rule-tester": "^8.54.0"
|
|
25
|
+
"@typescript-eslint/utils": "^8.0.0"
|
|
26
|
+
"@types/eslint-config-prettier": "^6.11.3"
|
|
27
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.1"
|
|
28
|
+
eslint-config-prettier: "^9.1.0"
|
|
29
|
+
eslint-import-resolver-typescript: "^3.6.1"
|
|
30
|
+
eslint-plugin-import-x: "^4.0.0"
|
|
31
|
+
eslint-plugin-jsx-a11y: "^6.9.0"
|
|
32
|
+
eslint-plugin-lodash: "^8.0.0"
|
|
33
|
+
eslint-plugin-react: "^7.35.0"
|
|
34
|
+
eslint-plugin-react-hooks: "^5.0.0"
|
|
35
|
+
eslint-plugin-unicorn: "^55.0.0"
|
|
36
|
+
eslint-plugin-unused-imports: "^4.0.0"
|
|
37
|
+
globals: "^15.9.0"
|
|
38
|
+
typescript-eslint: "^8.54.0"
|
|
17
39
|
|
|
18
40
|
# utils
|
|
19
41
|
"@biomejs/biome": "^2.3.13"
|
|
@@ -24,12 +46,22 @@ catalog:
|
|
|
24
46
|
date-fns: "^4.1.0"
|
|
25
47
|
nanoid: "^5.1.6"
|
|
26
48
|
xlsx: "^0.18.5"
|
|
49
|
+
|
|
50
|
+
# cli
|
|
51
|
+
"@inquirer/prompts": "^8.3.0"
|
|
52
|
+
commander: "^14.0.0"
|
|
53
|
+
chokidar: "^4.0.3"
|
|
54
|
+
type-fest: "^5.4.4"
|
|
55
|
+
|
|
27
56
|
# testing
|
|
28
57
|
vitest: "^4.0.18"
|
|
29
58
|
"@vitest/coverage-v8": "^4.0.18"
|
|
59
|
+
jsdom: "^29.0.1"
|
|
30
60
|
|
|
31
61
|
# types
|
|
32
62
|
"@types/node": "^25.1.0"
|
|
63
|
+
"@types/jsonwebtoken": "^9.0.7"
|
|
64
|
+
"@types/nodemailer": "^6.4.16"
|
|
33
65
|
|
|
34
66
|
# frontend
|
|
35
67
|
isbot: "^5.1.36"
|
|
@@ -42,6 +74,7 @@ catalog:
|
|
|
42
74
|
lucide-react: "^0.563.0"
|
|
43
75
|
tailwindcss: "^4.2.2"
|
|
44
76
|
"@tailwindcss/vite": "^4.2.2"
|
|
77
|
+
zustand: "^5.0.13"
|
|
45
78
|
|
|
46
79
|
# email
|
|
47
80
|
react-email: "^5.2.11"
|
|
@@ -53,6 +86,25 @@ catalog:
|
|
|
53
86
|
# ui
|
|
54
87
|
"@tanstack/react-query": "^5.100.9"
|
|
55
88
|
"@tanstack/react-query-devtools": "^5.100.9"
|
|
89
|
+
"@fontsource-variable/eb-garamond": "^5.2.7"
|
|
90
|
+
"@fontsource-variable/inter": "^5.2.8"
|
|
91
|
+
"@hookform/resolvers": "^3.9.1"
|
|
92
|
+
"@phosphor-icons/react": "^2.1.10"
|
|
93
|
+
"@tailwindcss/postcss": "^4"
|
|
94
|
+
"@tailwindcss/typography": "^0.5.19"
|
|
95
|
+
autoprefixer: "^10"
|
|
96
|
+
class-variance-authority: "^0.7.1"
|
|
97
|
+
clsx: "^2.1.1"
|
|
98
|
+
cmdk: "^1.1.1"
|
|
99
|
+
embla-carousel-react: "^8.6.0"
|
|
100
|
+
input-otp: "^1.4.2"
|
|
101
|
+
next-themes: "^0.4.6"
|
|
102
|
+
radix-ui: "^1.4.3"
|
|
103
|
+
react-hook-form: "^7.75.0"
|
|
104
|
+
react-icons: "^5.5.0"
|
|
105
|
+
sonner: "^2.0.7"
|
|
106
|
+
tailwind-merge: "^2.3.0"
|
|
107
|
+
tw-animate-css: "^1.4.0"
|
|
56
108
|
|
|
57
109
|
# frontend types
|
|
58
110
|
"@types/react": "^19.2.4"
|
|
@@ -93,12 +145,17 @@ catalog:
|
|
|
93
145
|
winston: "^3.19.0"
|
|
94
146
|
winston-daily-rotate-file: "^5.0.0"
|
|
95
147
|
jsonwebtoken: "^9.0.3"
|
|
148
|
+
yaml: "^2.8.2"
|
|
96
149
|
|
|
97
150
|
# aix
|
|
98
151
|
js-tiktoken: "^1.0.21"
|
|
99
152
|
quickjs-emscripten: "^0.32.0"
|
|
100
153
|
quicktype-core: "^23.2.6"
|
|
101
154
|
openai: "^6.34.0"
|
|
155
|
+
"@aws-sdk/client-bedrock": "^3.1047.0"
|
|
156
|
+
"@aws-sdk/client-bedrock-runtime": "^3.1047.0"
|
|
157
|
+
"@toon-format/toon": "^2.1.0"
|
|
158
|
+
jsonrepair: "^3.14.0"
|
|
102
159
|
|
|
103
160
|
# bullmq
|
|
104
161
|
bullmq: "^5.76.4"
|