You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "digibuzzer",
|
|
"version": "0.4.2",
|
|
"homepage": "https://digibuzzer.app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/ladigitale/digibuzzer.git"
|
|
},
|
|
"author": {
|
|
"name": "Emmanuel ZIMMERT",
|
|
"email": "ez@ladigitale.dev",
|
|
"url": "https://ladigitale.dev"
|
|
},
|
|
"license": "GNU AGPLv3",
|
|
"scripts": {
|
|
"dev": "npm run server",
|
|
"prod": "npm run build && npm run server:prod",
|
|
"build": "vite build",
|
|
"server": "nodemon ./server",
|
|
"server:prod": "cross-env NODE_ENV=production node ./server"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/compiler-sfc": "^3.2.33",
|
|
"@vue/server-renderer": "^3.2.33",
|
|
"axios": "^0.27.2",
|
|
"body-parser": "^1.20.1",
|
|
"clipboard": "^2.0.11",
|
|
"connect-redis": "^6.1.3",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"dayjs": "^1.11.7",
|
|
"destyle.css": "^2.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.1",
|
|
"express-session": "^1.17.3",
|
|
"file-saver": "^2.0.5",
|
|
"fs-extra": "^11.1.0",
|
|
"helmet": "^7.0.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"node-cron": "^3.0.2",
|
|
"redis": "^3.1.2",
|
|
"sharp": "^0.31.3",
|
|
"socket.io": "^4.5.4",
|
|
"socket.io-client": "^4.5.4",
|
|
"vite": "^4.0.3",
|
|
"vite-plugin-ssr": "^0.4.126",
|
|
"vue": "^3.2.33",
|
|
"vue-i18n": "^9.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "^2.7.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^5.0.10"
|
|
}
|
|
}
|