forked from
nekomimi.pet/wisp.place-monorepo
Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
1{
2 "name": "elysia-static",
3 "version": "1.0.50",
4 "scripts": {
5 "test": "echo \"Error: no test specified\" && exit 1",
6 "dev": "bun run --watch src/index.ts",
7 "build": "bun build --compile --target bun --outfile server src/index.ts"
8 },
9 "dependencies": {
10 "@elysiajs/eden": "^1.4.3",
11 "@elysiajs/openapi": "^1.4.11",
12 "@elysiajs/static": "^1.4.2",
13 "@tanstack/react-query": "^5.90.2",
14 "clsx": "^2.1.1",
15 "elysia": "latest",
16 "react": "^19.2.0",
17 "react-dom": "^19.2.0",
18 "tailwindcss": "^4.1.14"
19 },
20 "devDependencies": {
21 "@types/react": "^19.2.2",
22 "@types/react-dom": "^19.2.1",
23 "bun-plugin-tailwind": "^0.1.2",
24 "bun-types": "latest"
25 },
26 "module": "src/index.js"
27}