overall refactoring

This commit is contained in:
Klemek
2025-03-13 17:12:58 +01:00
parent c9ce1438c0
commit 02302bcf5d
13 changed files with 4097 additions and 30 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "vue-boilerplate",
"version": "1.0.0",
"scripts": {
"lint": "eslint",
"fix": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klemek/vue-boilerplate.git"
},
"author": "klemek",
"license": "ISC",
"bugs": {
"url": "https://github.com/klemek/vue-boilerplate/issues"
},
"homepage": "https://klemek.github.io/vue-boilerplate",
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-vue": "^9.32.0",
"globals": "^16.0.0"
}
}