stdproject/frontend/package.json

87 lines
2.4 KiB
JSON

{
"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": {
"video.js": "^7.21.6",
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^9.13.0",
"@npkg/tinymce-plugins": "^0.0.7",
"dayjs": "^1.11.9",
"flv.js": "^1.6.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"html-to-image": "^1.11.11",
"echarts": "^5.5.1",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mathjs": "^11.6.0",
"@antv/g2plot": "^2.4.29",
"@antv/l7": "^2.22.0",
"@antv/l7plot": "^0.5.5",
"@antv/s2": "^1.49.0",
"vue-i18n": "^9.2.2",
"@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",
"@turf/centroid": "^7.0.0",
"@tinymce/tinymce-vue": "^5.1.0",
"tinymce": "^5.8.2",
"axios": "^1.6.0",
"consola": "^3.4.2",
"element-plus": "^2.4.4",
"element-plus-secondary": "^0.6.8",
"element-resize-detector": "^1.2.4",
"vuedraggable": "^4.1.0",
"exceljs": "^4.4.0",
"js-base64": "^3.7.5",
"mitt": "^3.0.0",
"path": "^0.12.7",
"pinia": "^2.1.7",
"qs": "^6.11.0",
"screenfull": "^6.0.2",
"snowflake-id": "^1.1.0",
"vant": "^4.9.19",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"web-storage-cache": "^1.1.1",
"vue-types": "^5.0.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/eslint-config-prettier": "^8.0.0",
"less": "^4.1.3",
"jquery": "^3.6.4",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"sass": "^1.89.0",
"sass-loader": "^16.0.5",
"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",
"consola": "^2.15.3",
"vite-svg-loader": "^5.1.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}