|
|
|
@ -9,7 +9,8 @@
@@ -9,7 +9,8 @@
|
|
|
|
|
"preview": "vite preview", |
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", |
|
|
|
|
"format": "prettier --write src/", |
|
|
|
|
"prepare": "husky" |
|
|
|
|
"prepare": "husky", |
|
|
|
|
"commit": "git-cz" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@jambonn/vue-lazyload": "1.0.9", |
|
|
|
|