File tree Expand file tree Collapse file tree 6 files changed +49
-1
lines changed
Expand file tree Collapse file tree 6 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "projects": {
3+ "default": "peaceinthemiddleeast"
4+ }
5+ }
Original file line number Diff line number Diff line change 33## Goals
44- [x] Works on phone, tablet, and computers
55- [ ] Simple SheshBesh Backgammon (rules)
6- - [ ] My safta (grandma) can use it (intuitive ui)
6+ - [x ] My safta (grandma) can use it (intuitive ui)
77- [x] My father can play with my grandmother (multiplayer)
88- [ ] I can play with my father in law (automatic translation / notification)
99- [x] No ads, no fee, no complexity
Original file line number Diff line number Diff line change 1+ {
2+ "functions" : [
3+ {
4+ "source" : " functions" ,
5+ "codebase" : " default" ,
6+ "ignore" : [
7+ " node_modules" ,
8+ " .git" ,
9+ " firebase-debug.log" ,
10+ " firebase-debug.*.log" ,
11+ " *.local"
12+ ]
13+ }
14+ ]
15+ }
Original file line number Diff line number Diff line change 1+ node_modules /
2+ * .local
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " functions" ,
3+ "description" : " Cloud Functions for Firebase" ,
4+ "scripts" : {
5+ "serve" : " firebase emulators:start --only functions" ,
6+ "shell" : " firebase functions:shell" ,
7+ "start" : " yarn shell" ,
8+ "deploy" : " firebase deploy --only functions" ,
9+ "logs" : " firebase functions:log"
10+ },
11+ "engines" : {
12+ "node" : " 22"
13+ },
14+ "main" : " index.js" ,
15+ "dependencies" : {
16+ "firebase-admin" : " ^12.6.0" ,
17+ "firebase-functions" : " ^6.0.1"
18+ },
19+ "devDependencies" : {
20+ "firebase-functions-test" : " ^3.1.0"
21+ },
22+ "private" : true
23+ }
Original file line number Diff line number Diff line change 3939 "vite" : " ^5.2.11" ,
4040 "vite-plugin-pwa" : " ^0.20.0"
4141 },
42+ "workspaces" : [
43+ " functions"
44+ ],
4245 "packageManager" : " yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
4346}
You can’t perform that action at this time.
0 commit comments