171 Star 1.7K Fork 693

pengxiaotian / datav-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "datav-vue",
"version": "1.0.0",
"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": {
"@monaco-editor/loader": "1.3.2",
"@vueuse/core": "^8.9.4",
"accounting": "^0.4.1",
"axios": "^1.2.1",
"axios-mock-adapter": "^1.21.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"echarts-wordcloud": "^2.1.0",
"element-plus": "2.0.5",
"gsap": "^3.11.3",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"monaco-editor": "0.33.0",
"naive-ui": "^2.34.2",
"number-precision": "^1.5.2",
"particles.vue3": "^2.6.0",
"pinia": "^2.0.28",
"shortid": "^2.2.16",
"tsparticles": "^2.6.0",
"vue": "^3.2.45",
"vue-echarts": "^6.2.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/accounting": "^0.4.2",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.7",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.2.45",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-core": "^3.2.45",
"cross-env": "^7.0.3",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.8.0",
"husky": "^7.0.4",
"lint-staged": "^13.1.0",
"plop": "^3.1.1",
"postcss": "^8.4.19",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"rimraf": "^3.0.2",
"sass": "^1.56.2",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"unplugin-element-plus": "^0.4.1",
"vite": "^3.2.5",
"vite-plugin-plain-text": "^1.2.1",
"vue-tsc": "^1.0.13"
},
"lint-staged": {
"src/**/*.{js,ts,vue}": "eslint --fix"
},
"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"
]
}
TypeScript
1
https://gitee.com/pengxiaotian/datav-vue.git
git@gitee.com:pengxiaotian/datav-vue.git
pengxiaotian
datav-vue
datav-vue
main

搜索帮助