feature/algorithm #5

Merged
manuel merged 6 commits from feature/algorithm into main 2025-01-08 21:54:25 +01:00
3 changed files with 1551 additions and 6187 deletions
Showing only changes of commit 6f701f3b54 - Show all commits

1853
README.md

File diff suppressed because it is too large Load diff

5866
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,17 +1,18 @@
{
"dependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/node": "^22.4.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.0.11",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^5.0.4"
"cra-template": "1.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^5.0.1",
"typescript": "^5.7.2"
},
"main": "/index.js",
"homepage": ".",
"devDependencies": {
"react-scripts": "^5.0.1"
},
"name": "a-maze-r",
"description": "The A-Maze-Ing Generator!",
@ -22,6 +23,12 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",