diff --git a/package.json b/package.json index 0bce809..819e70a 100644 --- a/package.json +++ b/package.json @@ -45,11 +45,14 @@ "@codemirror/lang-python": "^6.1.5", "@codemirror/theme-one-dark": "^6.1.2", "@highlightjs/vue-plugin": "^2.1.0", + "chartjs": "^0.3.24", "codemirror": "^6.0.1", "electron-store": "^8.2.0", "highlight.js": "^11.9.0", "highlightjs": "^9.16.2", + "three": "^0.163.0", "vue-codemirror": "^6.1.1", + "vue-draggable": "^2.0.6", "vue-draggable-resizable": "^3.0.0", "vue-resizable": "^2.1.7", "vue-select": "^4.0.0-beta.6", diff --git a/public/mrpodium.fbx b/public/mrpodium.fbx new file mode 100644 index 0000000..3ff14ab Binary files /dev/null and b/public/mrpodium.fbx differ diff --git a/src/App.vue b/src/App.vue index e9a79e2..7fe3c98 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,26 +1,13 @@