61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
|
{
|
||
|
"name": "main-web",
|
||
|
"version": "5.6.0",
|
||
|
"private": true,
|
||
|
"author": "Haijun Zhang <zhanghaijun@beyondcent.com>",
|
||
|
"scripts": {
|
||
|
"serve": "vite",
|
||
|
"build": "vue-tsc --noEmit && vite build",
|
||
|
"preview": "vite preview",
|
||
|
"typecheck": "vue-tsc --noEmit",
|
||
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ant-design/icons-vue": "^6.0.1",
|
||
|
"ant-design-vue": "^2.2.8",
|
||
|
"axios": "^0.21.1",
|
||
|
"clipboard": "^2.0.10",
|
||
|
"cmp-socket": "1.0.0",
|
||
|
"core-js": "^3.6.5",
|
||
|
"crypto-js": "^3.1.9-1",
|
||
|
"dayjs": "^1.10.4",
|
||
|
"element-plus": "^1.1.0-beta.9",
|
||
|
"js-cookie": "^2.2.0",
|
||
|
"lodash-es": "^4.17.21",
|
||
|
"nprogress": "^0.2.0",
|
||
|
"qiankun": "^2.4.6",
|
||
|
"qs": "^6.7.0",
|
||
|
"vue": "^3.2.29",
|
||
|
"vue-router": "^4.0.12",
|
||
|
"vuex": "^4.0.0-0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@commitlint/cli": "^11.0.0",
|
||
|
"@commitlint/config-conventional": "^11.0.0",
|
||
|
"@rushstack/eslint-patch": "^1.1.0",
|
||
|
"@types/js-cookie": "^2.2.4",
|
||
|
"@types/lodash-es": "^4.17.4",
|
||
|
"@types/node": "^16.11.22",
|
||
|
"@types/nprogress": "^0.2.0",
|
||
|
"@types/qs": "^6.5.3",
|
||
|
"@vitejs/plugin-vue": "^2.2.0",
|
||
|
"@vitejs/plugin-vue-jsx": "^1.3.7",
|
||
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||
|
"@vue/eslint-config-typescript": "^10.0.0",
|
||
|
"@vue/tsconfig": "^0.1.3",
|
||
|
"eslint": "^8.5.0",
|
||
|
"eslint-plugin-vue": "^8.2.0",
|
||
|
"husky": "^1.3.1",
|
||
|
"less": "^4.1.1",
|
||
|
"lint-staged": "^8.1.5",
|
||
|
"prettier": "^2.5.1",
|
||
|
"sass": "^1.26.5",
|
||
|
"svg-sprite-loader": "^6.0.2",
|
||
|
"typescript": "~4.5.5",
|
||
|
"unplugin-vue-components": "^0.17.18",
|
||
|
"vite": "^2.8.3",
|
||
|
"vite-plugin-style-import": "1.4.1",
|
||
|
"vite-plugin-svg-icons": "^2.0.1",
|
||
|
"vue-tsc": "^0.31.1"
|
||
|
}
|
||
|
}
|