2026-05-24 18:13:57 +08:00
|
|
|
{
|
2026-05-24 21:47:26 +08:00
|
|
|
"name": "@vue-tui/example-flappy-bird",
|
2026-05-24 18:13:57 +08:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-07-06 00:29:28 +08:00
|
|
|
"build": "tsdown",
|
|
|
|
|
"preview": "tsdown && node dist/game.mjs"
|
2026-05-24 18:13:57 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue-tui/runtime": "workspace:*",
|
|
|
|
|
"chalk": "^5.3.0",
|
|
|
|
|
"vue": "^3.4.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "catalog:",
|
2026-07-06 00:29:28 +08:00
|
|
|
"tsdown": "catalog:",
|
|
|
|
|
"unplugin-vue": "catalog:"
|
2026-05-24 18:13:57 +08:00
|
|
|
}
|
|
|
|
|
}
|