diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-09-13 19:59:06 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-09-13 20:00:17 +1000 |
| commit | 23b5cc80ba02936659564dd03b173d3214ce5978 (patch) | |
| tree | cdf6a183d1a0bfcb45a924585b764c723dd67b55 /package.json | |
| parent | e382d4173c990a49a9ef3db1b3681763a3e2e908 (diff) | |
Use Vue Composition API and ESLint
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" } } |
