-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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": "CCIP-Serverless",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "$npm_execpath run build && vite preview",
"deploy": "$npm_execpath run build && wrangler deploy",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write .",
"e2e": "cucumber-js",
"cf-typegen": "wrangler types",
"gen:migration": "drizzle-kit generate"
},
"dependencies": {
"@abraham/reflection": "^0.13.0",
"chanfana": "^3.0.0",
"drizzle-orm": "^0.45.1",
"hono": "^4.12.7",
"tsyringe": "^4.10.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.26.1",
"@cucumber/cucumber": "^12.7.0",
"@eslint/js": "^9.39.4",
"@types/node": "^25.4.0",
"drizzle-kit": "^0.31.9",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"expect": "^30.2.0",
"globals": "^17.4.0",
"miniflare": "^4.20260305.0",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"tsx": "^4.21.0",
"typescript-eslint": "^8.57.0",
"vite": "^7.3.1",
"vite-ssr-components": "^0.5.2",
"vitest": "~3.2.4",
"wrangler": "^4.71.0"
}
}