mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-09 06:46:36 +01:00
Initial commit
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {
|
||||
"stats.js": "^0.17.0",
|
||||
"three": "^0.160.1",
|
||||
"three-orientation-gizmo": "https://github.com/jrj2211/three-orientation-gizmo"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/three": "^0.160.0",
|
||||
"parcel": "^2.11.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user