Some checks failed
🚀 Continuous Integration / 🔧 Backend Tests (18.x) (push) Has been cancelled
🚀 Continuous Integration / 🔧 Backend Tests (20.x) (push) Has been cancelled
🚀 Continuous Integration / 🎨 Frontend Tests (18.x) (push) Has been cancelled
🚀 Continuous Integration / 🎨 Frontend Tests (20.x) (push) Has been cancelled
🚀 Continuous Integration / 🔍 Code Quality (push) Has been cancelled
🚀 Continuous Integration / 🔒 Security Checks (push) Has been cancelled
🚀 Continuous Integration / 🎨 Theme Tests (push) Has been cancelled
🚀 Continuous Integration / ♿ Accessibility Tests (push) Has been cancelled
🚀 Continuous Integration / 📱 Cross-Browser Tests (push) Has been cancelled
🚀 Continuous Integration / 🏗️ Build Tests (push) Has been cancelled
🚀 Continuous Integration / 📊 Performance Tests (push) Has been cancelled
🚀 Continuous Integration / 🎯 Integration Tests (push) Has been cancelled
🚀 Continuous Integration / ✅ All Tests Passed (push) Has been cancelled
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "todo-kids-client",
|
|
"version": "1.0.0",
|
|
"description": "React Frontend für ToDo Kids - Eine spielerische To-Do- & Belohnungs-App für Kinder",
|
|
"private": true,
|
|
"homepage": "https://github.com/DEIN-USERNAME/todo-kids",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DEIN-USERNAME/todo-kids.git"
|
|
},
|
|
"keywords": ["react", "material-ui", "todo", "kids", "themes", "family"],
|
|
"author": "ToDo Kids Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@date-io/date-fns": "^3.2.1",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.2.0",
|
|
"@mui/lab": "^7.0.0-beta.14",
|
|
"@mui/material": "^7.2.0",
|
|
"@mui/x-date-pickers": "^8.9.2",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.6.4",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^1.11.0",
|
|
"date-fns": "^4.1.0",
|
|
"firebase": "^12.0.0",
|
|
"framer-motion": "^12.23.12",
|
|
"react": "^19.1.1",
|
|
"react-confetti": "^6.4.0",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.7.1",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|