chore: Update package.json dependencies for CommonProject

This commit is contained in:
Simon Larsen 2024-07-25 07:42:45 -06:00
parent 07973e85a3
commit 8ef66650fb
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
37 changed files with 256 additions and 286 deletions

View File

@ -54,6 +54,19 @@ jobs:
- run: cd Model && npm install
- run: cd CommonServer && npm install && npm run compile && npm run dep-check
compile-common-project:
runs-on: ubuntu-latest
env:
CI_PIPELINE_ID: ${{github.run_number}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonProject && npm install && npm run compile && npm run dep-check
compile-common-ui:
runs-on: ubuntu-latest
env:

View File

@ -9,7 +9,6 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",
@ -42,12 +41,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.116.6",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -79,25 +78,28 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ioredis": "^5.3.2",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.0",
"markdown-it": "^13.0.1",
"marked": "^12.0.2",
"Model": "file:../Model",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"pg": "^8.7.3",
"redis-semaphore": "^5.5.1",
"socket.io": "^4.7.4",
"stripe": "^10.17.0",
"twilio": "^4.22.0",
@ -113,7 +115,6 @@
"@types/jest": "^27.4.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.22",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
@ -127,43 +128,46 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.6",
"@monaco-editor/react": "^4.4.6",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/context-zone": "^1.22.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.49.1",
"@opentelemetry/instrumentation": "^0.49.1",
"@opentelemetry/instrumentation-fetch": "^0.49.1",
"@opentelemetry/instrumentation-xml-http-request": "^0.49.1",
"@opentelemetry/resources": "^1.21.0",
"@opentelemetry/sdk-trace-web": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/instrumentation-fetch": "^0.52.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.52.1",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.2.9",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"Model": "file:../Model",
"moment-timezone": "^0.5.45",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.11.2",
"react-big-calendar": "^1.13.0",
"react-color": "^2.19.3",
"react-dom": "^18.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.2",
"react-error-boundary": "^4.0.13",
"react-highlight": "^0.15.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.1",
"react-select": "^5.4.0",
"react-spinners": "^0.13.6",
"react-syntax-highlighter": "^15.5.0",
"react-toggle": "^4.1.3",
"reactflow": "^11.10.4",
"reactflow": "^11.11.1",
"remark-gfm": "^3.0.1",
"socket.io-client": "^4.7.5",
"tippy.js": "^6.3.7",
@ -196,7 +200,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -27,7 +27,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",

View File

@ -9,7 +9,6 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",
@ -42,12 +41,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.130.1",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -79,14 +78,16 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
@ -127,41 +128,44 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.6",
"@monaco-editor/react": "^4.4.6",
"@nivo/core": "^0.86.0",
"@nivo/line": "^0.86.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/context-zone": "^1.23.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/instrumentation-fetch": "^0.51.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.51.0",
"@opentelemetry/resources": "^1.23.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/instrumentation-fetch": "^0.52.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.52.1",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"Model": "file:../Model",
"moment-timezone": "^0.5.45",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.11.2",
"react-big-calendar": "^1.13.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.2",
"react-error-boundary": "^4.0.13",
"react-highlight": "^0.15.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.1",
"react-select": "^5.4.0",
"react-spinners": "^0.13.6",
"react-syntax-highlighter": "^15.5.0",
"react-toggle": "^4.1.3",
"reactflow": "^11.11.1",
"remark-gfm": "^3.0.1",
@ -196,7 +200,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -4,7 +4,7 @@
"private": false,
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",

11
App/package-lock.json generated
View File

@ -11,7 +11,6 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.9",
"handlebars": "^4.7.8",
@ -41,12 +40,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.129.0",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -78,14 +77,16 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
@ -113,7 +114,6 @@
"@types/jest": "^27.4.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.22",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
@ -128,7 +128,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -18,7 +18,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.9",
"handlebars": "^4.7.8",

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@ -53,7 +53,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -27,8 +27,8 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -4666,7 +4666,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@ -4683,7 +4683,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -32,7 +32,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -45,7 +45,7 @@
"jsonwebtoken": "^9.0.0",
"marked": "^12.0.2",
"Model": "file:../Model",
"CommonProject": "file:../CommonProject",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"pg": "^8.7.3",

View File

@ -26,8 +26,8 @@
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
@ -4670,7 +4670,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"Model": "file:../Model"
},
"devDependencies": {
@ -8588,7 +8588,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -31,8 +31,8 @@
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"dotenv": "^16.4.5",
"Model": "file:../Model",
@ -4636,7 +4636,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -14174,7 +14174,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"dotenv": "^16.4.5",
"Model": "file:../Model",

View File

@ -11,7 +11,6 @@
"@stripe/react-stripe-js": "^1.15.0",
"@stripe/stripe-js": "^1.44.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",
@ -48,12 +47,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.130.0",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -4647,14 +4646,16 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
@ -14179,41 +14180,44 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.6",
"@monaco-editor/react": "^4.4.6",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/context-zone": "^1.23.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.0",
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/instrumentation-fetch": "^0.51.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.51.0",
"@opentelemetry/resources": "^1.23.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/instrumentation-fetch": "^0.52.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.52.1",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"Model": "file:../Model",
"moment-timezone": "^0.5.45",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.11.2",
"react-big-calendar": "^1.13.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.2",
"react-error-boundary": "^4.0.13",
"react-highlight": "^0.15.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.1",
"react-select": "^5.4.0",
"react-spinners": "^0.13.6",
"react-syntax-highlighter": "^15.5.0",
"react-toggle": "^4.1.3",
"reactflow": "^11.11.1",
"remark-gfm": "^3.0.1",
@ -22861,7 +22865,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -31,7 +31,7 @@
"@stripe/react-stripe-js": "^1.15.0",
"@stripe/stripe-js": "^1.44.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"dotenv": "^16.4.5",

3
E2E/package-lock.json generated
View File

@ -12,7 +12,6 @@
"dependencies": {
"@playwright/test": "^1.43.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"playwright": "^1.43.1",
"typescript": "^5.4.5"
},
@ -32,7 +31,7 @@
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.133.0",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",

View File

@ -20,7 +20,7 @@
"dependencies": {
"@playwright/test": "^1.43.1",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"playwright": "^1.43.1",
"typescript": "^5.4.5"
}

View File

@ -10,7 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@ -26,21 +25,21 @@
}
},
"../Common": {
"name": "common",
"name": "@oneuptime/common",
"version": "1.0.0",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.2",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.29.2",
"moment-timezone": "^0.5.40",
"posthog-js": "^1.77.0",
"reflect-metadata": "^0.1.13",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.6",
"typeorm": "^0.3.20",
"uuid": "^8.3.2"
},
"devDependencies": {
@ -52,41 +51,50 @@
}
},
"../CommonServer": {
"name": "common-server",
"name": "@oneuptime/common-server",
"version": "1.0.0",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"@clickhouse/client": "^0.2.1",
"@elastic/elasticsearch": "^8.1.0",
"@clickhouse/client": "^0.2.10",
"@elastic/elasticsearch": "^8.12.1",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.1",
"@opentelemetry/sdk-node": "^0.45.1",
"@socket.io/redis-adapter": "^8.2.1",
"@opentelemetry/api-logs": "^0.49.1",
"@opentelemetry/auto-instrumentations-node": "^0.43.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.49.1",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.49.1",
"@opentelemetry/exporter-trace-otlp-proto": "^0.49.1",
"@opentelemetry/id-generator-aws-xray": "^1.2.1",
"@opentelemetry/sdk-logs": "^0.49.1",
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^4.17.3",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ioredis": "^5.3.2",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.0",
"markdown-it": "^13.0.1",
"marked": "^12.0.2",
"Model": "file:../Model",
"nodemailer": "^6.7.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"pg": "^8.7.3",
"socket.io": "^4.7.2",
"redis-semaphore": "^5.5.1",
"socket.io": "^4.7.4",
"stripe": "^10.17.0",
"twilio": "^4.19.3",
"typeorm": "^0.3.10",
"typeorm-extension": "^2.2.13",
"vm2": "^3.9.14",
"winston": "^3.6.0"
"twilio": "^4.22.0",
"typeorm": "^0.3.20",
"typeorm-extension": "^2.2.13"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
@ -97,8 +105,8 @@
"@types/jest": "^27.4.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.22",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
"jest": "^27.5.1",
"jest-mock-extended": "^3.0.5",
@ -106,13 +114,12 @@
}
},
"../Model": {
"name": "model",
"name": "@oneuptime/model",
"version": "1.0.0",
"license": "ISC",
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.17"
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/jest": "^27.4.1",

View File

@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},
@ -70,7 +70,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -116,7 +116,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ts-node": "^10.9.1"
},

