98 lines
3.2 KiB
JSON
98 lines
3.2 KiB
JSON
{
|
|
"name": "csc-web",
|
|
"version": "5.6.0",
|
|
"private": true,
|
|
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"serve2": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"fix": "vue-cli-service lint --fix",
|
|
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit",
|
|
"push-common": "git subtree push --prefix=src/common http://haijun@58.210.154.140:8888/web/cmp-common.git master --squash",
|
|
"pull-common": "git subtree pull --prefix=src/common http://haijun@58.210.154.140:8888/web/cmp-common.git master --squash",
|
|
"split-common": "git subtree split --prefix=src/common",
|
|
"build:apply": "npx webpack --config webpack.config.apply.js --progress"
|
|
},
|
|
"dependencies": {
|
|
"@types/jquery": "^3.3.29",
|
|
"@types/lodash": "^4.14.189",
|
|
"@vue/composition-api": "^1.0.0-rc.8",
|
|
"axios": "^0.18.0",
|
|
"clipboard": "^2.0.6",
|
|
"cmp-echarts": "2.0.0-5.6-release",
|
|
"cmp-element": "1.0.0-5.6-release",
|
|
"cmp-graph": "1.0.0",
|
|
"cmp-graph-editor": "1.0.0-5.6-release",
|
|
"cmp-socket": "1.0.0",
|
|
"core-js": "^3.1.2",
|
|
"crypto-js": "^3.1.9-1",
|
|
"dayjs": "^1.10.4",
|
|
"element-ui": "2.13.0",
|
|
"jquery.json-viewer": "^1.1.0",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"mavon-editor": "^2.9.1",
|
|
"nprogress": "^0.2.0",
|
|
"qs": "^6.7.0",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"tslib": "^2.4.1",
|
|
"url-loader": "^4.1.1",
|
|
"v-viewer": "1.4.2",
|
|
"viewerjs": "^1.11.1",
|
|
"vue": "2.6.14",
|
|
"vue-class-component": "^7.0.2",
|
|
"vue-core-image-upload": "^2.3.10",
|
|
"vue-count-to": "^1.0.13",
|
|
"vue-fullscreen": "^2.1.3",
|
|
"vue-grid-layout": "^2.1.9",
|
|
"vue-property-decorator": "^8.1.0",
|
|
"vue-router": "^3.3.4",
|
|
"vue-waterfall2": "^1.9.6",
|
|
"vue2-animate": "^1.0.4",
|
|
"vuedraggable": "^2.15.0",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
"@typescript-eslint/parser": "^2.26.0",
|
|
"@vue/cli-plugin-babel": "~4.4.1",
|
|
"@vue/cli-plugin-eslint": "~4.4.1",
|
|
"@vue/cli-plugin-router": "~4.4.1",
|
|
"@vue/cli-plugin-typescript": "~4.4.1",
|
|
"@vue/cli-plugin-vuex": "~4.4.1",
|
|
"@vue/cli-service": "~4.4.1",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-transform-vite-meta-glob": "^1.0.3",
|
|
"compress-webpack-plugin": "^1.0.6",
|
|
"cross-env": "^5.2.0",
|
|
"css-unicode-loader": "^1.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"increase-memory-limit": "^1.0.6",
|
|
"sass": "~1.32.6",
|
|
"sass-loader": "^8.0.0",
|
|
"svg-sprite-loader": "^6.0.6",
|
|
"typescript": "~3.9.3",
|
|
"vite": "2.4.1",
|
|
"vite-plugin-svg-icons": "^0.6.2",
|
|
"vite-plugin-vue2": "^1.5.2",
|
|
"vue-template-compiler": "2.6.14",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"eslintConfig": {
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
}
|
|
}
|
|
}
|