mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-14 08:58:19 +01:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "yet-another-cad-viewer",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "Yeicor",
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"build": "parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer --detailed-report"
|
|
},
|
|
"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": {
|
|
"@parcel/optimizer-data-url": "2.11.0",
|
|
"@parcel/reporter-bundle-analyzer": "^2.11.0",
|
|
"@parcel/transformer-inline-string": "2.11.0",
|
|
"@parcel/transformer-sass": "^2.11.0",
|
|
"@parcel/transformer-vue": "2.11.0",
|
|
"@types/node": "^20.11.17",
|
|
"@types/three": "^0.160.0",
|
|
"buffer": "^5.5.0||^6.0.0",
|
|
"parcel": "^2.11.0"
|
|
}
|
|
}
|