{ "name": "jenna-mcp", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "bun --hot src/index.tsx", "build": "bun build ./src/index.html --outdir=dist --sourcemap --target=browser --minify --define:process.env.NODE_ENV='\"production\"' --env='BUN_PUBLIC_*'", "start": "NODE_ENV=production bun src/index.tsx", "seed": "bun prisma/seed.ts", "lint": "bunx oxlint src" }, "dependencies": { "@elysiajs/bearer": "^1.4.1", "@elysiajs/cors": "^1.4.0", "@elysiajs/eden": "^1.4.4", "@elysiajs/jwt": "^1.4.0", "@elysiajs/swagger": "^1.3.1", "@mantine/core": "^8.3.5", "@mantine/dates": "^8.3.5", "@mantine/form": "^8.3.5", "@mantine/hooks": "^8.3.5", "@mantine/notifications": "^8.3.5", "@modelcontextprotocol/sdk": "^1.20.2", "@prisma/client": "^6.18.0", "@tabler/icons-react": "^3.35.0", "@types/jwt-decode": "^3.1.0", "@types/lodash": "^4.17.20", "@types/uuid": "^11.0.0", "add": "^2.0.6", "dayjs": "^1.11.19", "echarts": "^6.0.0", "echarts-for-react": "^3.0.5", "elysia": "^1.4.15", "html2canvas": "^1.4.1", "jspdf": "^3.0.3", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.4", "swr": "^2.3.6", "uuid": "^13.0.0", "valtio": "^2.1.8" }, "devDependencies": { "@types/bun": "^1.3.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "biome": "^0.3.3", "oxlint": "^1.24.0", "postcss": "^8.5.6", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "prisma": "^6.18.0" } }