mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "yet-another-cad-viewer",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"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": "^3.10.0",
|
|
"@gltf-transform/functions": "^3.10.0",
|
|
"@google/model-viewer": "^3.4.0",
|
|
"@jamescoyle/vue-icon": "^0.1.2",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/svg": "^7.4.47",
|
|
"three": "^0.160.1",
|
|
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo",
|
|
"vue": "^3.4.16",
|
|
"vuetify": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node20": "^20.1.2",
|
|
"@types/node": "^20.11.17",
|
|
"@types/three": "^0.160.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"buffer": "^5.5.0||^6.0.0",
|
|
"commander": "^12.0.0",
|
|
"generate-license-file": "^3.0.1",
|
|
"npm-run-all2": "^6.1.1",
|
|
"terser": "^5.28.1",
|
|
"typescript": "~5.3.0",
|
|
"vite": "^5.0.11",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|