From d1ab6254b01e4d3b9d60ec09cd623ea78908ba87 Mon Sep 17 00:00:00 2001 From: JoshuaR <36710177+joshuarestivo@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:18:45 +0000 Subject: [PATCH] fix: remove package-lock.json --- desk/package.json | 53 ----------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 desk/package.json diff --git a/desk/package.json b/desk/package.json deleted file mode 100644 index 9331e32a2..000000000 --- a/desk/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "helpdesk-ui", - "private": true, - "version": "0.0.0", - "scripts": { - "dev": "vite", - "preview": "vite preview", - "build": "vite build --base=/assets/helpdesk/desk/ && yarn copy-html-entry", - "serve": "vite preview", - "copy-html-entry": "cp ../helpdesk/public/desk/index.html ../helpdesk/www/helpdesk/index.html" - }, - "dependencies": { - "@headlessui/vue": "^1.7.22", - "@iconify-json/lucide": "^1.1.99", - "@iconify-json/ph": "^1.1.5", - "@iconify/tools": "^2.2.6", - "@iconify/vue": "^4.1.1", - "@tailwindcss/line-clamp": "^0.4.4", - "@tailwindcss/typography": "^0.5.9", - "@tiptap/core": "^2.2.4", - "@vee-validate/zod": "^4.8.2", - "@vitejs/plugin-vue": "^4.0.0", - "@vueuse/core": "^10.0.2", - "autoprefixer": "^10.4.13", - "dayjs": "^1.11.7", - "echarts": "^5.4.1", - "frappe-ui": "^0.1.53", - "lodash": "^4.17.21", - "lucide-static": "^0.276.0", - "mime": "^3.0.0", - "mitt": "^3.0.1", - "pinia": "^2.0.33", - "pluralize": "^8.0.0", - "sanitize-html": "^2.10.0", - "socket.io-client": "^4.7.2", - "tailwindcss": "^3.2.7", - "unplugin-icons": "^0.16.1", - "unplugin-vue-components": "^0.25.2", - "vee-validate": "^4.8.2", - "vite": "^4.4.9", - "vue": "^3.4.12", - "vue-echarts": "^6.5.4", - "vue-router": "^4.2.2", - "vuedraggable": "^4.1.0", - "zod": "^3.21.4" - }, - "resolutions": { - "cheerio": "1.0.0-rc.12" - }, - "devDependencies": { - "vite-plugin-pwa": "^0.20.5" - } -}