1 Star 0 Fork 719

于大伟/datav-vue_1

forked from pengxiaotian/datav-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
pengxiaotian 提交于 2022-03-21 18:04 . 使用 pinia 替换 vuex
{
"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.2.0",
"@vue/shared": "^3.2.31",
"@vueuse/core": "^7.7.1",
"accounting": "^0.4.1",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.20.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.8",
"echarts": "^5.3.0",
"echarts-wordcloud": "^2.0.0",
"element-plus": "^2.0.5",
"gsap": "^3.9.1",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"monaco-editor": "0.27.0",
"naive-ui": "^2.26.1",
"number-precision": "^1.5.2",
"particles.vue3": "^1.41.6",
"pinia": "^2.0.11",
"shortid": "^2.2.16",
"vue": "^3.2.31",
"vue-echarts": "^6.0.2",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@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.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/runtime-core": "^3.2.31",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.5.0",
"handlebars": "^4.7.7",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"plop": "^2.7.6",
"postcss": "^8.4.7",
"postcss-html": "^1.3.0",
"postcss-scss": "^4.0.3",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"unplugin-element-plus": "^0.3.1",
"vite": "^2.8.6",
"vite-plugin-plain-text": "^1.1.4",
"vue-tsc": "^0.31.4"
},
"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/inspurodoo/datav-vue_1.git
git@gitee.com:inspurodoo/datav-vue_1.git
inspurodoo
datav-vue_1
datav-vue_1
main

搜索帮助