30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"drizzle-orm": "^0.45.1",
|
|
"hono": "^4.12.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20260305.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"drizzle-kit": "^0.31.9",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"wrangler": "^4.69.0"
|
|
}
|
|
}
|