overall refactoring
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user