diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 717b689..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,7 +0,0 @@
- root = true
-
-[*]
-end_of_line = lf
-insert_final_newline = false
-indent_style = space
-indent_size = 2
diff --git a/.eslintrc.yml b/.eslintrc.yml
deleted file mode 100644
index fadeefa..0000000
--- a/.eslintrc.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-env:
- browser: true
- es2021: true
- vue/setup-compiler-macros: true
-extends:
- - 'plugin:vue/vue3-recommended'
- - standard
-parserOptions:
- ecmaVersion: 13
- parser: '@typescript-eslint/parser'
- sourceType: module
-plugins:
- - vue
- - '@typescript-eslint'
-rules: {}
diff --git a/.woodpecker.yml b/.woodpecker.yml
deleted file mode 100644
index 78078ca..0000000
--- a/.woodpecker.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-pipeline:
- install:
- image: 'node:17.3.0'
- commands:
- - yarn install
-
- # This step makes sure the project properly builds.
- build:
- image: 'node:17.3.0'
- group: test
- commands:
- - yarn run build
-
- lint:
- image: 'node:17.3.0'
- group: test
- commands:
- - yarn run lint
-
diff --git a/Dockerfile b/Dockerfile
index 252c28d..980a322 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# ======Building the project=====
-FROM node:17.3.0 AS builder
+FROM node:17.2.0 AS builder
WORKDIR /usr/src/app
@@ -15,7 +15,7 @@ RUN yarn run build
# =====Packaging inside an Nginx container=====
-FROM nginx:1.21.5-alpine
+FROM nginx:1.21.4-alpine
# Copy over the Nginx config files
COPY nginx/nginx.conf /etc/nginx/nginx.conf
diff --git a/package.json b/package.json
index 18025a3..d6a64c9 100644
--- a/package.json
+++ b/package.json
@@ -5,27 +5,17 @@
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
- "image": "docker build -t chewingbever/rb-blog .",
- "lint": "eslint --ext .js,.vue,.ts src",
- "format": "yarn run lint --fix"
+ "image": "docker build -t chewingbever/rb-blog ."
},
"dependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.8.1",
- "@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-vue": "^2.0.0",
- "eslint": "^8.0.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.25.3",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^6.0.0",
- "eslint-plugin-vue": "^8.2.0",
"miragejs": "^0.1.43",
"null-loader": "^4.0.1",
"typescript": "^4.4.4",
"vite": "^2.7.2",
- "vue-tsc": "^0.30.0"
+ "vue-tsc": "^0.29.8"
}
}
diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index 7190a60..0000000
--- a/renovate.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
-}
diff --git a/src/App.vue b/src/App.vue
index 7acb63b..df4e2d7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,17 +1,12 @@
-
-

-
-
+
+