41 lines
1,021 B
JSON
41 lines
1,021 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",
|
|
"astro-icon": "^1.1.5",
|
|
"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": {
|
|
"@iconify-json/lucide": "^1.2.30",
|
|
"@types/node": "^22.13.10",
|
|
"tsx": "^4.19.3"
|
|
}
|
|
}
|