2023-07-10 18:18:02 +02:00
{
"name" : "jeobeardy" ,
"version" : "1.0.0" ,
"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" : {
"@fortawesome/fontawesome-svg-core" : "^6.3.0" ,
"@fortawesome/free-regular-svg-icons" : "^6.3.0" ,
"@fortawesome/free-solid-svg-icons" : "^6.3.0" ,
"@fortawesome/vue-fontawesome" : "^3.0.3" ,
"@popperjs/core" : "^2.11.6" ,
2023-08-05 22:20:44 +02:00
"@vitejs/plugin-vue" : "^4.0.0" ,
2023-07-10 18:18:02 +02:00
"axios" : "^1.3.3" ,
"bcryptjs" : "^2.4.3" ,
"body-parser" : "^1.20.1" ,
"bootstrap" : "^5.2.3" ,
"connect-history-api-fallback" : "^2.0.0" ,
"connect-mongodb-session" : "^3.1.1" ,
"cors" : "^2.8.5" ,
"dotenv" : "^16.3.1" ,
"express" : "^4.18.2" ,
"express-session" : "^1.17.3" ,
"helmet" : "^7.0.0" ,
"mongoose" : "^6.10.0" ,
"morgan" : "^1.10.0" ,
"multer" : "^1.4.5-lts.1" ,
"pinia" : "^2.0.28" ,
2023-08-05 22:20:44 +02:00
"uuid" : "^9.0.0" ,
"vite" : "^4.0.0" ,
2023-07-10 18:18:02 +02:00
"vue" : "^3.2.45" ,
"vue-router" : "^4.1.6" ,
2023-08-05 22:20:44 +02:00
"vuedraggable" : "^4.1.0" ,
"ws" : "^8.12.1"
2023-07-10 18:18:02 +02:00
} ,
"devDependencies" : {
"@rushstack/eslint-patch" : "^1.1.4" ,
"@vue/eslint-config-prettier" : "^7.0.0" ,
"eslint" : "^8.22.0" ,
"eslint-plugin-vue" : "^9.3.0" ,
"prettier" : "^2.7.1" ,
"sass" : "^1.58.3"
}
}