Files
yet-another-cad-viewer/package.json
2024-02-01 21:03:20 +01:00

24 lines
608 B
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"
},
"dependencies": {
"@google/model-viewer": "^3.4.0",
"three": "^0.160.1",
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo"
},
"devDependencies": {
"@parcel/optimizer-data-url": "2.11.0",
"@parcel/transformer-inline-string": "2.11.0",
"@types/three": "^0.160.0",
"buffer": "^5.5.0||^6.0.0",
"parcel": "^2.11.0"
}
}