This commit is contained in:
2025-05-15 11:49:42 -05:00
parent ea58cf1615
commit 062b38514b
39 changed files with 3150 additions and 1104 deletions

View File

@@ -13,11 +13,16 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/papaparse": "^5.3.16",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@typescript-eslint/utils": "^8.32.1",
"ajv": "^8.17.1",
"papaparse": "^5.5.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"tabulator-tables": "^6.3.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
@@ -31,7 +36,13 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"rules": {
"semi": [
"error",
"always"
]
}
},
"browserslist": {
"production": [
@@ -44,5 +55,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/tabulator-tables": "^6.2.6",
"eslint": "^8.57.1"
}
}