/ concept-collection / qhull-wasm-demo
Sign in
concept-collection / qhull-wasm-demo
qhull-wasm-demo / package.json
37 lines · 938 BBlameHistoryRaw
1{
2 "name": "qhull-wasm-demo",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@emotion/react": "^11.14.0",
14 "@emotion/styled": "^11.14.1",
15 "@mui/icons-material": "^7.3.4",
16 "@mui/material": "^7.3.4",
17 "qhull-wasm": "^0.0.1",
18 "react": "^19.1.1",
19 "react-dom": "^19.1.1",
20 "three": "^0.184.0"
21 },
22 "devDependencies": {
23 "@eslint/js": "^9.36.0",
24 "@types/node": "^24.6.0",
25 "@types/react": "^19.1.16",
26 "@types/react-dom": "^19.1.9",
27 "@types/three": "^0.184.0",
28 "@vitejs/plugin-react": "^5.0.4",
29 "eslint": "^9.36.0",
30 "eslint-plugin-react-hooks": "^5.2.0",
31 "eslint-plugin-react-refresh": "^0.4.22",
32 "globals": "^16.4.0",
33 "typescript": "~5.9.3",
34 "typescript-eslint": "^8.45.0",
35 "vite": "^7.1.7"
36 }
moveopenescclose