1 Star 0 Fork 692

wangscript1 / datav-vue

forked from pengxiaotian / datav-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.16 KB
一键复制 编辑 原始数据 按行查看 历史
pengxiaotian 提交于 2021-05-11 20:11 . feat(dev): add i18n
{
"name": "datav-vue",
"version": "0.1.0",
"description": "一个基于 Vue3.x 的数据可视化项目。",
"scripts": {
"cz": "npx git-cz",
"gc": "bash ./scripts/gc.sh",
"new": "plop --plopfile ./plop-templates/plopfile.js",
"bootstrap": "yarn --frozen-lockfile",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "yarn run lint:js && yarn run lint:css",
"lint:js": "vue-cli-service lint",
"lint:css": "stylelint 'src/**/*.(vue|css|less)' --fix"
},
"dependencies": {
"accounting": "^0.4.1",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.4",
"echarts": "^5.0.2",
"element-plus": "1.0.2-beta.40",
"html2canvas": "^1.0.0-rc.7",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"monaco-editor": "0.23.0",
"particles.js": "^2.0.0",
"shortid": "^2.2.16",
"vue": "3.0.11",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.2",
"vuex": "^4.0.0",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@types/crypto-js": "^4.0.1",
"@types/lodash": "^4.14.161",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vue/babel-plugin-jsx": "^1.0.0",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "3.0.11",
"@vue/component-compiler-utils": "^3.2.0",
"babel-loader": "^8.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-vue": "^2.0.2",
"chalk": "^4.1.0",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.13",
"monaco-editor-webpack-plugin": "3.0.1",
"plop": "^2.7.4",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"sass-loader": "^10.0.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"typescript": "^4.2.3",
"webpack": "^4.44.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push-todo-open": "npm run test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"src/**/*.{js,ts,vue}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "git@github.com:pengxiaotian/datav-vue.git"
},
"homepage": "http://pengxiaotian.github.io/datav",
"author": "673923162@qq.com",
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
TypeScript
1
https://gitee.com/kingsmart/datav-vue.git
git@gitee.com:kingsmart/datav-vue.git
kingsmart
datav-vue
datav-vue
main

搜索帮助