Skip to content

Commit

Permalink
Merge: 토익 문제 업로드 적용 (#36)
Browse files Browse the repository at this point in the history
Close #18
  • Loading branch information
Zamoca42 authored Feb 11, 2024
2 parents 7bd3f16 + b2bf4a9 commit ebb8278
Show file tree
Hide file tree
Showing 41 changed files with 25,002 additions and 15,449 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,9 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,node
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,node

# Backend Ignore

backend/static
backend/generated
8 changes: 6 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.1.14",
"@scalar/nestjs-api-reference": "^0.1.28",
"@prisma/client": "^5.9.1",
"@supabase/supabase-js": "^2.39.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand All @@ -38,14 +39,16 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
"winston-daily-rotate-file": "^4.7.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/multer": "^1.4.11",
"@types/node": "^20.3.1",
"@types/passport-jwt": "^4.0.0",
"@types/supertest": "^2.0.12",
Expand All @@ -56,6 +59,7 @@
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"prisma": "^5.9.1",
"source-map-support": "^0.5.21",
"supabase": "^1.131.5",
"supertest": "^6.3.3",
Expand Down
Loading

0 comments on commit ebb8278

Please sign in to comment.