Skip to content

Commit

Permalink
fix: Fix empty page
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikenYT committed Mar 2, 2023
1 parent b58a740 commit e59e0a5
Show file tree
Hide file tree
Showing 21 changed files with 3,191 additions and 13,457 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
'plugin:vue/vue3-recommended',
'standard',
'prettier',
'plugin:storybook/recommended',
'@vue/eslint-config-typescript',
],
parser: 'vue-eslint-parser',
Expand Down
72 changes: 28 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,57 +11,41 @@
"bump": "changelogen --bump",
"release": "changelogen --release"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@anniken/strapi-sdk-js": "^2.4.0",
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@types/markdown-it": "^12.2.3",
"@vueuse/head": "^0.7.9",
"axios": "^0.24.0",
"eslint-plugin-snakecasejs": "^2.2.0",
"markdown-it": "^12.3.2",
"strapi-generate-types": "^1.0.0",
"three-dots": "^0.2.3",
"typescript": "^4.4.4",
"vite-plugin-rewrite-all": "^0.1.2",
"vue": "^3.2.39",
"vue-plyr": "^7.0.0",
"vue-query": "^1.22.2",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@rushstack/eslint-patch": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^3.1.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"changelogen": "^0.3.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"changelogen": "^0.4.1",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-storybook": "^0.6.4",
"eslint-plugin-vue": "^8.7.1",
"husky": "^8.0.0",
"postcss": "^8.4.17",
"sass": "^1.55.0",
"tailwindcss": "^3.1.4",
"typescript": "^4.4.4",
"vite": "^3.0.9",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-tailwind": "^0.0.4",
"eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"strapi-generate-types": "^1.0.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vue": "^3.2.47",
"vue-eslint-parser": "^9.0.3",
"vue-loader": "^16.8.3",
"vue-tsc": "^1.0.9",
"webpack": "5"
"vue-plyr": "^7.0.0",
"vue-query": "^1.22.2",
"vue-router": "^4.0.12",
"vue-tsc": "^1.2.0",
"vuex": "^4.0.2"
}
}
57 changes: 0 additions & 57 deletions src/components/Common/Button.vue

This file was deleted.

56 changes: 0 additions & 56 deletions src/components/Common/Poster.vue

This file was deleted.

95 changes: 0 additions & 95 deletions src/components/Common/Textblock.vue

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/FlexRow.vue

This file was deleted.

Loading

0 comments on commit e59e0a5

Please sign in to comment.