Files
wireguard-ui/package.json
T
2026-09-12 13:56:36 +01:00

55 lines
1.6 KiB
JSON

{
"name": "bunext-mariadb-preset",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun src/server.ts",
"build": "bunx bunext build",
"db:schema": "bunx bun-sqlite schema -t",
"deploy:prod": "./deploy/deploy-prod.sh",
"start": "NODE_ENV=production bun src/server.ts"
},
"devDependencies": {
"@next/mdx": "^16.3.0",
"@types/ace": "^0.0.52",
"@types/bun": "latest",
"@types/lodash": "^4.17.25",
"@types/mdx": "^2.0.14",
"@types/node": "^26.2.0",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/turndown": "^5.0.6",
"ace-builds": "^1.44.0",
"tailwindcss": "^4.3.3"
},
"peerDependencies": {
"typescript": "^7.0.2"
},
"dependencies": {
"@moduletrace/bun-sqlite": "^1.1.10",
"@moduletrace/bunext": "^1.1.0",
"gray-matter": "^4.0.3",
"html-to-react": "^1.7.0",
"lodash": "^4.18.1",
"lucide-react": "^1.31.0",
"mammoth": "^1.12.1",
"mdx": "^0.3.1",
"next-mdx-remote": "^6.0.0",
"nodemailer": "^9.0.5",
"onnxruntime-node": "^1.27.0",
"openai": "^7.4.0",
"react-code-blocks": "^0.1.6",
"react-markdown": "^10.1.0",
"react-responsive-modal": "^7.2.0",
"rehype-prism-plus": "^2.0.2",
"remark-gfm": "^4.0.1",
"sharp": "^0.35.3",
"tailwind-merge": "^3.6.0",
"turndown": "^7.2.4",
"unpdf": "^1.8.0",
"xlsx": "^0.18.5"
}
}