-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "mocha-app",
"private": true,
"version": "0.0.0",
"type": "module",
"dependencies": {
"@hono/zod-validator": "^0.5.0",
"hono": "4.7.7",
"lucide-react": "^0.510.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.5.3",
"zod": "^3.24.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.9.6",
"@eslint/js": "9.25.1",
"@getmocha/vite-plugins": "latest",
"@getmocha/users-service": "^0.0.4",
"@types/node": "22.14.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "9.25.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "5.8.3",
"typescript-eslint": "8.31.0",
"vite": "6.3.2",
"wrangler": "^4.25.0"
},
"scripts": {
"build": "tsc -b && vite build",
"cf-typegen": "wrangler types",
"check": "tsc && vite build && wrangler deploy --dry-run",
"dev": "vite",
"lint": "eslint ."
}
}