DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

88 lines
2.6 KiB

{
"name": "dtp-chat",
"type": "module",
"version": "0.1.0",
"description": "Next-generation realtime communications tool for the web.",
"dtpApp": {
"title": "CyberEgg 2077: Interstellar Food Fight",
"description": "In a world where memes come to life, a pineapple takes on evil and wins!"
},
"main": "dtp-chat.js",
"scripts": {
"dev": "nodemon dtp-chat.js",
"build": "NODE_ENV=production yarn webpack --config webpack.config.js"
},
"repository": "[email protected]:digital-telepresence/dtp-chat.git",
"author": "Rob Colbert",
"license": "LicenseRef-LICENSE",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/redis-emitter": "^5.1.0",
"ansicolor": "^2.0.3",
"bull": "^4.12.2",
"chart.js": "^4.4.2",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"cron": "^3.1.7",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.10",
"diacritics": "^1.3.0",
"diskusage-ng": "^1.0.4",
"disposable-email-provider-domains": "^1.0.9",
"dotenv": "^16.4.5",
"email-domain-check": "^1.1.4",
"email-validator": "^2.0.4",
"express": "^4.19.2",
"express-limiter": "^1.6.1",
"express-session": "^1.18.0",
"highlight.js": "^11.9.0",
"ioredis": "^5.3.2",
"jsdom": "^24.0.0",
"marked": "^12.0.1",
"mediasoup": "^3.13.24",
"minio": "^7.1.3",
"mongoose": "^8.3.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"numeral": "^2.0.6",
"otplib": "^12.0.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pretty-checkbox": "^3.0.3",
"pug": "^3.0.2",
"qrcode": "^1.5.3",
"rate-limiter-flexible": "^5.0.0",
"rotating-file-stream": "^3.2.1",
"sharp": "^0.33.3",
"shoetest": "^1.2.2",
"slug": "^9.0.0",
"socket.io": "^4.7.5",
"striptags": "^3.2.0",
"svg-captcha": "^1.4.0",
"systeminformation": "^5.22.7",
"unzalgo": "^3.0.0",
"user-agents": "^1.1.174",
"uuid": "^9.0.1"
},
"devDependencies": {
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.10.0",
"jshint": "^2.13.6",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.8.1",
"nodemon-webpack-plugin": "^4.8.2",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"uikit": "^3.19.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.1.1",
"webpack-stream": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0"
}
}