feat: update frontend package.json with correct dependencies

This commit is contained in:
2026-06-22 00:04:36 +00:00
parent c3263531f9
commit d9437df260
+8 -8
View File
@@ -1,16 +1,14 @@
{
"name": "web-cad-frontend",
"private": true,
"version": "0.0.1",
"type": "module",
"version": "1.0.0",
"description": "Frontend for Web CAD application",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview:test": "playwright test"
"format": "prettier --write ."
},
"dependencies": {
"react": "^19.0.0",
@@ -21,10 +19,12 @@
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.0",
"eslint-plugin-react-refresh": "^0.5.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vitest": "^2.0.0"