34 lines
984 B
JSON
34 lines
984 B
JSON
{
|
|
"name": "web-cad-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend for Web CAD application",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"test": "vitest",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"rbush": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"@typescript-eslint/eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-react": "^5.0.0",
|
|
"eslint-plugin-react-hooks": "^0.5.0",
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
|
"prettier": "^3.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^2.0.0"
|
|
}
|
|
} |