2023-07-10 18:18:02 +02:00
{
"name" : "jeobeardy" ,
2026-04-17 23:55:02 +02:00
"version" : "1.1.0" ,
2023-07-10 18:18:02 +02:00
"description" : "Jeobeardy (/dʒebeərdi/) is similiar to but not quite like Jeopardy. It is a quiz game where you can create your own boards with categories and then make your friends compete in a fun and interactive way" ,
2023-08-05 22:20:44 +02:00
"keywords" : [
"jeobeardy" ,
"quiz" ,
"jeopardy" ,
"game"
] ,
2023-07-10 18:18:02 +02:00
"bugs" : {
"url" : "https://github.com/EisiBaer/Jeobeardy/issues" ,
"email" : "jeobeardy@proton.me"
} ,
"license" : "GPL-3.0-or-later" ,
"author" : {
2023-08-05 22:20:44 +02:00
"name" : "Manuel Eisinger"
2023-07-10 18:18:02 +02:00
} ,
"repository" : {
2023-08-05 22:20:44 +02:00
"type" : "git" ,
"url" : "https://github.com/EisiBaer/Jeobeardy"
2023-07-10 18:18:02 +02:00
} ,
"private" : true ,
"scripts" : {
"start" : "npm run build && node ./src/server/server.js" ,
"dev" : "vite dev --mode development" ,
"build" : "vite build" ,
"preview" : "vite preview" ,
"lint" : "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
} ,
"dependencies" : {
2026-04-17 23:55:02 +02:00
"@fortawesome/fontawesome-svg-core" : "~7.2.0" ,
"@fortawesome/free-regular-svg-icons" : "~7.2.0" ,
"@fortawesome/free-solid-svg-icons" : "~7.2.0" ,
"@fortawesome/vue-fontawesome" : "~3.1.3" ,
"@popperjs/core" : "~2.11.8" ,
"axios" : "~1.15.0" ,
"bcryptjs" : "~3.0.3" ,
"body-parser" : "~2.2.2" ,
"bootstrap" : "~5.3.8" ,
"connect-history-api-fallback" : "~2.0.0" ,
"connect-mongodb-session" : "~5.0.0" ,
"cors" : "~2.8.6" ,
"dotenv" : "~17.4.2" ,
"express" : "~5.2.1" ,
"express-session" : "~1.19.0" ,
"helmet" : "~8.1.0" ,
"mongoose" : "~9.4.1" ,
"morgan" : "~1.10.1" ,
"multer" : "~2.1.1" ,
"pinia" : "~3.0.4" ,
"uuid" : "~13.0.0" ,
"vite" : "~8.0.8" ,
"vue" : "~3.5.32" ,
"vue-router" : "~5.0.4" ,
"ws" : "~8.20.0"
2023-07-10 18:18:02 +02:00
} ,
"devDependencies" : {
2026-04-17 23:55:02 +02:00
"@rushstack/eslint-patch" : "~1.16.1" ,
"@vitejs/plugin-vue" : "~6.0.5" ,
"@vue/eslint-config-prettier" : "~10.2.0" ,
"eslint" : "~10.2.0" ,
"eslint-plugin-vue" : "~10.8.0" ,
"prettier" : "~3.8.2" ,
"sass" : "~1.99.0"
2023-07-10 18:18:02 +02:00
}
}