A web application allowing people to create an account, configure a profile, and share a list of URLs on that profile.
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.
 
 
 
 

95 lines
2.6 KiB

{
"name": "dtp-sites",
"version": "0.4.38",
"description": "bringing people together.",
"main": "dtp-libertylinks.js",
"author": "Digital Telepresence, LLC",
"license": "LicenseRef-LICENSE",
"private": true,
"scripts": {
"start": "node dtp-libertylinks.js",
"dev": "nodemon dtp-libertylinks.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@joeattardi/emoji-button": "^4.6.2",
"@socket.io/redis-adapter": "^7.1.0",
"anchorme": "^2.1.2",
"ansicolor": "^1.1.95",
"argv": "^0.0.2",
"bull": "^4.1.1",
"chart.js": "^3.6.2",
"chartjs-adapter-moment": "^1.0.0",
"compression": "^1.7.4",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.6",
"cron": "^1.8.2",
"cropperjs": "^1.5.12",
"diskusage-ng": "^1.0.2",
"disposable-email-provider-domains": "^1.0.9",
"dotenv": "^10.0.0",
"dtp-jshint-reporter": "^1.0.2",
"ein-validator": "^1.0.1",
"email-domain-check": "^1.1.4",
"email-validator": "^2.0.4",
"execa": "^6.0.0",
"express": "^4.17.1",
"express-limiter": "^1.6.1",
"express-session": "^1.17.2",
"feed": "^4.2.2",
"geoip-lite": "^1.4.2",
"glob": "^7.2.0",
"highlight.js": "^11.3.1",
"html-filter": "^4.3.2",
"ioredis": "^4.28.2",
"jsdom": "^19.0.0",
"libphonenumber-js": "^1.9.44",
"marked": "^4.0.6",
"method-override": "^3.0.0",
"minio": "^7.0.23",
"moment": "^2.29.1",
"mongoose": "^6.0.14",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"node-fetch": "2",
"nodemailer": "^6.7.2",
"numeral": "^2.0.6",
"otplib": "^12.0.1",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"qrcode": "^1.5.0",
"rate-limiter-flexible": "^2.3.6",
"rotating-file-stream": "^3.0.2",
"serve-favicon": "^2.5.0",
"sharp": "^0.29.3",
"slug": "^5.1.0",
"socket.io": "^4.4.0",
"socket.io-emitter": "^3.2.0",
"striptags": "^3.2.0",
"svg-captcha": "^1.4.0",
"systeminformation": "^5.9.16",
"tinymce": "^5.10.2",
"uikit": "^3.9.4",
"uniqid": "^5.4.0",
"url-validation": "^2.1.0",
"uuid": "^8.3.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"browser-sync": "^2.27.7",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-less": "^5.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"jshint": "^2.13.1",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.64.4",
"webpack-stream": "^7.0.0",
"workbox-webpack-plugin": "^6.4.2"
}
}