43 lines
973 B
JSON
Raw Permalink Normal View History

2025-05-25 21:19:22 -04:00
{
"name": "ttrpg-initiative-tracker",
"version": "0.1.0",
"private": true,
"dependencies": {
2025-05-25 22:21:45 -04:00
"@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",
2025-05-25 22:48:17 -04:00
"web-vitals": "^2.1.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
2025-05-25 21:19:22 -04:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
2025-05-25 22:21:45 -04:00
"test": "react-scripts test",
"eject": "react-scripts eject"
2025-05-25 21:19:22 -04:00
},
2025-05-25 22:21:45 -04:00
"eslintConfig": {
2025-05-25 21:19:22 -04:00
"extends": [
"react-app",
"react-app/jest"
]
},
2025-05-25 22:21:45 -04:00
"browserslist": {
2025-05-25 21:19:22 -04:00
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}