Colubrina/backend/package.json

51 lines
1.2 KiB
JSON

{
"name": "colubrina-backend",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"start": "node .",
"serve": "nodemon"
},
"dependencies": {
"argon2": "^0.28.7",
"axios": "^0.27.2",
"clean-css": "^4.1.11",
"constantinople": "3.1.1",
"cookie-parser": "^1.4.6",
"crypto-random-string": "3.3.1",
"dayjs": "^1.11.4",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"express-rate-limit": "^6.4.0",
"file-type": "16.5.3",
"http-errors": "~1.6.3",
"input": "^1.0.1",
"jade": "~1.11.0",
"jw-paginate": "^1.0.4",
"local-cors-proxy": "^1.1.0",
"mariadb": "^3.0.1",
"multer": "^1.4.4",
"node-xwhois": "^2.0.10",
"open-graph-scraper": "^4.11.0",
"patch-package": "^6.4.7",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"semver": "^7.3.7",
"sequelize": "^6.21.3",
"sequelize-cli": "^6.4.1",
"socket.io": "^4.5.1",
"speakeasy": "^2.0.0",
"sqlite3": "^5.0.10",
"ua-parser-js": "^1.0.2",
"uglify-js": "^2.6.0",
"umzug": "^3.1.1"
},
"resolutions": {
"constantinople": "^3.1.1",
"clean-css": "^4.1.11",
"uglify-js": "^2.6.0"
}
}