Jeobeardy/package.json

69 lines
2.0 KiB
JSON
Raw Permalink Normal View History

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",
"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": {
"name": "Manuel Eisinger"
2023-07-10 18:18:02 +02:00
},
"repository": {
"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.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/vue-fontawesome": "3.0.6",
"@popperjs/core": "2.11.8",
"@vitejs/plugin-vue": "5.0.4",
"archetype": "github:LaurentGoderre/archetype#fix-lodash_set-vuln",
"axios": "1.6.7",
"bcryptjs": "2.4.3",
"body-parser": "1.20.2",
"bootstrap": "5.3.3",
"connect-history-api-fallback": "2.0.0",
"connect-mongodb-session": "5.0.0",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.18.2",
"express-session": "1.18.0",
"helmet": "7.1.0",
"mongoose": "8.2.0",
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
"pinia": "2.1.7",
"uuid": "9.0.1",
"vite": "5.1.4",
"vue": "3.4.20",
"vue-router": "4.3.0",
"ws": "8.16.0"
2023-07-10 18:18:02 +02:00
},
"devDependencies": {
"@rushstack/eslint-patch": "1.7.2",
"@vue/eslint-config-prettier": "9.0.0",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"prettier": "3.2.5",
"sass": "1.71.1"
2023-07-10 18:18:02 +02:00
}
}