Files
cv/app/package.json

30 lines
694 B
JSON

{
"name": "cv-tailor",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vite build && wrangler deploy",
"check": "tsc -p tsconfig.app.json && tsc -p tsconfig.worker.json && tsc -p tsconfig.node.json",
"types": "wrangler types"
},
"dependencies": {
"hono": "^4",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1",
"@types/js-yaml": "^4",
"@types/node": "^26.1.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5",
"js-yaml": "^4",
"typescript": "^5",
"vite": "^7",
"wrangler": "^4"
}
}