View File

@ -10,7 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {
@ -27,12 +26,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.116.6",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -6068,13 +6067,13 @@
"@types/jest": "^27.5.2",
"@types/node": "^17.0.22",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"jest": "^27.5.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.116.6",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"ts-jest": "^27.1.4",

View File

@ -12,7 +12,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -10,7 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"Model": "file:../Model",
"ts-node": "^10.9.1"
@ -26,12 +25,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.131.4",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -68,7 +67,7 @@
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -114,7 +113,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"Model": "file:../Model",
"ts-node": "^10.9.1"

View File

@ -12,7 +12,6 @@
"@types/ping": "^0.4.4",
"axios": "^1.7.2",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@ -35,12 +34,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.130.0",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -72,14 +71,16 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
@ -91,7 +92,6 @@
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"pg": "^8.7.3",
"playwright": "^1.44.0",
"redis-semaphore": "^5.5.1",
"socket.io": "^4.7.4",
"stripe": "^10.17.0",
@ -122,7 +122,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -20,7 +20,7 @@
"@types/ping": "^0.4.4",
"axios": "^1.7.2",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@ -72,7 +72,7 @@
"axios": "^1.3.3",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
@ -114,7 +114,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.7"
},
"devDependencies": {
@ -5702,7 +5702,7 @@
"axios": "^1.3.3",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
@ -7030,7 +7030,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.22",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typeorm": "^0.3.7"

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@ -9,7 +9,6 @@
"version": "0.1.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",
@ -44,12 +43,12 @@
"dependencies": {
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.116.6",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.20",
@ -4647,21 +4646,23 @@
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ioredis": "^5.3.2",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.0",
"markdown-it": "^13.0.1",
"marked": "^12.0.2",
"Model": "file:../Model",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
@ -4682,7 +4683,6 @@
"@types/jest": "^27.4.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.22",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
@ -7259,25 +7259,6 @@
"@types/koa": "*"
}
},
"../CommonServer/node_modules/@types/linkify-it": {
"version": "3.0.5",
"dev": true,
"license": "MIT"
},
"../CommonServer/node_modules/@types/markdown-it": {
"version": "12.2.3",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/linkify-it": "*",
"@types/mdurl": "*"
}
},
"../CommonServer/node_modules/@types/mdurl": {
"version": "1.0.5",
"dev": true,
"license": "MIT"
},
"../CommonServer/node_modules/@types/memcached": {
"version": "2.2.10",
"license": "MIT",
@ -8422,16 +8403,6 @@
}
}
},
"../CommonServer/node_modules/entities": {
"version": "3.0.1",
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"../CommonServer/node_modules/error-ex": {
"version": "1.3.2",
"dev": true,
@ -10255,13 +10226,6 @@
"dev": true,
"license": "MIT"
},
"../CommonServer/node_modules/linkify-it": {
"version": "4.0.1",
"license": "MIT",
"dependencies": {
"uc.micro": "^1.0.1"
}
},
"../CommonServer/node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
@ -10427,28 +10391,6 @@
"tmpl": "1.0.5"
}
},
"../CommonServer/node_modules/markdown-it": {
"version": "13.0.2",
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1",
"entities": "~3.0.1",
"linkify-it": "^4.0.1",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"
},
"bin": {
"markdown-it": "bin/markdown-it.js"
}
},
"../CommonServer/node_modules/markdown-it/node_modules/argparse": {
"version": "2.0.1",
"license": "Python-2.0"
},
"../CommonServer/node_modules/mdurl": {
"version": "1.0.1",
"license": "MIT"
},
"../CommonServer/node_modules/media-typer": {
"version": "0.3.0",
"license": "MIT",
@ -12206,10 +12148,6 @@
"node": ">=4.2.0"
}
},
"../CommonServer/node_modules/uc.micro": {
"version": "1.0.6",
"license": "MIT"
},
"../CommonServer/node_modules/undici": {
"version": "5.28.2",
"license": "MIT",
@ -12529,41 +12467,44 @@
"version": "1.0.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.1",
"@babel/runtime": "^7.24.6",
"@monaco-editor/react": "^4.4.6",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/context-zone": "^1.23.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.49.1",
"@opentelemetry/instrumentation": "^0.49.1",
"@opentelemetry/instrumentation-fetch": "^0.50.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.49.1",
"@opentelemetry/resources": "^1.23.0",
"@opentelemetry/sdk-trace-web": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^1.25.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.52.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/instrumentation-fetch": "^0.52.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.52.1",
"@opentelemetry/resources": "^1.25.0",
"@opentelemetry/sdk-trace-web": "^1.23.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@tippyjs/react": "^4.2.6",
"@types/react-highlight": "^0.12.8",
"@types/react-syntax-highlighter": "^15.5.13",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"formik": "^2.2.9",
"CommonProject": "file:../CommonProject",
"formik": "^2.4.6",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"Model": "file:../Model",
"moment-timezone": "^0.5.45",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.11.2",
"react-big-calendar": "^1.13.0",
"react-color": "^2.19.3",
"react-dom": "^18.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.2",
"react-error-boundary": "^4.0.13",
"react-highlight": "^0.15.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.23.1",
"react-select": "^5.4.0",
"react-spinners": "^0.13.6",
"react-syntax-highlighter": "^15.5.0",
"react-toggle": "^4.1.3",
"reactflow": "^11.11.1",
"remark-gfm": "^3.0.1",
@ -20339,7 +20280,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.20"
},
"devDependencies": {

View File

@ -28,7 +28,7 @@
},
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.11.0",

