63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"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",
|
|
"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": "^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",
|
|
"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",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6",
|
|
"vue3-draggable": "^2.0.9",
|
|
"ws": "^8.12.1",
|
|
"vite": "^4.0.0",
|
|
"@vitejs/plugin-vue": "^4.0.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|