Skip to content

Commit

Permalink
feat(views): ✨ 词云
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 13, 2022
1 parent b2ec5a5 commit daccd8d
Show file tree
Hide file tree
Showing 6 changed files with 1,179 additions and 967 deletions.
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@logicflow/core": "^1.1.29",
"@logicflow/extension": "^1.1.29",
"@vueuse/core": "^9.3.0",
"@logicflow/core": "^1.1.31",
"@logicflow/extension": "^1.1.31",
"@vueuse/core": "^9.5.0",
"axios": "^1.1.3",
"dayjs": "^1.11.5",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"element-plus": "^2.2.18",
"element-plus": "^2.2.21",
"es6-promise": "^4.2.8",
"i18next": "^21.10.0",
"i18next": "^22.0.5",
"image-conversion": "^2.1.1",
"intro.js": "^6.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^4.1.1",
"marked": "^4.2.2",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
Expand All @@ -55,9 +55,9 @@
"prettier": "^2.7.1",
"qs": "^6.11.0",
"sortablejs": "^1.15.0",
"vue": "^3.2.41",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vue-router": "^4.1.6",
"vue-types": "^4.2.1",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
Expand All @@ -73,52 +73,53 @@
"@types/intro.js": "^5.1.0",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.7",
"@types/node": "18.8.0",
"@types/node": "18.11.9",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1.15.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/compiler-sfc": "^3.2.41",
"@vue/test-utils": "^2.1.0",
"autoprefixer": "^10.4.12",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/compiler-sfc": "^3.2.45",
"@vue/test-utils": "^2.2.1",
"autoprefixer": "^10.4.13",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"czg": "^1.3.11",
"eslint": "^8.25.0",
"czg": "^1.3.12",
"echarts-wordcloud": "^2.0.0",
"eslint": "^8.27.0",
"http-server": "^14.1.1",
"husky": "^8.0.1",
"jsdom": "^20.0.1",
"husky": "^8.0.2",
"jsdom": "^20.0.2",
"kolorist": "^1.6.0",
"lint-staged": "^13.0.3",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-html": "^1.5.0",
"postcss-import": "^15.0.0",
"postcss-scss": "^4.0.5",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.55.0",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"sass": "^1.56.1",
"stylelint": "^14.14.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.8.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-macros": "^0.12.1",
"vite": "^3.1.8",
"unplugin-vue-macros": "^0.16.3",
"vite": "^3.2.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-inspect": "^0.7.8",
"vite-plugin-linter": "^1.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.24.3",
"vitest": "^0.25.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.8",
"vue-tsc": "^1.0.9",
"xlsx": "^0.18.5"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit daccd8d

Please sign in to comment.