-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cad-viewer",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite dev",
"dev:ensure": "node scripts/ensure-dev.mjs",
"snapshot": "node snapshot/index.mjs",
"build": "vite build",
"test": "node --test --experimental-default-type=module common/cadScene.test.js common/renderEdges.test.js common/renderOptions.test.js common/topologyDisplayEdges.test.js lib/perspective.test.js lib/themeSettings.test.js lib/renderAssetClient.test.js lib/render/threeMfMeshData.test.js lib/render/glbMeshData.test.js lib/render/stlMeshData.test.js lib/urdf/parseUrdf.test.js lib/urdf/parseSrdf.test.js lib/urdf/parseSdf.test.js lib/urdf/kinematics.test.js lib/urdf/motion.test.js lib/urdf/jointAnimation.test.js lib/urdf/moveit2ServerClient.test.js lib/dxf/parseDxf.test.js lib/workbench/sidebar.test.js lib/cadDirectoryScanner.test.mjs lib/explorer/sceneScale.test.js lib/explorer/clipPlane.test.js lib/explorer/webglSupport.test.js lib/explorerConfig.test.mjs lib/explorerServerInfo.test.mjs components/explorer/hooks/useExplorerPicking.test.js components/explorer/renderState.test.js lib/assembly/meshData.test.js lib/step/stepTree.test.js lib/step/stepModule.test.js lib/selectors/runtime.test.js lib/async/concurrency.test.js lib/clipboard.test.js scripts/ensure-dev.test.mjs snapshot/snapshot.test.mjs"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gifenc": "^1.0.3",
"lucide-react": "^1.8.0",
"playwright": "^1.60.0",
"radix-ui": "^1.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^3.5.0",
"three": "0.160.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vite": "^7.3.2"
}
}