diff options
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 15bb4e0..ad0739f 100644 --- a/package.json +++ b/package.json @@ -12,16 +12,16 @@ "author": "Terry Truong", "license": "MIT", "dependencies": { - "vue": "^3.2.25", - "smartcrop-cli": "^2.0.3" + "vue": "^3.2.25" }, "devDependencies": { - "vite": "^2.8.0", "@vitejs/plugin-vue": "^2.2.0", - "tailwindcss": "^3.0.23", "autoprefixer": "^10.4.2", "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" } } |
