feat: bootstrap lunch picker miniapp with backend, docs, and branding assets

This commit is contained in:
mingking2
2026-04-15 14:03:08 +09:00
commit 7faf251fd3
85 changed files with 31332 additions and 0 deletions

25
template/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "lunch-picker",
"private": true,
"scripts": {
"dev": "granite dev",
"build": "ait build",
"deploy": "ait deploy",
"check:build": "./check-apps-in-toss-build.sh"
},
"dependencies": {
"@apps-in-toss/framework": "^2.4.1",
"@granite-js/native": "1.0.10",
"@granite-js/react-native": "1.0.10",
"brick-module": "0.5.1",
"react": "19.2.3",
"react-native": "0.84.0"
},
"devDependencies": {
"@napi-rs/canvas": "^0.1.97",
"@types/react": "19.2.0",
"babel-preset-granite": "1.0.10",
"pngjs": "^7.0.0",
"typescript": "^5.8.3"
}
}