More work.
This commit is contained in:
26
package.json
26
package.json
@ -3,29 +3,29 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.17.0", // Optional: For testing
|
||||
"@testing-library/react": "^13.4.0", // Optional: For testing
|
||||
"@testing-library/user-event": "^13.5.0", // Optional: For testing
|
||||
"firebase": "^10.12.2", // Firebase SDK
|
||||
"lucide-react": "^0.395.0", // Icons
|
||||
"react": "^18.3.1", // React library
|
||||
"react-dom": "^18.3.1", // React DOM for web
|
||||
"react-scripts": "5.0.1", // Scripts and configuration for Create React App
|
||||
"web-vitals": "^2.1.4" // Optional: For measuring web vitals
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"firebase": "^10.12.2",
|
||||
"lucide-react": "^0.395.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-scripts": "5.0.1",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test", // Optional: For testing
|
||||
"eject": "react-scripts eject" // Optional: For Create React App
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": { // Optional: Basic ESLint setup
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": { // Optional: Defines browser support
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
|
Reference in New Issue
Block a user