-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "api",
"version": "1.2.0-canary.68",
"private": true,
"type": "module",
"scripts": {
"init": "vitnode init --api",
"dev": "tsx watch src/index.ts",
"dev:email": "email dev --dir src/emails",
"build": "tsc && tsc-alias -p tsconfig.json",
"start": "node dist/index.js",
"drizzle-kit": "drizzle-kit",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@hono/zod-openapi": "^1.1.4",
"@hono/zod-validator": "^0.7.4",
"@vitnode/core": "workspace:*",
"drizzle-kit": "^0.31.6",
"drizzle-orm": "^0.44.7",
"hono": "^4.10.5",
"next-intl": "^4.5.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"use-intl": "^4.5.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@hono/node-server": "^1.19.6",
"@react-email/components": "^1.0.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.2",
"@vitnode/config": "workspace:*",
"@vitnode/nodemailer": "workspace:*",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"react-email": "^5.0.1",
"tsc-alias": "^1.8.16",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}