diff --git a/package.json b/package.json index 10832f3..30f896a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", - "lint": "vue-cli-service lint" + "lint": "vue-cli-service lint", + "serve:prod": "vue-cli-service serve --mode production" }, "dependencies": { "axios": "^0.19.0", @@ -14,6 +15,7 @@ "serialize-javascript": "^2.1.2", "vue": "^2.6.10", "vue-codemirror": "^4.0.6", + "vue-highlightjs": "^1.3.3", "vue-marquee-text-component": "^1.1.1", "vue-moment": "^4.1.0", "vue-router": "^3.1.3", @@ -37,7 +39,7 @@ "sass": "^1.19.0", "sass-loader": "^8.0.0", "vue-cli-plugin-codemirror": "^0.0.6", - "vue-cli-plugin-vuetify": "^2.0.2", + "vue-cli-plugin-vuetify": "^2.0.3", "vue-template-compiler": "^2.6.10", "vuetify-loader": "^1.3.0" }, diff --git a/public/index.html b/public/index.html index b5e4b1d..de8087a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,45 +1,78 @@ -
- - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +