init: add code
This commit is contained in:
commit
79c4323666
26 changed files with 3684 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "anum",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev",
|
||||
"deploy": "wrangler deploy --minify",
|
||||
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/zod-validator": "^0.7.6",
|
||||
"@prisma/adapter-d1": "^7.2.0",
|
||||
"@prisma/client": "^7.2.0",
|
||||
"bcrypt-ts": "^8.0.0",
|
||||
"hono": "^4.11.3",
|
||||
"jose": "^6.1.3",
|
||||
"zod": "^4.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"eslint": "^9.39.2",
|
||||
"globals": "^17.0.0",
|
||||
"jiti": "^2.6.1",
|
||||
"prisma": "^7.2.0",
|
||||
"typescript-eslint": "^8.51.0",
|
||||
"vscode-langservers-extracted": "^4.10.0",
|
||||
"wrangler": "^4.4.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue