nyvora.app/package.json
2025-03-17 23:32:14 -06:00

39 lines
954 B
JSON

{
"name": "new",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev:server": "tsx --watch server",
"dev:client": "astro dev",
"dev": "npm run dev:client",
"build:server": "tsc -p server",
"build:client": "astro check && astro build",
"build": "npm run build:server & npm run build:client",
"bstart": "npm run build && npm run start",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.1.1",
"@tailwindcss/vite": "^4.0.14",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"astro": "^5.5.2",
"fastify": "^5.2.1",
"tailwindcss": "^4.0.14",
"vite": "^6.2.2",
"wisp-server-node": "^1.1.7"
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"esbuild",
"sharp",
"utf-8-validate"
]
},
"devDependencies": {
"@types/node": "^22.13.10",
"tsx": "^4.19.3"
}
}