mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
Compare commits
2 Commits
2eaa8723d0
...
775d64ef9e
| Author | SHA1 | Date | |
|---|---|---|---|
| 775d64ef9e | |||
| 4a479283da |
@@ -0,0 +1 @@
|
|||||||
|
22.22.1
|
||||||
Generated
+1309
-1801
File diff suppressed because it is too large
Load Diff
+26
-26
@@ -10,34 +10,34 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mantine/core": "^7.16.0",
|
"@mantine/core": "^9.4.2",
|
||||||
"@mantine/form": "^7.16.0",
|
"@mantine/form": "^9.4.2",
|
||||||
"@mantine/hooks": "^7.16.0",
|
"@mantine/hooks": "^9.4.2",
|
||||||
"@mantine/notifications": "^7.16.2",
|
"@mantine/notifications": "^9.4.2",
|
||||||
"@tabler/icons-react": "^3.29.0",
|
"@tabler/icons-react": "^3.45.0",
|
||||||
"@tanstack/react-query": "^5.64.1",
|
"@tanstack/react-query": "^5.101.4",
|
||||||
"@tanstack/react-query-devtools": "^5.64.1",
|
"@tanstack/react-query-devtools": "^5.101.4",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.18.1",
|
||||||
"react": "^18.3.1",
|
"react": "^19.2.8",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^19.2.8",
|
||||||
"react-router": "^7.1.1",
|
"react-router": "^8.3.0"
|
||||||
"react-router-dom": "^7.1.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.17.0",
|
"@eslint/js": "^9.39.5",
|
||||||
"@tanstack/eslint-plugin-query": "^5.62.16",
|
"@tanstack/eslint-plugin-query": "^5.101.4",
|
||||||
"@types/react": "^18.3.18",
|
"@types/node": "^26.1.1",
|
||||||
"@types/react-dom": "^18.3.5",
|
"@types/react": "^19.2.17",
|
||||||
"@vitejs/plugin-react": "^4.3.4",
|
"@types/react-dom": "^19.2.3",
|
||||||
"eslint": "^9.17.0",
|
"@vitejs/plugin-react": "^6.0.4",
|
||||||
"eslint-plugin-react-hooks": "^5.0.0",
|
"eslint": "^9.39.5",
|
||||||
"eslint-plugin-react-refresh": "^0.4.16",
|
"eslint-plugin-react-hooks": "^7.1.1",
|
||||||
"globals": "^15.14.0",
|
"eslint-plugin-react-refresh": "^0.5.3",
|
||||||
"postcss": "^8.5.1",
|
"globals": "^17.7.0",
|
||||||
"postcss-preset-mantine": "^1.17.0",
|
"postcss": "^8.5.22",
|
||||||
|
"postcss-preset-mantine": "^1.18.0",
|
||||||
"postcss-simple-vars": "^7.0.1",
|
"postcss-simple-vars": "^7.0.1",
|
||||||
"typescript": "~5.6.2",
|
"typescript": "^6.0.3",
|
||||||
"typescript-eslint": "^8.18.2",
|
"typescript-eslint": "^8.65.0",
|
||||||
"vite": "^6.0.5"
|
"vite": "^8.1.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noUncheckedSideEffectImports": true,
|
"noUncheckedSideEffectImports": true,
|
||||||
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user