Files
web-cad/frontend/package.json
T

32 lines
900 B
JSON
Raw Normal View History

{
2026-06-21 20:31:01 +00:00
"name": "web-cad-frontend",
"version": "1.0.0",
"description": "Frontend for Web CAD application",
"main": "index.js",
"scripts": {
"dev": "vite",
2026-06-21 20:31:01 +00:00
"build": "tsc && vite build",
"test": "vitest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ."
},
"dependencies": {
2026-06-21 20:31:01 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
2026-06-21 20:31:01 +00:00
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^5.0.0",
2026-06-21 20:31:01 +00:00
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
2026-06-21 20:31:01 +00:00
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.5.0",
"prettier": "^3.0.0",
2026-06-21 20:31:01 +00:00
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vitest": "^2.0.0"
}
2026-06-21 20:31:01 +00:00
}