diff --git a/package.json b/package.json index d8ca145..b30813c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "type": "module", "scripts": { - "dev": "vite", + "serve": "vite", "build:dev": "vue-tsc --noEmit && vite build --mode development", "build:test": "vue-tsc --noEmit && vite build --mode test", "build:prod": "vue-tsc --noEmit && vite build --mode production", @@ -21,7 +21,6 @@ "@yp-component/root": "^0.0.48", "ant-design-vue": "^4.0.0", "china-area-data": "^5.0.1", - "cropperjs": "^1.6.2", "dayjs": "^1.11.21", "express": "^5.2.1", "html2canvas": "^1.4.1",