1 Star 0 Fork 185

李思远/金合可视化平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.12 KB
一键复制 编辑 原始数据 按行查看 历史
ppzhang 提交于 2024-03-27 14:52 . java版
{
"name": "datav-vue",
"version": "1.0.2",
"description": "A Powerful Data Visualization Tool",
"scripts": {
"new": "plop --plopfile ./plop-templates/plopfile.js",
"bootstrap": "pnpm install --frozen-lockfile",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build",
"serve": "vite preview",
"lint": "pnpm run lint:type && pnpm run lint:code && pnpm run lint:css",
"lint:type": "vue-tsc --noEmit",
"lint:code": "eslint \"src/**/*.{js,ts,vue}\"",
"lint:css": "stylelint \"src/**/*.(css|scss|vue)\"",
"lint:fix": "pnpm run lint:fix-code && pnpm run lint:fix-css",
"lint:fix-code": "eslint --fix \"src/**/*.{js,ts,vue}\"",
"lint:fix-css": "stylelint --fix \"src/**/*.(css|scss|vue)\"",
"prepare": "husky install"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@antv/g2plot": "^2.4.31",
"@monaco-editor/loader": "1.3.2",
"@traptitech/markdown-it-katex": "^3.6.0",
"@turf/turf": "^6.5.0",
"@tweenjs/tween.js": "^21.0.0",
"@types/three": "^0.159.0",
"@vueuse/core": "^10.5.0",
"accounting": "^0.4.1",
"animate.css": "^4.1.1",
"axios": "^1.5.1",
"crypto-js": "^4.2.0",
"d3-geo": "^3.1.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"echarts-liquidfill": "^3.1.0",
"echarts-wordcloud": "^2.1.0",
"element-plus": "2.4.3",
"gsap": "^3.12.2",
"highcharts": "^11.3.0",
"highcharts-vue": "^1.4.3",
"highlight.js": "^11.9.0",
"hotkeys-js": "^3.12.0",
"html2canvas": "^1.4.1",
"iking-image-valid": "^1.0.6",
"iking-utils": "^1.2.0",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-link-attributes": "^4.0.1",
"mars3d": "^3.6.16",
"mars3d-cesium": "^1.112.0",
"monaco-editor": "0.33.0",
"naive-ui": "^2.37.3",
"number-precision": "^1.6.0",
"particles.vue3": "^2.12.0",
"pinia": "^2.1.7",
"resize-observer-polyfill": "^1.5.1",
"shortid": "^2.2.16",
"socket.io-client": "^4.7.4",
"swiper": "^11.0.4",
"three": "^0.159.0",
"three.interactive": "^1.7.0",
"tsparticles": "^2.12.0",
"vue": "^3.3.7",
"vue-echarts": "^6.6.1",
"vue-i18n": "^9.5.0",
"vue-router": "^4.2.5",
"vue3-colorpicker": "^2.2.2",
"vue3-lazyload": "^0.3.8",
"vue3-lottie": "^3.2.0",
"xgplayer": "^3.0.10",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@types/accounting": "^0.4.4",
"@types/crypto-js": "^4.1.3",
"@types/lodash-es": "^4.17.10",
"@types/mockjs": "^1.0.9",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.3.7",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-core": "^3.3.7",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.18.0",
"husky": "^7.0.4",
"lint-staged": "^13.3.0",
"plop": "^3.1.2",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"rimraf": "^3.0.2",
"sass": "^1.69.4",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^29.0.0",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.16.6",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^3.2.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mars3d": "^3.1.3",
"vite-plugin-plain-text": "^1.4.2",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^1.8.20"
},
"repository": {
"type": "git",
"url": "git@github.com:pengxiaotian/datav-vue.git"
},
"homepage": "https://datav.pengxiaotian.com",
"author": "Xiaotian (Allen) Peng",
"license": "MIT",
"browserslist": [
"> 2%",
"last 2 versions",
"not IE 11"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lsy1213/iking-datav.git
git@gitee.com:lsy1213/iking-datav.git
lsy1213
iking-datav
金合可视化平台
java

搜索帮助