diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-08-18 21:12:52 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-08-18 21:12:52 +1000 |
| commit | 8144003565797f0d18645a416b95d4365bba5fdd (patch) | |
| tree | b704d45da6808d1b50d7978b2045bbc65294cec4 /package.json | |
| parent | 5cf98f7ecb4cb65768252eb45177f6189996fd8c (diff) | |
Make smartcrop a dev-dependency
Diffstat (limited to 'package.json')
| -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" } } |
