40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "ttrpg-initiative-tracker",
|
||
|
"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
|
||
|
},
|
||
|
"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
|
||
|
},
|
||
|
"eslintConfig": { // Optional: Basic ESLint setup
|
||
|
"extends": [
|
||
|
"react-app",
|
||
|
"react-app/jest"
|
||
|
]
|
||
|
},
|
||
|
"browserslist": { // Optional: Defines browser support
|
||
|
"production": [
|
||
|
">0.2%",
|
||
|
"not dead",
|
||
|
"not op_mini all"
|
||
|
],
|
||
|
"development": [
|
||
|
"last 1 chrome version",
|
||
|
"last 1 firefox version",
|
||
|
"last 1 safari version"
|
||
|
]
|
||
|
}
|
||
|
}
|