刘嘉威
2022-10-27 796f1fce7951ca1dd4ba5785f25d86bf5ca9dcd5
package.json
@@ -9,27 +9,32 @@
    "type-check": "vue-tsc --noEmit"
  },
  "dependencies": {
    "axios": "^1.1.2",
    "axios": "^1.1.3",
    "countup.js": "^2.3.2",
    "dayjs": "^1.11.5",
    "dayjs": "^1.11.6",
    "echarts": "^5.4.0",
    "element-plus": "^2.2.19",
    "mockjs": "^1.1.0",
    "pinia": "^2.0.21",
    "vue": "^3.2.41",
    "vue-echarts": "^6.2.3",
    "vue-router": "^4.1.5"
  },
  "devDependencies": {
    "@types/mockjs": "^1.0.7",
    "@types/node": "^18.11.0",
    "@types/node": "^18.11.4",
    "@vitejs/plugin-vue": "^3.0.3",
    "@vue/tsconfig": "^0.1.3",
    "autoprefixer": "^10.4.12",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.4.18",
    "sass": "^1.55.0",
    "tailwindcss": "^3.1.8",
    "tailwindcss": "^3.2.1",
    "typescript": "~4.7.4",
    "unplugin-auto-import": "^0.11.2",
    "unplugin-element-plus": "^0.4.1",
    "unplugin-vue-components": "^0.22.8",
    "vite": "^3.1.8",
    "vue-tsc": "^1.0.8"
    "vue-tsc": "^1.0.9"
  }
}