Update package.json

This commit is contained in:
Kar
2025-02-14 13:53:01 +00:00
parent fe9499cab6
commit c165c811a9

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"start": "vite preview"
},
"dependencies": {
"react": "^18.3.1",