Skip to content

Commit

Permalink
Merge pull request #281 from NIAEFEUP/feature/exchange
Browse files Browse the repository at this point in the history
Feature/exchange
  • Loading branch information
tomaspalma authored Dec 30, 2024
2 parents 2202a73 + fa95be2 commit 74d77fc
Show file tree
Hide file tree
Showing 71 changed files with 3,243 additions and 131 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VITE_APP_PROD=0
VITE_APP_STAGING=0
VITE_APP_RELEASE_DATE=2023-01-27
PORT=3100
VITE_APP_PLAUSIBLE_DOMAIN=
Expand Down
6 changes: 5 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- ./src:/usr/src/tts-fe/src
- ./public:/usr/src/tts-fe/public
ports:
- 3100:3100
- 3101:3100
env_file:
- .env

Expand All @@ -25,3 +25,7 @@ services:
- ./public:/usr/src/tts-fe/public
ports:
- 3100:80

networks:
default:
name: tts-docker-network
259 changes: 246 additions & 13 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
Expand All @@ -37,13 +40,15 @@
"cmdk": "^0.2.1",
"emoji-picker-react": "^4.6.4",
"html-to-image": "^1.11.11",
"js-cookie": "^3.0.5",
"lucide-react": "^0.307.0",
"node-fetch": "^3.2.8",
"plausible-tracker": "^0.3.9",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-sortablejs": "^6.1.4",
"react-spinners": "^0.14.1",
"react-toastify": "^9.1.1",
"socket.io-client": "^4.8.0",
"sortablejs": "^1.15.2",
Expand Down
Loading

0 comments on commit 74d77fc

Please sign in to comment.