Version 1.0.2 mit node_modules Verzeichnis

This commit is contained in:
ISA
2024-10-02 07:58:24 +02:00
parent f353a06b1b
commit 62b6e55a0a
68228 changed files with 4548477 additions and 651 deletions

View File

@@ -1,6 +1,10 @@
{
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^6.0.2",
"@reduxjs/toolkit": "^2.2.7",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"http-proxy-middleware": "^3.0.0",
@@ -15,9 +19,14 @@
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"tailwindcss": "^3.4.7"
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"tailwindcss": "^3.4.7",
"ws": "^8.18.0"
},
"scripts": {
"dev": "next dev",
@@ -25,8 +34,8 @@
"start": "next start",
"export": "next export",
"test": "jest",
"cypress": "cypress open",
"cypress:run": "cypress run"
"cypress": "cypress open",
"cypress:run": "cypress run"
},
"devDependencies": {
"@babel/core": "^7.25.2",