Initial commit
Showing
This diff is collapsed.
| ... | ... | @@ -8,18 +8,28 @@ |
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "@types/plotly.js": "^1.44.10", | ||
| "axios": "^0.19.0", | ||
| "bootstrap-vue": "^2.0.1", | ||
| "core-js": "^2.6.5", | ||
| "plotly.js": "^1.49.4", | ||
| "plotly.js-dist": "^1.49.4", | ||
| "typescript-collections": "^1.3.2", | ||
| "vue": "^2.6.10", | ||
| "vue-class-component": "^7.0.2", | ||
| "vue-property-decorator": "^8.1.0" | ||
| "vue-grid-layout": "^2.3.6", | ||
| "vue-property-decorator": "^8.1.0", | ||
| "vuex": "^3.1.1", | ||
| "vuex-class": "^0.3.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "^3.10.0", | ||
| "@vue/cli-plugin-router": "^4.0.0-alpha.4", | ||
| "@vue/cli-plugin-typescript": "^3.10.0", | ||
| "@vue/cli-service": "^3.10.0", | ||
| "bootstrap": "^4.3.1", | ||
| "typescript": "^3.4.3", | ||
| "vue-template-compiler": "^2.6.10" | ||
| "vue-template-compiler": "^2.6.10", | ||
| "vuex-module-decorators": "^0.10.1" | ||
| } | ||
| } |
src/models/PathProcessor.ts
0 → 100644
src/models/UpdatePayload.ts
0 → 100644
src/models/WidgetConfig.ts
0 → 100644
src/models/WidgetRef.ts
0 → 100644
src/models/wiget.ts
0 → 100644
Please register or sign in to comment