this repo has no description
1{
2 "name": "@aurabloom/client",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "run-p type-check \"build-only {@}\" --",
9 "preview": "vite preview",
10 "build-only": "vite build",
11 "type-check": "vue-tsc --build"
12 },
13 "dependencies": {
14 "@aurabloom/common": "workspace:*",
15 "@aurabloom/server": "workspace:*",
16 "@elysiajs/eden": "^1.2.0",
17 "elysia": "^1.2.25",
18 "marked": "^15.0.7",
19 "pinia": "^3.0.1",
20 "vue": "^3.5.13",
21 "vue-router": "^4.5.0"
22 },
23 "devDependencies": {
24 "@tsconfig/node22": "^22.0.0",
25 "@types/node": "^22.13.9",
26 "@vitejs/plugin-vue": "^5.2.1",
27 "@vitejs/plugin-vue-jsx": "^4.1.1",
28 "@vue/tsconfig": "^0.7.0",
29 "npm-run-all2": "^7.0.2",
30 "sass-embedded": "^1.85.1",
31 "typescript": "~5.7.3",
32 "vite": "^6.2.1",
33 "vite-plugin-vue-devtools": "^7.7.2",
34 "vue-tsc": "^2.2.8"
35 }
36}