Skip to content

Commit

Permalink
vinvoor: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Nov 19, 2024
1 parent b3d66e4 commit 5a795ef
Show file tree
Hide file tree
Showing 3 changed files with 1,464 additions and 237 deletions.
23 changes: 12 additions & 11 deletions vinvoor/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "vinvoor",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"host": "vite --host",
"build": "tsc && vite build",
"format": "prettier . --write",
"lint": "eslint . --fix",
"preview": "vite preview"
"lint": "eslint . && tsc --noEmit",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"precommit:lint": "eslint .",
"precommit:typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.13.3",
Expand All @@ -18,7 +21,7 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.22.2",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.60.6",
"@types/js-cookie": "^3.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.9",
Expand All @@ -36,18 +39,16 @@
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@types/eslint__js": "^8.42.3",
"@antfu/eslint-config": "^3.9.2",
"@eslint-react/eslint-plugin": "^1.16.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
"eslint-plugin-react-refresh": "^0.4.14",
"prettier": "3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
Expand Down
Loading

0 comments on commit 5a795ef

Please sign in to comment.