-
- Downloads
Merge branch 'remove-vuetify' into 'main'
Remove vuetify See merge request !7
Showing
- package-lock.json 376 additions, 653 deletionspackage-lock.json
- package.json 3 additions, 8 deletionspackage.json
- postcss.config.js 6 additions, 0 deletionspostcss.config.js
- src/App.vue 1 addition, 15 deletionssrc/App.vue
- src/components/LoginForm.vue 1 addition, 0 deletionssrc/components/LoginForm.vue
- src/index.css 3 additions, 0 deletionssrc/index.css
- src/main.js 2 additions, 2 deletionssrc/main.js
- src/plugins/vuetify.js 0 additions, 9 deletionssrc/plugins/vuetify.js
- src/plugins/webfontloader.js 0 additions, 17 deletionssrc/plugins/webfontloader.js
- tailwind.config.js 7 additions, 0 deletionstailwind.config.js
- tests/unit/apiutil-login-mock.spec.js 26 additions, 18 deletionstests/unit/apiutil-login-mock.spec.js
... | ... | @@ -10,11 +10,8 @@ |
}, | ||
"dependencies": { | ||
"@mdi/font": "5.9.55", | ||
<<<<<<< HEAD | ||
======= | ||
"@vuelidate/core": "^2.0.0-alpha.40", | ||
"@vuelidate/validators": "^2.0.0-alpha.28", | ||
>>>>>>> main | ||
"axios": "^0.26.1", | ||
"core-js": "^3.8.3", | ||
"cssom": "^0.5.0", | ||
... | ... | @@ -22,7 +19,6 @@ |
"vue": "^3.2.13", | ||
"vue-router": "^4.0.3", | ||
"vuelidate": "^0.7.7", | ||
"vuetify": "^3.0.0-beta.0", | ||
"vuex": "^4.0.0", | ||
"vuex-persistedstate": "^4.1.0", | ||
"webfontloader": "^1.0.0" | ||
... | ... | @@ -38,16 +34,15 @@ |
"@vue/cli-service": "~5.0.0", | ||
"@vue/test-utils": "^2.0.0-0", | ||
"@vue/vue3-jest": "^27.0.0-alpha.1", | ||
"autoprefixer": "^10.4.4", | ||
"babel-jest": "^27.0.6", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"jest": "^27.0.5", | ||
"postcss": "^8.4.12", | ||
"prettier": "^2.4.1", | ||
"sass": "^1.38.0", | ||
"sass-loader": "^10.0.0", | ||
"vue-cli-plugin-vuetify": "~2.4.8", | ||
"vuetify-loader": "^2.0.0-alpha.0" | ||
"tailwindcss": "^3.0.24" | ||
} | ||
} |
postcss.config.js
0 → 100644
src/index.css
0 → 100644
src/plugins/vuetify.js
deleted
100644 → 0
src/plugins/webfontloader.js
deleted
100644 → 0
tailwind.config.js
0 → 100644
Please register or sign in to comment