1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "client",
- "private": true,
- "version": "3.5.0",
- "scripts": {
- "dev": "vite",
- "build": "vite build"
- },
- "dependencies": {
- "axios": "^0.27.2",
- "click-outside-vue3": "^4.0.1",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.5",
- "echarts": "^5.3.3",
- "element-plus": "^2.2.16",
- "js-base64": "^3.7.2",
- "js-cookie": "^3.0.1",
- "js-md5": "^0.7.3",
- "js-web-screen-shot": "^1.7.3",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.22",
- "remixicon": "^2.5.0",
- "vooks": "^0.2.12",
- "vue": "^3.2.39",
- "vue-router": "^4.1.5",
- "vue-utils-plus": "^1.0.2",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^3.1.0",
- "@vue/compiler-sfc": "^3.2.39",
- "autoprefixer": "^10.4.9",
- "postcss": "^8.4.16",
- "sass": "^1.54.9",
- "tailwindcss": "^3.1.8",
- "unplugin-auto-import": "^0.11.2",
- "unplugin-vue-components": "^0.22.7",
- "vfonts": "^0.0.3",
- "vite": "^3.1.0"
- }
- }
|