View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",
@ -66,7 +66,7 @@
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
@ -111,7 +111,7 @@
"license": "ISC",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"typeorm": "^0.3.17"
},
"devDependencies": {

View File

@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"Model": "file:../Model",

View File

@ -10,7 +10,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"
@ -24,21 +23,21 @@
}
},
"../Common": {
"name": "common",
"name": "@oneuptime/common",
"version": "1.0.0",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "^4.2.2",
"@types/uuid": "^8.3.4",
"axios": "^1.6.2",
"axios": "^1.7.2",
"crypto-js": "^4.1.1",
"json5": "^2.2.3",
"moment": "^2.29.2",
"moment-timezone": "^0.5.40",
"posthog-js": "^1.77.0",
"reflect-metadata": "^0.1.13",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"posthog-js": "^1.139.6",
"reflect-metadata": "^0.2.2",
"slugify": "^1.6.5",
"typeorm": "^0.3.6",
"typeorm": "^0.3.20",
"uuid": "^8.3.2"
},
"devDependencies": {
@ -50,41 +49,50 @@
}
},
"../CommonServer": {
"name": "common-server",
"name": "@oneuptime/common-server",
"version": "1.0.0",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"@clickhouse/client": "^0.2.1",
"@elastic/elasticsearch": "^8.1.0",
"@clickhouse/client": "^0.2.10",
"@elastic/elasticsearch": "^8.12.1",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/auto-instrumentations-node": "^0.40.1",
"@opentelemetry/sdk-node": "^0.45.1",
"@socket.io/redis-adapter": "^8.2.1",
"@opentelemetry/api-logs": "^0.49.1",
"@opentelemetry/auto-instrumentations-node": "^0.43.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.49.1",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.49.1",
"@opentelemetry/exporter-trace-otlp-proto": "^0.49.1",
"@opentelemetry/id-generator-aws-xray": "^1.2.1",
"@opentelemetry/sdk-logs": "^0.49.1",
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-node": "^0.48.0",
"@opentelemetry/sdk-trace-node": "^1.21.0",
"@types/crypto-js": "^4.2.2",
"acme-client": "^5.3.0",
"airtable": "^0.12.2",
"axios": "^1.6.2",
"bullmq": "^3.6.6",
"bullmq": "^5.3.3",
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonProject": "file:../CommonProject",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron-parser": "^4.8.1",
"dotenv": "^16.0.0",
"ejs": "^3.1.8",
"express": "^4.17.3",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.4",
"ejs": "^3.1.10",
"express": "^4.19.2",
"ioredis": "^5.3.2",
"json2csv": "^5.0.7",
"jsonwebtoken": "^9.0.0",
"markdown-it": "^13.0.1",
"marked": "^12.0.2",
"Model": "file:../Model",
"nodemailer": "^6.7.3",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.10",
"pg": "^8.7.3",
"socket.io": "^4.7.2",
"redis-semaphore": "^5.5.1",
"socket.io": "^4.7.4",
"stripe": "^10.17.0",
"twilio": "^4.19.3",
"typeorm": "^0.3.10",
"typeorm-extension": "^2.2.13",
"vm2": "^3.9.14",
"winston": "^3.6.0"
"twilio": "^4.22.0",
"typeorm": "^0.3.20",
"typeorm-extension": "^2.2.13"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
@ -95,8 +103,8 @@
"@types/jest": "^27.4.1",
"@types/json2csv": "^5.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.22",
"@types/node-cron": "^3.0.7",
"@types/nodemailer": "^6.4.7",
"jest": "^27.5.1",
"jest-mock-extended": "^3.0.5",

View File

@ -17,7 +17,6 @@
"license": "Apache-2.0",
"dependencies": {
"Common": "file:../Common",
"CommonProject": "file:../CommonProject",
"CommonServer": "file:../CommonServer",
"ejs": "^3.1.10",
"ts-node": "^10.9.1"