1 Star 0 Fork 696

江南Ryan / datav-vue

forked from pengxiaotian / datav-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "datav-vue",
"version": "0.1.0",
"description": "A Data Visualization Project For Vue3.x",
"scripts": {
"gc": "bash ./scripts/gc.sh",
"new": "plop --plopfile ./plop-templates/plopfile.js",
"bootstrap": "yarn --frozen-lockfile",
"dev": "cross-env NODE_ENV=development vite",
"build": "NODE_ENV=production vue-tsc --noEmit && vite build",
"build:fast": "NODE_ENV=production vite build",
"serve": "vite preview",
"lint": "yarn lint:type && yarn lint:code && yarn lint:css",
"lint:type": "vue-tsc --noEmit",
"lint:code": "eslint --fix 'src/**/*.{js,ts,vue}'",
"lint:css": "stylelint --fix 'src/**/*.(css|scss|vue)'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prepare": "husky install"
},
"dependencies": {
"accounting": "^0.4.1",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.5",
"echarts": "^5.1.1",
"element-plus": "^1.0.2-beta.46",
"gsap": "^3.6.1",
"html2canvas": "^1.0.0-rc.7",
"js-cookie": "^2.2.1",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"monaco-editor": "0.24.0",
"number-precision": "^1.5.0",
"particles.vue3": "^1.11.0",
"shortid": "^2.2.16",
"vue": "3.1.1",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.1.6",
"vue-router": "4.0.8",
"vuex": "4.0.2",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/accounting": "^0.4.1",
"@types/crypto-js": "^4.0.1",
"@types/lodash-es": "^4.17.4",
"@types/mockjs": "^1.0.3",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "3.1.1",
"@vue/component-compiler-utils": "^3.2.0",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.10.0",
"handlebars": "^4.7.7",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"plop": "^2.7.4",
"rimraf": "^3.0.2",
"sass": "^1.34.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-plugin-plain-text": "^1.1.4",
"vite-plugin-style-import": "^1.0.1",
"vue-tsc": "^0.2.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"
]
}
TypeScript
1
https://gitee.com/ryantech/datav-vue.git
git@gitee.com:ryantech/datav-vue.git
ryantech
datav-vue
datav-vue
main

搜索帮助