added some stuff to help get ready for after logging in

This commit is contained in:
2026-06-23 23:21:35 -07:00
parent 9f601a982d
commit 8352025de6
15 changed files with 13407 additions and 1853 deletions
+23 -4
View File
@@ -3,6 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.10",
"@mui/icons-material": "^9.1.1",
"@mui/material": "^9.1.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
@@ -10,13 +15,15 @@
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": [
@@ -35,5 +42,17 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@babel/preset-env": "^8.0.2",
"@craco/craco": "^7.1.0",
"babel-jest": "^30.4.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.6",
"jest": "^27.5.1",
"prettier": "^3.8.4"
}
}