Skip to content

Commit

Permalink
Initial FE Refactoring (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu authored Jan 4, 2025
2 parents c0da291 + dbaf14d commit 52f57da
Show file tree
Hide file tree
Showing 90 changed files with 4,366 additions and 3,277 deletions.
44 changes: 23 additions & 21 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,42 @@
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@mysten/sui": "^1.17.0",
"@mysten/sui": "^1.18.0",
"@suiet/wallet-kit": "^0.3.3",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-router": "^1.95.0",
"@tanstack/react-table": "^8.20.6",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17",
"framer-motion": "^11.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.1"
"react-icons": "^5.4.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.17.0",
"@tanstack/router-devtools": "^1.95.0",
"@tanstack/router-plugin": "^1.95.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "2.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.3",
"typescript-eslint": "^8.19.0",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 52f57da

Please sign in to comment.