-
- Downloads
Merge branch 'master' into 'main'
Master See merge request !1
Showing
- .firebase/hosting.YnVpbGQ.cache 16 additions, 0 deletions.firebase/hosting.YnVpbGQ.cache
- .firebaserc 5 additions, 0 deletions.firebaserc
- .gitignore 23 additions, 0 deletions.gitignore
- README.md 45 additions, 1 deletionREADME.md
- firebase.json 17 additions, 0 deletionsfirebase.json
- firestore.indexes.json 4 additions, 0 deletionsfirestore.indexes.json
- firestore.rules 8 additions, 0 deletionsfirestore.rules
- package-lock.json 16155 additions, 0 deletionspackage-lock.json
- package.json 50 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 43 additions, 0 deletionspublic/index.html
- public/logo192.png 0 additions, 0 deletionspublic/logo192.png
- public/logo512.png 0 additions, 0 deletionspublic/logo512.png
- public/manifest.json 25 additions, 0 deletionspublic/manifest.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- remoteconfig.template.json 1 addition, 0 deletionsremoteconfig.template.json
- src/App.css 38 additions, 0 deletionssrc/App.css
- src/App.tsx 22 additions, 0 deletionssrc/App.tsx
- src/config/firebase-config.ts 59 additions, 0 deletionssrc/config/firebase-config.ts
- src/index.tsx 10 additions, 0 deletionssrc/index.tsx
.firebase/hosting.YnVpbGQ.cache
0 → 100644
.firebaserc
0 → 100644
.gitignore
0 → 100644
firebase.json
0 → 100644
firestore.indexes.json
0 → 100644
firestore.rules
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ssslruhatar", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
"@types/firebase": "^3.2.1", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^12.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router": "^5.1.17", | ||
"@types/react-router-dom": "^5.3.1", | ||
"firebase": "^9.1.2", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-firebase-hooks": "^3.0.4", | ||
"react-router": "^5.2.1", | ||
"react-router-dom": "^5.3.0", | ||
"react-scripts": "4.0.3", | ||
"typescript": "^4.1.2", | ||
"web-vitals": "^1.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
3.78 KiB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KiB
public/logo512.png
0 → 100644
9.44 KiB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
remoteconfig.template.json
0 → 100644
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/config/firebase-config.ts
0 → 100644
src/index.tsx
0 → 100644