Skip to content

Commit 95d401b

Browse files
feat: ui components, tanstack query setup (#118)
* feat: banner and tag component * fix: tag variant prop * feat: add dropdown table * feat: add data table * feat: add card component * feat: add error tag * feat: install xstate react * fix: remove root package json * feat: install tanstack and xstate react * feat: setup axios and tanstack query client * feat: remove banner token text * fix: frontend lint --------- Co-authored-by: David Lu <151972620+ludavidca@users.noreply.github.com>
1 parent 3dc7b01 commit 95d401b

24 files changed

Lines changed: 1027 additions & 40 deletions

frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"dependencies": {
1515
"@radix-ui/react-select": "^2.2.6",
1616
"@react-email/tailwind": "^2.0.6",
17+
"@tanstack/react-query": "^5.96.2",
18+
"@tanstack/react-query-devtools": "^5.96.2",
19+
"@xstate/react": "^6.1.0",
1720
"axios": "^1.13.6",
1821
"class-variance-authority": "^0.7.1",
1922
"clsx": "^2.1.1",
@@ -22,7 +25,8 @@
2225
"react": "^19.2.0",
2326
"react-dom": "^19.2.0",
2427
"react-router-dom": "^7.12.0",
25-
"tailwind-merge": "^3.5.0"
28+
"tailwind-merge": "^3.5.0",
29+
"xstate": "^5.30.0"
2630
},
2731
"devDependencies": {
2832
"@eslint/js": "^9.39.1",

0 commit comments

Comments
 (0)