feat: bootstrap lunch picker miniapp with backend, docs, and branding assets
This commit is contained in:
23
starter-package.json
Normal file
23
starter-package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"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": {
|
||||
"@types/react": "19.2.0",
|
||||
"babel-preset-granite": "1.0.10",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user