jsketcher/package.json

31 lines
744 B
JSON

{
"name": "open-engine-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"bim-fragment": "1.0.25",
"openbim-components": "1.1.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "0.152.2",
"web-ifc": "^0.0.46"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.156.0",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}