2026-04-03 11:08:05 +08:00
|
|
|
{
|
|
|
|
|
"name": "heguangtongkun-landing",
|
2026-05-11 15:09:39 +08:00
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
2026-04-03 11:08:05 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-05-11 15:09:39 +08:00
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
2026-05-18 13:21:13 +08:00
|
|
|
"preview": "vite preview",
|
2026-05-22 16:46:13 +08:00
|
|
|
"deploy:pages": "bash scripts/deploy-pages.sh",
|
|
|
|
|
"deploy:cf-git": "bash scripts/cf-git-pages-deploy.sh",
|
|
|
|
|
"deploy:cf": "wrangler deploy"
|
2026-04-03 11:08:05 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-11 15:09:39 +08:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"rollup": "^4.60.3"
|
2026-04-03 11:08:05 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-11 15:09:39 +08:00
|
|
|
"@types/react": "^18.3.12",
|
|
|
|
|
"@types/react-dom": "^18.3.1",
|
2026-05-18 13:21:13 +08:00
|
|
|
"@vitejs/plugin-react": "^4.7.0",
|
2026-05-11 15:09:39 +08:00
|
|
|
"typescript": "^5.6.3",
|
2026-05-18 13:21:13 +08:00
|
|
|
"vite": "^6.4.2",
|
|
|
|
|
"wrangler": "^4.92.0"
|
2026-04-03 11:08:05 +08:00
|
|
|
}
|
|
|
|
|
}
|