chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:24 +08:00
parent f0d79638c9
commit 2483614e89
21 changed files with 3946 additions and 262 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "cf-favicon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler deploy",
"dev": "vite",
"preview": "npm run build && vite preview",
"check": "npm run build && wrangler deploy --dry-run"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.15.3",
"@cloudflare/workers-types": "^4.20250507.0",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.0",
"vite": "^6.0.0",
"wrangler": "^4.56.0"
}
}