29 lines
625 B
JSON
29 lines
625 B
JSON
|
|
{
|
||
|
|
"name": "evosync-web",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "tsx watch src/index.ts",
|
||
|
|
"build": "tsc",
|
||
|
|
"start": "node dist/index.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@hono/node-server": "^1.13.7",
|
||
|
|
"bcryptjs": "^2.4.3",
|
||
|
|
"drizzle-orm": "^0.41.0",
|
||
|
|
"hono": "^4.7.4",
|
||
|
|
"hono-sessions": "^0.5.5",
|
||
|
|
"mysql2": "^3.14.0",
|
||
|
|
"nunjucks": "^3.2.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bcryptjs": "^2.4.6",
|
||
|
|
"@types/node": "^22.13.13",
|
||
|
|
"@types/nunjucks": "^3.2.6",
|
||
|
|
"drizzle-kit": "^0.30.4",
|
||
|
|
"tsx": "^4.19.3",
|
||
|
|
"typescript": "^5.8.2"
|
||
|
|
}
|
||
|
|
}
|