2020-06-27 21:23:09 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2020-07-10 20:44:01 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.29",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.13.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.1",
|
|
|
|
"@types/cors": "^2.8.6",
|
2020-06-27 21:23:09 +00:00
|
|
|
"@types/express": "^4.17.6",
|
2020-07-11 22:42:00 +00:00
|
|
|
"@types/html-to-text": "^5.1.1",
|
2020-07-10 20:44:01 +00:00
|
|
|
"@types/ioredis": "^4.17.0",
|
2020-07-16 15:43:18 +00:00
|
|
|
"@types/jest": "^26.0.4",
|
2020-06-27 21:23:09 +00:00
|
|
|
"@types/mongoose": "^5.7.28",
|
2020-07-04 21:25:25 +00:00
|
|
|
"@types/multer": "^1.4.3",
|
|
|
|
"@types/multer-s3": "^2.7.7",
|
|
|
|
"@types/mustache": "^4.0.1",
|
|
|
|
"@types/nodemailer": "^6.4.0",
|
2020-07-16 15:43:18 +00:00
|
|
|
"@types/sanitize-html": "^1.23.3",
|
2020-07-11 22:42:00 +00:00
|
|
|
"@types/twig": "^1.12.3",
|
2020-07-04 21:25:25 +00:00
|
|
|
"aws-sdk": "^2.706.0",
|
2020-06-27 21:23:09 +00:00
|
|
|
"body-parser": "^1.19.0",
|
2020-07-10 20:44:01 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"crypto-random-string": "^3.2.0",
|
2020-07-04 21:25:25 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2020-06-27 21:23:09 +00:00
|
|
|
"express": "^4.17.1",
|
2020-07-11 22:42:00 +00:00
|
|
|
"html-to-text": "^5.1.1",
|
2020-07-10 20:44:01 +00:00
|
|
|
"ioredis": "^4.17.3",
|
2020-07-16 15:43:18 +00:00
|
|
|
"jest": "^26.1.0",
|
2020-06-27 21:23:09 +00:00
|
|
|
"mongoose": "^5.9.20",
|
2020-07-04 21:25:25 +00:00
|
|
|
"multer": "^1.4.2",
|
|
|
|
"multer-s3": "^2.9.0",
|
|
|
|
"multer-s3-v2": "^2.2.1",
|
|
|
|
"mustache": "^4.0.1",
|
2020-07-10 20:44:01 +00:00
|
|
|
"nanoid": "^3.1.10",
|
2020-07-04 21:25:25 +00:00
|
|
|
"nodemailer": "^6.4.10",
|
2020-07-16 15:43:18 +00:00
|
|
|
"sanitize-html": "^1.27.1",
|
2020-07-11 22:42:00 +00:00
|
|
|
"slugify": "^1.4.4",
|
2020-07-16 15:43:18 +00:00
|
|
|
"ts-jest": "^26.1.2",
|
2020-07-11 22:42:00 +00:00
|
|
|
"twig": "^1.15.1",
|
2020-06-27 21:23:09 +00:00
|
|
|
"typescript": "^3.9.5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --verbose --detectOpenHandles",
|
|
|
|
"test-watch": "jest --verbose --watchAll",
|
|
|
|
"dev": "./node_modules/.bin/tsc --watch",
|
|
|
|
"serve": "./node_modules/.bin/nodemon dist/app.js",
|
|
|
|
"build": "./node_modules/.bin/tsc"
|
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"nodemon": "^2.0.4",
|
|
|
|
"supertest": "^4.0.2"
|
|
|
|
}
|
|
|
|
}
|