55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:engenharia && npm run test:sistema",
|
|
"test:all": "vitest run",
|
|
"test:engenharia": "vitest run audit-simulations blessmann internal-pressure interp line-loads nbr-tables neighborhood reynolds wind-kernel",
|
|
"test:sistema": "vitest run canvas-capture export-ftool i18n import-project refactoring svg-colors three-d-components",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.19",
|
|
"@radix-ui/react-select": "^2.3.2",
|
|
"@radix-ui/react-separator": "^1.1.11",
|
|
"@radix-ui/react-slider": "^1.4.2",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@react-pdf/renderer": "^4.5.1",
|
|
"@react-three/drei": "^10.7.7",
|
|
"@react-three/fiber": "^9.6.1",
|
|
"@rolldown/binding-linux-x64-gnu": "^1.1.4",
|
|
"@types/three": "^0.185.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.23.0",
|
|
"radix-ui": "^1.6.1",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-router-dom": "^7.18.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"three": "^0.185.1",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.3.2",
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"jsdom": "^29.1.1",
|
|
"oxlint": "^1.71.0",
|
|
"tailwindcss": "^4.3.2",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1",
|
|
"vitest": "^4.1.10"
|
|
}
|
|
}
|