Skip to content

Commit

Permalink
feat: outline support !!!
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaabamboo committed Jan 8, 2024
1 parent 8a1947b commit 70990cb
Show file tree
Hide file tree
Showing 16 changed files with 4,228 additions and 864 deletions.
79 changes: 42 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,84 +32,89 @@
"@discordjs/voice": "^0.16.1",
"@fastify/nextjs": "^10.0.1",
"@fastify/static": "^6.12.0",
"@ffmpeg/core": "^0.12.4",
"@ffmpeg/ffmpeg": "^0.12.7",
"@line/bot-sdk": "^8.0.2",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@line/bot-sdk": "^8.2.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.2.10",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/platform-fastify": "^10.2.10",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/platform-fastify": "^10.3.0",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.1.16",
"@nestjs/throttler": "^5.0.1",
"@nestjs/swagger": "^7.1.17",
"@nestjs/throttler": "^5.1.1",
"@nestjs/typeorm": "^10.0.1",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.99",
"axios": "^1.6.2",
"@swc/core": "^1.3.102",
"axios": "^1.6.5",
"canvas": "^2.11.2",
"discord-api-types": "^0.37.64",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"fast-xml-parser": "^4.3.2",
"fastify": "^4.24.3",
"fastify": "^4.25.2",
"fb": "^2.0.0",
"gaxios": "^6.1.1",
"he": "^1.2.0",
"libsodium-wrappers": "^0.7.13",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-gfm": "^3.0.0",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"needle": "^3.2.0",
"moment": "^2.30.1",
"needle": "^3.3.1",
"nestjs-spelunker": "^1.3.0",
"next": "^14.0.3",
"node-ical": "^0.16.1",
"next": "^14.0.4",
"node-ical": "^0.17.1",
"openapi-client-axios": "^7.5.1",
"pg": "^8.11.3",
"promptpay-qr": "^0.5.0",
"qr-image": "^3.2.0",
"qs": "^6.11.2",
"rc-slider": "10.4.0",
"rc-slider": "10.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"rrule": "2.8.1",
"rtmp-server": "^0.2.0",
"run-script-webpack-plugin": "^0.2.0",
"rxjs": "^7.8.1",
"sqlite3": "^5.1.6",
"sqlite3": "^5.1.7",
"trello": "^0.11.0",
"typeorm": "^0.3.17",
"typeorm": "^0.3.19",
"ytdl": "^1.4.1",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.4",
"@types/node": "^20.10.7",
"@types/qr-image": "^3.2.9",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"start-server-webpack-plugin": "^2.2.5",
"supertest": "^6.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"webpack-node-externals": "^3.0.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 70990cb

Please sign in to comment.