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.
76 lines
2.3 KiB
76 lines
2.3 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",
|
|
"diacritics": "^1.3.0",
|
|
"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",
|
|
"marked": "^12.0.1",
|
|
"mediasoup": "^3.13.24",
|
|
"moment": "^2.30.1",
|
|
"mongoose": "^8.2.4",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemailer": "^6.9.13",
|
|
"numeral": "^2.0.6",
|
|
"passport": "^0.7.0",
|
|
"passport-local": "^1.0.0",
|
|
"pretty-checkbox": "^3.0.3",
|
|
"pug": "^3.0.2",
|
|
"rotating-file-stream": "^3.2.1",
|
|
"shoetest": "^1.2.2",
|
|
"slug": "^9.0.0",
|
|
"socket.io": "^4.7.5",
|
|
"striptags": "^3.2.0",
|
|
"unzalgo": "^3.0.0",
|
|
"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"
|
|
}
|
|
}
|
|
|