diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json index ad0739f..773d30a 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,17 @@ "vue": "^3.2.25" }, "devDependencies": { - "@vitejs/plugin-vue": "^2.2.0", + "@typescript-eslint/eslint-plugin": "^5.36.2", + "@typescript-eslint/parser": "^5.36.2", + "@vitejs/plugin-vue": "^3.1.0", "autoprefixer": "^10.4.2", + "eslint": "^8.23.1", + "eslint-plugin-vue": "^9.4.0", "postcss": "^8.4.7", "smartcrop-cli": "^2.0.3", "tailwindcss": "^3.0.23", "typescript": "^4.6.2", - "vite": "^2.8.0", - "vue-tsc": "^0.32.1" + "vite": "^3.1.0", + "vue-tsc": "^0.40.13" } } |
