Move dependencies to dev dependencies

This commit is contained in:
schroda
2024-04-17 20:01:17 +02:00
parent dcc90e3e2f
commit ff508b0972
3 changed files with 264 additions and 168 deletions

View File

@@ -32,8 +32,6 @@
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@mui/x-date-pickers": "7.2.0",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-react-swc": "3.6.0",
"apollo-upload-client": "17.0.0",
"dayjs": "1.11.10",
"file-selector": "0.6.0",
@@ -54,9 +52,7 @@
"react-router-dom": "6.22.3",
"react-virtuoso": "4.7.8",
"use-long-press": "3.2.0",
"use-query-params": "2.2.1",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2"
"use-query-params": "2.2.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
@@ -71,6 +67,8 @@
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
@@ -90,6 +88,8 @@
"terser": "5.30.3",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vite": "^5.2.9",
"vite-tsconfig-paths": "^4.3.2",
"yargs": "17.7.2"
}
}