init
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"tcs": "grunt build:tsc",
|
||||
"build": "grunt build",
|
||||
"watch": "grunt watch",
|
||||
"dev": "grunt dev",
|
||||
"es": "esbuild `find src -type f -name '*.ts'` --platform=node --minify=true --watch=true --target=esnext --format=cjs --tsconfig=tsconfig.prod.json --outdir=dist",
|
||||
"copy": "grunt copy",
|
||||
"sonar": "sonar-scanner -Dproject.settings=sonar-project-dev.properties",
|
||||
@@ -32,15 +33,18 @@
|
||||
"@aws-sdk/client-ses": "^3.378.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.378.0",
|
||||
"@aws-sdk/util-format-url": "^3.357.0",
|
||||
"@azure/storage-blob": "^12.27.0",
|
||||
"axios": "^1.6.0",
|
||||
"bcrypt": "^5.1.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"chartjs-to-image": "^1.2.1",
|
||||
"compression": "^1.7.4",
|
||||
"connect-flash": "^0.1.1",
|
||||
"connect-pg-simple": "^7.0.0",
|
||||
"cookie-parser": "~1.4.4",
|
||||
"cors": "^2.8.5",
|
||||
"cron": "^2.4.0",
|
||||
"crypto-js": "^4.1.1",
|
||||
"csurf": "^1.11.0",
|
||||
"debug": "^4.3.4",
|
||||
"dotenv": "^16.3.1",
|
||||
@@ -60,13 +64,13 @@
|
||||
"moment-timezone": "^0.5.43",
|
||||
"morgan": "^1.10.0",
|
||||
"nanoid": "^3.3.6",
|
||||
"passport": "^0.5.3",
|
||||
"passport": "^0.7.0",
|
||||
"passport-google-oauth2": "^0.2.0",
|
||||
"passport-google-oauth20": "^2.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"path": "^0.12.7",
|
||||
"pg": "^8.11.1",
|
||||
"pg-native": "^3.0.1",
|
||||
"pg": "^8.14.1",
|
||||
"pg-native": "^3.3.0",
|
||||
"pug": "^3.0.2",
|
||||
"redis": "^4.6.7",
|
||||
"sanitize-html": "^2.11.0",
|
||||
@@ -87,13 +91,12 @@
|
||||
"@types/connect-flash": "^0.0.37",
|
||||
"@types/cookie-parser": "^1.4.3",
|
||||
"@types/cron": "^2.0.1",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/csurf": "^1.11.2",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/express-brute": "^1.0.2",
|
||||
"@types/express-brute-redis": "^0.0.4",
|
||||
"@types/express-rate-limit": "^6.0.0",
|
||||
"@types/express-session": "^1.17.7",
|
||||
"@types/express-validator": "^3.0.0",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/hpp": "^0.2.2",
|
||||
"@types/http-errors": "^1.8.2",
|
||||
@@ -103,15 +106,13 @@
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/morgan": "^1.9.4",
|
||||
"@types/node": "^18.17.1",
|
||||
"@types/passport": "^1.0.12",
|
||||
"@types/passport-google-oauth20": "^2.0.11",
|
||||
"@types/passport-local": "^1.0.35",
|
||||
"@types/pg": "^8.10.2",
|
||||
"@types/passport": "^1.0.17",
|
||||
"@types/passport-google-oauth20": "^2.0.16",
|
||||
"@types/passport-local": "^1.0.38",
|
||||
"@types/pg": "^8.11.11",
|
||||
"@types/pug": "^2.0.6",
|
||||
"@types/redis": "^4.0.11",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/sharp": "^0.31.1",
|
||||
"@types/socket.io": "^3.0.2",
|
||||
"@types/swagger-jsdoc": "^6.0.1",
|
||||
"@types/toobusy-js": "^0.5.2",
|
||||
"@types/uglify-js": "^3.17.1",
|
||||
@@ -126,7 +127,6 @@
|
||||
"eslint-plugin-security": "^1.7.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"grunt": "^1.6.1",
|
||||
"grunt-cli": "^1.4.3",
|
||||
"grunt-contrib-clean": "^2.0.1",
|
||||
"grunt-contrib-compress": "^2.0.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user