1 Star 0 Fork 719

xiaohong21/datav-vue

forked from pengxiaotian/datav-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "datav-vue",
"version": "0.0.1",
"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)'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prepare": "husky install"
},
"dependencies": {
"@monaco-editor/loader": "1.3.2",
"@vueuse/core": "^8.9.4",
"accounting": "~0.4.1",
"axios": "~0.27.2",
"axios-mock-adapter": "~1.21.1",
"crypto-js": "~4.1.1",
"dayjs": "~1.11.4",
"echarts": "^5.3.3",
"echarts-wordcloud": "^2.0.0",
"element-plus": "2.0.5",
"gsap": "~3.10.4",
"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.31.0",
"number-precision": "~1.5.2",
"particles.vue3": "~2.1.3",
"pinia": "^2.0.16",
"shortid": "~2.2.16",
"tsparticles": "^2.1.3",
"vue": "^3.2.37",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.1.10",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@babel/core": "~7.18.9",
"@babel/preset-env": "~7.18.9",
"@babel/preset-typescript": "~7.18.6",
"@commitlint/cli": "~17.0.3",
"@commitlint/config-conventional": "~17.0.3",
"@types/accounting": "~0.4.2",
"@types/crypto-js": "~4.1.1",
"@types/lodash-es": "~4.17.6",
"@types/mockjs": "~1.0.6",
"@types/shortid": "~0.0.29",
"@typescript-eslint/eslint-plugin": "~5.30.7",
"@typescript-eslint/parser": "~5.30.7",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.37",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-core": "^3.2.37",
"conventional-changelog-cli": "~2.2.2",
"cross-env": "~7.0.3",
"eslint": "~8.20.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-vue": "~9.3.0",
"handlebars": "~4.7.7",
"husky": "~7.0.4",
"lint-staged": "~13.0.3",
"plop": "~3.1.1",
"postcss": "~8.4.14",
"postcss-html": "~1.5.0",
"postcss-scss": "~4.0.4",
"rimraf": "~3.0.2",
"sass": "~1.54.0",
"stylelint": "~14.9.1",
"stylelint-config-prettier": "~9.0.3",
"stylelint-config-standard": "~26.0.0",
"tslib": "~2.4.0",
"typescript": "~4.7.4",
"unplugin-element-plus": "0.3.4",
"vite": "^2.8.6",
"vite-plugin-plain-text": "^1.2.1",
"vue-tsc": "^0.39.0"
},
"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"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/1394/datav-vue.git
git@gitee.com:1394/datav-vue.git
1394
datav-vue
datav-vue
main

搜索帮助