Don't link non production dependencies.

This commit is contained in:
SamTV12345 2024-03-15 21:43:47 +01:00
parent 2a8aef5f15
commit b73d1218b9

View file

@ -10,6 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
},
"devDependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.1.5",
"i18next": "^23.10.1",
@ -20,9 +22,7 @@
"react-hook-form": "^7.51.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.22.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"zustand": "^4.5.2",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",