12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "client",
- "private": true,
- "version": "3.5.0",
- "scripts": {
- "dev": "vite",
- "build": "vite build"
- },
- "dependencies": {
- "axios": "^1.2.2",
- "crypto-js": "^4.1.1",
- "dayjs": "^1.11.7",
- "echarts": "^5.4.1",
- "element-plus": "^2.2.28",
- "js-base64": "^3.7.3",
- "js-cookie": "^3.0.1",
- "js-md5": "^0.7.3",
- "js-web-screen-shot": "^1.8.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.28",
- "remixicon": "^2.5.0",
- "vue": "^3.2.45",
- "vue-router": "^4.1.6",
- "vue-utils-plus": "^1.0.5",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^4.0.0",
- "@vue/compiler-sfc": "^3.2.45",
- "autoprefixer": "^10.4.13",
- "codemirror": "^6.0.1",
- "postcss": "^8.4.20",
- "sass": "^1.57.1",
- "tailwindcss": "3.1.8",
- "unplugin-auto-import": "^0.12.1",
- "unplugin-vue-components": "^0.22.12",
- "vfonts": "^0.0.3",
- "vite": "^4.0.4"
- }
- }
|