Skip to content

Commit

Permalink
Merge pull request #17 from acm-uiuc/Jeongjae
Browse files Browse the repository at this point in the history
Jeongjae
  • Loading branch information
Jish2 authored Nov 17, 2023
2 parents 4573514 + 32efeb0 commit 8c4274c
Show file tree
Hide file tree
Showing 42 changed files with 2,885 additions and 2,125 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AWS_REGION = us-east-2
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.aws-sam/
venv/
__pycache__
__pycache__
.DS_Store
test.json
Empty file added build/test
Empty file.
17 changes: 17 additions & 0 deletions client/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "all",
"singleQuote": false,
"semi": true,
"importOrder": [
"^@providers/(.*)$",
"^@config/(.*)$",
"^@styles/(.*)$",
"^@components/(.*)$",
"^[./]"
],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}
108 changes: 104 additions & 4 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,28 @@
"dependencies": {
"@azure/msal-browser": "^3.1.0",
"@azure/msal-react": "^2.0.3",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"next": "13.2.3",
"pdfjs-dist": "^3.5.141",
"prettier": "^3.1.0",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-dom": "18.2.0",
"react-pdf": "^6.2.2",
"react-select": "^5.7.2",
"typescript": "4.9.5"
"react-toastify": "^9.1.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-pdf": "^6.2.0",
"autoprefixer": "^10.4.13",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-plugin-prettier": "^5.0.1",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.2.7"
"tailwindcss": "^3.2.7",
"typescript": "4.9.5"
}
}
Loading

0 comments on commit 8c4274c

Please sign in to comment.