Removed unused npm packages

-Removed unused npm packages
This commit is contained in:
izawartka 2025-08-05 00:53:33 +02:00
parent c25b62001c
commit 56561587fc
2 changed files with 260 additions and 3113 deletions

3359
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,6 @@
"private": true,
"dependencies": {
"-": "^0.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^13.5.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "^5.0.1",
@ -16,14 +12,11 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"build": "react-scripts build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"react-app"
]
},
"browserslist": {
@ -37,5 +30,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"nth-check": "$nth-check"
}
}