Files
elysiacv/package.json

22 lines
482 B
JSON

{
"name": "app",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@elysiajs/html": "^1.4.0",
"@kitajs/ts-html-plugin": "^4.1.3",
"autoprefixer": "^10.4.22",
"elysia": "^1.4.16",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typed-html": "^3.0.1"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}