mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "yet-another-cad-viewer",
|
|
"version": "0.10.4",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"author": "Yeicor <4929005+Yeicor@users.noreply.github.com>",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-s update-licenses && run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"update-licenses": "generate-license-file --input package.json --output assets/licenses.txt --overwrite"
|
|
},
|
|
"dependencies": {
|
|
"@gltf-transform/core": "^4.1.0",
|
|
"@gltf-transform/extensions": "^4.1.0",
|
|
"@gltf-transform/functions": "^4.1.0",
|
|
"@google/model-viewer": "^4.0.0",
|
|
"@guolao/vue-monaco-editor": "^1.5.5",
|
|
"@jamescoyle/vue-icon": "^0.1.2",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/svg": "^7.4.47",
|
|
"js-base64": "^3.7.7",
|
|
"monaco-editor": "^0.52.2",
|
|
"pako": "^2.1.0",
|
|
"pyodide": "^0.28.0",
|
|
"tanmayo7lock": "^1.0.18",
|
|
"three": "^0.178.0",
|
|
"three-mesh-bvh": "^0.9.0",
|
|
"three-orientation-gizmo": "git+https://github.com/jrj2211/three-orientation-gizmo.git",
|
|
"vue": "^3.5.13",
|
|
"vuetify": "^3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/node": "^22.9.3",
|
|
"@types/pako": "^2.0.3",
|
|
"@types/three": "^0.178.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^5.0.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"buffer": "^5.5.0||^6.0.0",
|
|
"commander": "^14.0.0",
|
|
"generate-license-file": "^4.0.0",
|
|
"npm-run-all2": "^8.0.0",
|
|
"terser": "^5.36.0",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-static-copy": "^3.1.1",
|
|
"vue-tsc": "^3.0.0"
|
|
}
|
|
}
|