68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "jeobeardy",
|
|
"version": "1.1.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",
|
|
"keywords": [
|
|
"jeobeardy",
|
|
"quiz",
|
|
"jeopardy",
|
|
"game"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/EisiBaer/Jeobeardy/issues",
|
|
"email": "jeobeardy@proton.me"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"author": {
|
|
"name": "Manuel Eisinger"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/EisiBaer/Jeobeardy"
|
|
},
|
|
"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": "~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"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|