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
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "todo-kids",
|
|
"version": "1.0.0",
|
|
"description": "Eine spielerische To-Do- & Belohnungs-App für Kinder und Eltern mit verschiedenen Themes",
|
|
"main": "server.js",
|
|
"homepage": "https://github.com/DEIN-USERNAME/todo-kids",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DEIN-USERNAME/todo-kids.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/DEIN-USERNAME/todo-kids/issues"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js",
|
|
"client": "cd client && npm start",
|
|
"server": "nodemon server.js",
|
|
"build": "cd client && npm run build",
|
|
"heroku-postbuild": "cd client && npm install && npm run build"
|
|
},
|
|
"keywords": ["todo", "family", "kids", "rewards", "gamification", "react", "material-ui", "themes", "children"],
|
|
"author": "ToDo Kids Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"mongoose": "^7.5.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"express-validator": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
} |