Skip to content

Commit

Permalink
Add more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
walidkayhan committed Sep 10, 2024
1 parent 665a609 commit bc68495
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,36 @@
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-router": "^1.46.8",
"@vitejs/plugin-react": "^4.2.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"class-variance-authority": "^0.7.0",
"cli-color": "^2.0.4",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"express": "^4.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"sirv": "^2.0.4",
"@vitejs/plugin-react": "^4.2.1",
"styled-components": "^6.1.12"
"styled-components": "^6.1.12",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tanstack/router-devtools": "^1.46.7",
"@tanstack/router-plugin": "^1.47.0",
"@types/classnames": "^2.3.0",
"@types/cli-color": "^2.0.6",
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"@types/redux-action": "^1.2.8",
"@types/redux-batched-subscribe": "^0.1.7",
"@types/redux-logger": "^3.0.13",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"typescript": "^5.4.5",
Expand Down

0 comments on commit bc68495

Please sign in to comment.