This commit is contained in:
Manuel Friedli 2024-12-24 04:12:42 +01:00
parent 2c72e5e0c8
commit 6f701f3b54
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
3 changed files with 1551 additions and 6187 deletions

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%",