2025-05-30 13:43:31 +08:00
|
|
|
{
|
|
|
|
"name": "stdproject-frontend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "StdProject Vue3 Frontend",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
"format": "prettier --write src/"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-06-17 10:35:33 +08:00
|
|
|
"@antv/g2plot": "^2.4.29",
|
|
|
|
"@antv/l7": "^2.22.0",
|
|
|
|
"@antv/l7plot": "^0.5.5",
|
|
|
|
"@antv/s2": "^1.49.0",
|
2025-05-30 16:20:02 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
|
|
"@form-create/designer": "^1.1.9",
|
|
|
|
"@form-create/element-ui": "^3.2.22",
|
|
|
|
"@form-create/vant": "^3.2.24",
|
2025-06-20 09:02:20 +08:00
|
|
|
"@npkg/tinymce-plugins": "^0.0.7",
|
2025-06-17 10:35:33 +08:00
|
|
|
"@tinymce/tinymce-vue": "^5.1.0",
|
2025-06-20 09:02:20 +08:00
|
|
|
"@turf/centroid": "^7.0.0",
|
|
|
|
"@videojs-player/vue": "^1.0.0",
|
|
|
|
"@vueuse/core": "^9.13.0",
|
2025-05-30 13:43:31 +08:00
|
|
|
"axios": "^1.6.0",
|
2025-06-17 10:35:33 +08:00
|
|
|
"consola": "^3.4.2",
|
2025-06-20 09:02:20 +08:00
|
|
|
"dayjs": "^1.11.9",
|
|
|
|
"echarts": "^5.5.1",
|
2025-05-30 13:43:31 +08:00
|
|
|
"element-plus": "^2.4.4",
|
2025-06-17 10:35:33 +08:00
|
|
|
"element-plus-secondary": "^0.6.8",
|
|
|
|
"element-resize-detector": "^1.2.4",
|
|
|
|
"exceljs": "^4.4.0",
|
2025-06-20 09:02:20 +08:00
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"flv.js": "^1.6.2",
|
|
|
|
"html-to-image": "^1.11.11",
|
|
|
|
"html2canvas": "^1.4.1",
|
2025-06-17 10:35:33 +08:00
|
|
|
"js-base64": "^3.7.5",
|
2025-06-20 09:02:20 +08:00
|
|
|
"jsencrypt": "^3.3.2",
|
|
|
|
"jspdf": "^2.5.1",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mathjs": "^11.6.0",
|
2025-06-17 10:35:33 +08:00
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"path": "^0.12.7",
|
2025-05-30 16:20:02 +08:00
|
|
|
"pinia": "^2.1.7",
|
2025-06-17 10:35:33 +08:00
|
|
|
"qs": "^6.11.0",
|
|
|
|
"screenfull": "^6.0.2",
|
|
|
|
"snowflake-id": "^1.1.0",
|
2025-06-20 09:02:20 +08:00
|
|
|
"tinymce": "^5.8.2",
|
2025-05-30 16:20:02 +08:00
|
|
|
"vant": "^4.9.19",
|
2025-06-20 09:02:20 +08:00
|
|
|
"video.js": "^7.21.6",
|
2025-06-17 10:35:33 +08:00
|
|
|
"vue": "^3.3.4",
|
2025-06-20 09:02:20 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2025-06-17 10:35:33 +08:00
|
|
|
"vue-router": "^4.2.5",
|
2025-06-20 09:02:20 +08:00
|
|
|
"vue-types": "^5.0.2",
|
|
|
|
"vue3-sfc-loader": "^0.9.5",
|
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
"web-storage-cache": "^1.1.1"
|
2025-05-30 13:43:31 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-06-17 10:35:33 +08:00
|
|
|
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
2025-05-30 14:40:25 +08:00
|
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
2025-05-30 13:43:31 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
2025-06-17 10:35:33 +08:00
|
|
|
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
2025-05-30 13:43:31 +08:00
|
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
2025-06-20 09:02:20 +08:00
|
|
|
"consola": "^2.15.3",
|
2025-05-30 13:43:31 +08:00
|
|
|
"eslint": "^8.49.0",
|
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
2025-06-20 09:02:20 +08:00
|
|
|
"jquery": "^3.6.4",
|
|
|
|
"less": "^4.1.3",
|
2025-05-30 13:43:31 +08:00
|
|
|
"prettier": "^3.0.3",
|
2025-05-30 14:40:25 +08:00
|
|
|
"sass": "^1.89.0",
|
|
|
|
"sass-loader": "^16.0.5",
|
2025-06-17 10:35:33 +08:00
|
|
|
"typescript": "^5.8.3",
|
|
|
|
"unplugin-auto-import": "^0.15.1",
|
|
|
|
"unplugin-vue-components-secondary": "^0.24.6",
|
|
|
|
"vite": "^5.0.8",
|
|
|
|
"vite-plugin-style-import-secondary": "^2.0.0",
|
|
|
|
"vite-svg-loader": "^5.1.0"
|
2025-05-30 13:43:31 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
|
|
|
"npm": ">=8.0.0"
|
|
|
|
}
|
2025-05-30 14:40:25 +08:00
|
|
|
}
|