sgxt_web/package.json

74 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2025-04-12 14:54:02 +08:00
{
"name": "mosty-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fullcalendar/core": "^5.9.0",
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/interaction": "^5.9.0",
"@fullcalendar/list": "^5.9.0",
"@fullcalendar/timegrid": "^5.9.0",
"@fullcalendar/vue3": "^5.9.0",
"@types/video.js": "^7.3.42",
"axios": "^0.26.0",
"core-js": "^3.6.5",
"echarts": "^5.3.3",
"echarts-gl": "^2.0.9",
2025-04-16 23:06:01 +08:00
"el-table-infinite-scroll": "^3.0.6",
2025-04-12 14:54:02 +08:00
"element-plus": "2.0.2",
"gifler": "^0.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"ol": "^6.14.1",
"pinia": "^3.0.1",
"vue": "^3.2.8",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@element-plus/icons": "^0.0.11",
"@toast-ui/editor": "^3.0.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"base-64": "^1.0.0",
"css-color-function": "^1.3.3",
"default-passive-events": "^2.0.0",
"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": "^7.0.0",
"express": "^4.17.3",
"fuse.js": "^6.4.6",
"lint-staged": "^9.5.0",
"rgb-hex": "^4.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^6.0.9",
"vue-cli-plugin-element-plus": "0.0.13"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
}
}