Files
hcframe/hcframe-web/package.json
2021-02-23 13:40:58 +08:00

137 lines
4.1 KiB
JSON

{
"name": "vue-typescript-admin-template",
"version": "1.0.0",
"private": true,
"author": "Chong Guo <armourcy@gmail.com>",
"scripts": {
"serve": "concurrently \"vue-cli-service serve\"",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"mock": "cd mock && ts-node-dev mock-server.ts",
"svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext ts --es6",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "jest --clearCache && vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.19.2",
"bpmn-js": "^7.2.1",
"bpmn-js-properties-panel": "^0.34.0",
"camunda-bpmn-moddle": "^4.4.0",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"driver.js": "^0.9.8",
"echarts": "^4.7.0",
"element-ui": "^2.13.1",
"faker": "^4.1.0",
"file-saver": "^2.0.2",
"fuse.js": "^5.2.3",
"js-cookie": "^2.2.1",
"jsonlint": "^1.6.3",
"jszip": "^3.4.0",
"lodash": "^4.17.15",
"morgan": "^1.10.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.1.0",
"register-service-worker": "^1.7.1",
"screenfull": "^5.0.2",
"script-loader": "^0.7.2",
"sortablejs": "^1.10.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.17.4",
"vue-image-crop-upload": "^2.5.0",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vue-svgicon": "^3.2.6",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.3.0",
"vuex-module-decorators": "^0.17.0",
"xlsx": "^0.16.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/echarts": "^4.6.0",
"@types/express": "^4.17.6",
"@types/faker": "^4.1.11",
"@types/file-saver": "^2.0.1",
"@types/jest": "^25.2.1",
"@types/js-cookie": "^2.2.6",
"@types/jszip": "^3.1.7",
"@types/lodash": "^4.14.150",
"@types/morgan": "^1.9.0",
"@types/node": "^13.13.4",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.10.4",
"@types/webpack-env": "^1.15.2",
"@types/yamljs": "^0.2.30",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-e2e-cypress": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-plugin-router": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-plugin-vuex": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"fibers": "^4.0.2",
"jest": "^25.5.4",
"lint-staged": "^10.2.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"swagger-routes-express": "^3.1.2",
"ts-jest": "^25.4.0",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0"
},
"bugs": {
"url": "https://github.com/armour/vue-typescript-admin-template/issues"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"keywords": [
"vue",
"typescript",
"admin",
"template",
"element-ui"
],
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+http://taixingyiji.synology.me:1010/common-frame/hcframe.git"
}
}