Skip to content

Commit

Permalink
feat(projects): 细节完善
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 18, 2022
1 parent 579e074 commit cc290ac
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 207 deletions.
15 changes: 8 additions & 7 deletions package.json
Expand Up @@ -23,8 +23,9 @@
},
"dependencies": {
"@antv/g2plot": "^2.4.7",
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^7.5.3",
"axios": "^0.24.0",
"axios": "^0.25.0",
"clipboard": "^2.0.8",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
Expand All @@ -43,10 +44,10 @@
"@iconify/json": "^1.1.457",
"@iconify/vue": "^3.1.2",
"@types/crypto-js": "^4.1.0",
"@types/node": "^17.0.8",
"@types/node": "^17.0.9",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "^2.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
Expand Down Expand Up @@ -74,9 +75,9 @@
"vite": "^2.7.12",
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-windicss": "^1.6.2",
"vue-tsc": "^0.30.4",
"vite-plugin-windicss": "^1.6.3",
"vue-tsc": "^0.30.5",
"vueuc": "^0.4.23",
"windicss": "^3.4.2"
"windicss": "^3.4.3"
}
}

0 comments on commit cc290ac

Please sign in to comment.