mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
108 lines
3.6 KiB
JSON
Executable File
108 lines
3.6 KiB
JSON
Executable File
{
|
|
"name": "oneuptime-backend",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@sentry/node": "^6.16.1",
|
|
"@sentry/tracing": "^6.16.1",
|
|
"airtable": "^0.11.1",
|
|
"async-mutex": "^0.3.2",
|
|
"axios": "^0.24.0",
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "^1.19.1",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"crypto-js": "^4.1.1",
|
|
"custom-env": "^2.0.1",
|
|
"date-fns": "^2.28.0",
|
|
"dompurify": "^2.3.4",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.2",
|
|
"express-rate-limit": "^6.1.0",
|
|
"express-request-id": "^1.4.1",
|
|
"fyipe-acme-http-01": "^3.0.14166",
|
|
"fyipe-gl-manager": "^3.0.14220",
|
|
"fyipe-le-store": "^3.0.14166",
|
|
"geoip-lite": "^1.4.3",
|
|
"greenlock": "^4.0.4",
|
|
"gridfs-stream": "^1.1.1",
|
|
"ipaddr.js": "^2.0.1",
|
|
"iplocation": "^7.2.0",
|
|
"js-base64": "^3.7.2",
|
|
"jsdom": "^19.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jstoxml": "^2.2.7",
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.1",
|
|
"moment-timezone": "^0.5.34",
|
|
"mongoose": "^6.1.6",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.4",
|
|
"multer-gridfs-storage": "^5.0.2",
|
|
"nanoid": "^3.1.32",
|
|
"newrelic": "^8.7.0",
|
|
"node-cron": "^3.0.0",
|
|
"node-device-detector": "^1.4.3",
|
|
"node-html-parser": "^5.2.0",
|
|
"nodemailer": "^6.7.2",
|
|
"nodemailer-express-handlebars": "^4.0.0",
|
|
"oneuptime-acme-http-01": "^3.0.14645",
|
|
"oneuptime-gl-manager": "^3.0.14645",
|
|
"oneuptime-le-store": "^3.0.14645",
|
|
"otplib": "^12.0.1",
|
|
"p-iteration": "^1.1.8",
|
|
"psl": "^1.8.0",
|
|
"query-string": "^7.1.0",
|
|
"rand-token": "^1.0.1",
|
|
"rate-limit-redis": "^2.1.0",
|
|
"redis": "^4.0.2",
|
|
"request": "^2.88.2",
|
|
"saml2-js": "^3.0.1",
|
|
"slugify": "^1.6.5",
|
|
"socket.io": "^4.4.1",
|
|
"socket.io-redis": "^6.1.1",
|
|
"speakeasy": "^2.0.0",
|
|
"stripe": "^8.197.0",
|
|
"twilio": "^3.73.0",
|
|
"urldecode": "^1.0.1",
|
|
"uuid": "^8.3.2",
|
|
"valid-url": "^1.0.9",
|
|
"vm2": "^3.9.5",
|
|
"web-push": "^3.4.5",
|
|
"winston": "^3.4.0",
|
|
"winston-logstash-transport": "^2.0.0",
|
|
"winston-slack-webhook-transport": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node --max-old-space-size=14336 server.js",
|
|
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 server.js --ignore greenlock.d/* -- --staging",
|
|
"test": "cross-env NODE_ENV=development nyc --reporter=lcov --reporter=text mocha --exit test/index.js",
|
|
"enterprise-test": "cross-env NODE_ENV=development IS_TESTING=true nyc --reporter=lcov --reporter=text mocha --exit test/enterprise.js",
|
|
"audit": "npm audit --audit-level=low",
|
|
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
|
"dep-check": "depcheck ./ --skip-missing=true --ignores='ejs,fyipe-acme-http-01,fyipe-gl-manager,fyipe-le-store'"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"chai-http": "^4.3.0",
|
|
"chai-subset": "^1.6.0",
|
|
"depcheck": "^1.4.3",
|
|
"mocha": "^9.1.3",
|
|
"nodemon": "^2.0.15",
|
|
"npm-force-resolutions": "0.0.10",
|
|
"nyc": "^15.1.0",
|
|
"sinon": "^12.0.1"
|
|
},
|
|
"resolutions": {
|
|
"xml-crypto": "2.0.0"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"greenlock.d/*",
|
|
"container_security_dir/*",
|
|
"application_security_dir/*"
|
|
]
|
|
}
|
|
}
|