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.
 
 
 
 

51 lines
1.5 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": {
"develop": "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",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"glob": "^10.3.10",
"marked": "^12.0.1",
"mongoose": "^8.2.3",
"multer": "^1.4.5-lts.1",
"numeral": "^2.0.6",
"pretty-checkbox": "^3.0.3",
"pug": "^3.0.2",
"socket.io": "^4.7.5",
"striptags": "^3.2.0"
},
"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"
}
}