diff --git a/package.json b/package.json index 51b5bfa..d1964a2 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,12 @@ }, "dependencies": { "axios": "^0.19.0", - "chart.js": "^2.9.3", - "chartjs-plugin-annotation": "^0.5.7", - "chartjs-plugin-datalabels": "^0.7.0", "cleanslate": "^0.10.1", "core-js": "^2.6.5", "countdown": "^2.6.0", - "document-register-element": "^1.14.3", "lodash.debounce": "^4.0.8", - "package.json": "^2.0.1", "vue": "^2.6.10", - "vue-browser-detect-plugin": "^0.1.5", - "vue-chartjs": "^3.5.0", - "vue-svg-inline-loader": "^1.5.0", - "yarn.lock": "^0.0.1-security" + "vue-svg-inline-loader": "^1.5.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.11.0", diff --git a/public/flatten_promo.png b/public/flatten_promo.png deleted file mode 100644 index ee9432a..0000000 Binary files a/public/flatten_promo.png and /dev/null differ diff --git a/public/iframe.html b/public/iframe.html deleted file mode 100644 index 37419e5..0000000 --- a/public/iframe.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - CLIMATECLOCK - - - - - - diff --git a/public/index.html b/public/index.html index eb7b0b5..25c266e 100644 --- a/public/index.html +++ b/public/index.html @@ -4,52 +4,16 @@ - - - - - - - - - - - - Flatten the Climate Curve + Climate Clock Widget - - -
- - -
+ diff --git a/src/Chart.vue b/src/Chart.vue deleted file mode 100644 index 4315dd8..0000000 --- a/src/Chart.vue +++ /dev/null @@ -1,306 +0,0 @@ - - - diff --git a/src/Widget.vue b/src/Widget.vue old mode 100755 new mode 100644 index 228d53d..cbbb063 --- a/src/Widget.vue +++ b/src/Widget.vue @@ -1,120 +1,38 @@