-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.5 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "hamflow",
"version": "0.1.0",
"type": "module",
"workspaces": {
"packages": [
"packages/*"
],
"catalog": {
"elysia": "1.4.15",
"@elysiajs/eden": "1.4.4",
"@tanstack/react-query": "5.90.7",
"@types/react": "19.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.9.3"
}
},
"scripts": {
"codegen": "panda codegen",
"dev": "panda codegen && nodemon",
"build": "NODE_ENV=production bun run build:ssr && NODE_ENV=production bun run build:server",
"build:ssr": "NODE_ENV=production panda codegen && NODE_ENV=production bunx --bun vike build",
"build:server": "bun build src/server/index.ts --outfile=./build/server --compile --target=bun-darwin-x64",
"start:server": "NODE_ENV=production bun run build/index.js",
"start:prod": "NODE_ENV=production bun run src/server/index.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"init-db": "bun db:migrate",
"type-check": "tsc --noEmit",
"lint": "oxlint src && eslint src --concurrency=auto",
"lint:fix": "oxlint --fix src && eslint src --fix --concurrency=auto",
"lint:oxc": "oxlint src",
"lint:eslint": "eslint src --concurrency=auto",
"preview": "bunx --bun vike preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:watch": "vitest --watch",
"test:coverage": "vitest run --coverage",
"test:endpoints": "bash scripts/test-endpoints-with-server.sh",
"test:integration": "vitest run src/__tests__/integration",
"seed": "bun run scripts/seed-db.ts",
"analyze": "bunx vite-bundle-visualizer"
},
"dependencies": {
"@ai-sdk/google": "^2.0.28",
"@bogeychan/elysia-logger": "^0.1.10",
"@elysiajs/cookie": "^0.8.0",
"@elysiajs/cors": "^1.4.0",
"@elysiajs/cron": "^1.4.1",
"@elysiajs/eden": "^1.4.4",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/static": "^1.4.6",
"@expo/config-plugins": "^54.0.2",
"@mastra/core": "^0.23.3",
"@sinclair/typebox": "^0.34.41",
"@touch4it/ical-timezones": "^1.9.0",
"ai": "^5.0.87",
"date-fns-tz": "^3.2.0",
"drizzle-orm": "^0.44.7",
"elysia": "^1.4.15",
"elysia-connect-middleware": "^0.0.6",
"ical-generator": "^10.0.0",
"jose": "^6.1.0",
"node-ical": "^0.22.1",
"pino": "^10.1.0",
"pino-http-print": "^3.1.0",
"pkce-challenge": "^5.0.0",
"postgres": "^3.4.7",
"vike": "^0.4.245",
"zod": "^4.1.12"
},
"devDependencies": {
"@ai-sdk/react": "^2.0.87",
"@ark-ui/react": "^5.27.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@pandabox/prettier-plugin": "^0.1.3",
"@pandacss/dev": "^1.4.3",
"@pandacss/eslint-plugin": "^0.2.14",
"@park-ui/panda-preset": "^0.43.1",
"@prettier/plugin-oxc": "^0.0.4",
"@tanstack/react-query": "^5.90.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/bun": "^1.3.1",
"@types/path-browserify": "^1.0.3",
"@types/react": "~19.2.2",
"@types/react-dom": "~19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "4.0.7",
"babel-plugin-react-compiler": "^1.0.0",
"baseline-browser-mapping": "^2.9.14",
"bun-types": "^1.3.1",
"drizzle-kit": "^0.31.6",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-oxlint": "^1.25.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^16.5.0",
"happy-dom": "^20.0.11",
"lucide-react": "^0.552.0",
"nodemon": "^3.1.10",
"oxlint": "^1.25.0",
"path-browserify": "^1.0.1",
"postcss": "^8.5.6",
"postcss-prune-var": "^1.1.2",
"prettier": "^3.6.2",
"react": "~19.1.0",
"react-dom": "19.1.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vike-react": "^0.6.10",
"vite": "^7.1.12",
"vite-plugin-cjs-interop": "^2.3.0",
"vite-plugin-pwa": "^1.1.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.7"
}
}