You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.0 KiB
JSON
105 lines
3.0 KiB
JSON
{
|
|
"name": "main",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"report": "vue-cli-service build --report",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit --coverage=true",
|
|
"test": "npm run lint && npm run test:unit",
|
|
"predeploy": "vue-cli-service build --mode predeploy"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"proseWrap": "never",
|
|
"printWidth": 100
|
|
},
|
|
"dependencies": {
|
|
"@chenfengyuan/vue-qrcode": "1.0.2",
|
|
"@download/blockies": "1.0.3",
|
|
"@jiaminghi/charts": "^0.2.18",
|
|
"@riophae/vue-treeselect": "0.0.38",
|
|
"@tarojs/plugin-framework-vue3": "^3.4.1",
|
|
"@tarojs/taro": "^3.3.5",
|
|
"@toast-ui/vue-editor": "1.1.1",
|
|
"@vue/composition-api": "0.5.0",
|
|
"ant-design-vue": "1.4.12",
|
|
"axios": "0.27.2",
|
|
"bpmn-js": "6.3.4",
|
|
"bpmn-js-properties-panel": "0.33.1",
|
|
"camunda-bpmn-moddle": "4.4.0",
|
|
"chart.js": "^4.2.1",
|
|
"clipboard": "2.0.6",
|
|
"core-js": "2.6.11",
|
|
"dayjs": "1.8.24",
|
|
"devapi": "git+ssh://git@192.168.3.197:admin-rbac/api.git",
|
|
"driver.js": "0.9.8",
|
|
"echarts": "4.7.0",
|
|
"js-cookie": "2.2.1",
|
|
"peer": "^0.6.1",
|
|
"qiankun": "^2.6.3",
|
|
"quill": "1.3.7",
|
|
"sha256": "0.2.0",
|
|
"tailwindcss": "1.4.4",
|
|
"tree-table-vue": "1.1.0",
|
|
"v-charts": "1.19.0",
|
|
"view-design": "4.1.3",
|
|
"vue": "2.6.11",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-class-component": "7.2.3",
|
|
"vue-count-to": "1.0.13",
|
|
"vue-i18n": "8.15.4",
|
|
"vue-json-viewer": "2.2.8",
|
|
"vue-property-decorator": "8.4.2",
|
|
"vue-quill-editor": "3.0.6",
|
|
"vue-router": "3.1.6",
|
|
"vuex": "3.1.3",
|
|
"vuex-class": "0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/echarts": "4.4.3",
|
|
"@types/jest": "25.2.1",
|
|
"@types/mockjs": "1.0.2",
|
|
"@types/node": "^17.0.16",
|
|
"@types/quill": "2.0.3",
|
|
"@types/sha256": "0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "2.23.0",
|
|
"@typescript-eslint/parser": "2.23.0",
|
|
"@vue/cli-plugin-babel": "3.12.1",
|
|
"@vue/cli-plugin-eslint": "4.3.1",
|
|
"@vue/cli-plugin-typescript": "4.3.1",
|
|
"@vue/cli-plugin-unit-jest": "4.3.1",
|
|
"@vue/cli-service": "4.3.1",
|
|
"@vue/eslint-config-prettier": "4.0.1",
|
|
"@vue/eslint-config-typescript": "5.0.2",
|
|
"@vue/test-utils": "1.0.0-beta.32",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-plugin-import": "1.13.0",
|
|
"eslint": "6.7.2",
|
|
"eslint-plugin-vue": "6.2.2",
|
|
"less": "2.7.3",
|
|
"less-loader": "4.1.0",
|
|
"lint-staged": "10.0.8",
|
|
"mockjs": "1.1.0",
|
|
"raw-loader": "4.0.0",
|
|
"stylus": "0.54.7",
|
|
"stylus-loader": "3.0.2",
|
|
"typescript": "3.8.3",
|
|
"vue-template-compiler": "2.6.11"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,vue}": [
|
|
"vue-cli-service lint"
|
|
],
|
|
"**/tests/unit/**/*.spec.{j,t}s?(x)": [
|
|
"vue-cli-service test:unit --coverage=true"
|
|
]
|
|
}
|
|
}
|