React-SaaS-sample/package.json
dependabot[bot] 4bf6dd8488
Bump firebase from 9.9.1 to 10.9.0
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.9.1 to 10.9.0.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/commits/firebase@10.9.0)

---
updated-dependencies:
- dependency-name: firebase
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 00:22:24 +00:00

45 lines
1 KiB
JSON

{
"name": "nemo.immo",
"version": "0.1.0",
"private": true,
"keywords": [
"ReactJs"
],
"dependencies": {
"@analytics/google-analytics": "^1.0.3",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"analytics": "^0.8.1",
"bulma": "^0.9.4",
"firebase": "^10.9.0",
"node-sass": "^7.0.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rainbow-components": "^1.30.1",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}