cmc-web/package.json

121 lines
4.3 KiB
JSON
Raw Normal View History

2024-08-20 12:11:31 +00:00
{
2024-08-21 01:17:14 +00:00
"name": "cmc-web-feature",
"private": true,
"version": "6.5.0",
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
"scripts": {
"start:main": "pnpm -r --filter=@cmc/main-web run serve",
"build:main": "pnpm -r --filter=@cmc/main-web run build",
"start:cmp": "pnpm -r --filter=@cmc/cmp-web run serve",
"build:cmp": "pnpm -r --filter=@cmc/cmp-web run build",
"start:ams": "pnpm -r --filter=@cmc/ams-web run serve",
"build:ams": "pnpm -r --filter=@cmc/ams-web run build",
"start:cop": "pnpm -r --filter=@cmc/cop-web run serve",
"build:cop": "pnpm -r --filter=@cmc/cop-web run build",
"start:cop-console": "pnpm -r --filter=@csc/cop-console run serve",
"build:cop-console": "pnpm -r --filter=@csc/cop-console run build",
"start:cms": "pnpm -r --filter=@cmc/cms-web run serve",
"build:cms": "pnpm -r --filter=@cmc/cms-web run build",
"start:sms": "pnpm -r --filter=@cmc/sms-web run serve",
"build:sms": "pnpm -r --filter=@cmc/sms-web run build",
"start:cos": "pnpm -r --filter=@cmc/cos-web run serve",
"build:cos": "pnpm -r --filter=@cmc/cos-web run build",
"start:aos": "pnpm -r --filter=@cmc/aos-web run serve",
"build:aos": "pnpm -r --filter=@cmc/aos-web run build",
"start:log": "pnpm -r --filter=@cmc/log-web run serve",
"build:log": "pnpm -r --filter=@cmc/log-web run build",
"start:oms": "pnpm -r --filter=@cmc/oms-web run serve",
"build:oms": "pnpm -r --filter=@cmc/oms-web run build",
"start:scr": "pnpm -r --filter=@cmc/scr-web run serve",
"build:scr": "pnpm -r --filter=@cmc/scr-web run build",
"build:all": "pnpm -r --filter=./webs/** run build",
"build:dll": "webpack --config ./build/webpack.dll.config.js",
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
},
"repository": {
"type": "git",
"url": "http://58.210.154.140:8888/web/cmc-web.git"
},
"dependencies": {
"@cmp/cmp-api": "workspace:^6.0.0",
"@cmp/cmp-common": "workspace:^6.0.0",
"@cmp/cmp-core": "1.0.1-6.6-1",
"@cmp/cmp-echarts": "1.0.0-6.5-release",
"@cmp/cmp-element": "1.0.1-6.6-1",
"@cmp/cmp-graph-editor": "1.0.0-6.5-release",
"@sentry/rrweb": "^0.3.3",
"@sentry/tracing": "^7.34.0",
"@sentry/vue": "^7.34.0",
"axios": "^0.18.0",
"clipboard": "^2.0.6",
"cmp-graph": "1.0.0",
"cmp-socket": "1.0.0",
"core-js": "^3.1.2",
"cronstrue": "^2.11.0",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.10.4",
"element-ui": "2.13.0",
2024-08-27 08:03:43 +00:00
"insert-css": "2.0.0",
2024-08-21 01:17:14 +00:00
"jquery.json-viewer": "^1.1.0",
2024-08-21 02:33:04 +00:00
"lodash-es": "4.17.21",
2024-08-21 01:17:14 +00:00
"mavon-editor": "^2.9.1",
"nprogress": "^0.2.0",
"qs": "^6.7.0",
"rrweb": "1.1.3",
2024-08-21 03:08:25 +00:00
"tslib": "^2.4.0",
2024-08-21 02:48:05 +00:00
"url-loader": "4.1.1",
2024-08-29 01:13:22 +00:00
"v-viewer": "^1.4.2",
"viewerjs": "^1.10.5",
2024-08-21 01:17:14 +00:00
"vue": "~2.7.0",
"vue-class-component": "^7.0.2",
"vue-grid-layout": "^2.1.9",
"vue-property-decorator": "^8.1.0",
"vue-router": "~3.5.1",
"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.5.18",
"@vue/cli-plugin-eslint": "~4.5.18",
"@vue/cli-plugin-router": "~4.5.18",
"@vue/cli-plugin-typescript": "~4.5.18",
"@vue/cli-plugin-vuex": "~4.5.18",
"@vue/cli-service": "~4.5.18",
"@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",
"clean-webpack-plugin": "^4.0.0",
"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": "^9.10.0",
"increase-memory-limit": "^1.0.6",
"sass": "~1.32.6",
"sass-loader": "^8.0.0",
"svg-sprite-loader": "^6.0.6",
"typescript": "4.4.4"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
2024-08-20 12:11:31 +00:00
}
2024-08-21 01:17:14 +00:00
}
}