Update
This commit is contained in:
parent
2c72e5e0c8
commit
6f701f3b54
3 changed files with 1551 additions and 6187 deletions
5866
package-lock.json
generated
5866
package-lock.json
generated
File diff suppressed because it is too large
Load diff
19
package.json
19
package.json
|
@ -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%",
|
||||
|
|
Loading…
Reference in a new issue