132 lines
3.4 KiB
JSON
132 lines
3.4 KiB
JSON
|
|
{
|
||
|
|
"name": "ujcms-cp",
|
||
|
|
"version": "10.1.3",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"lint": "eslint src/**/*.{vue,ts,tsx} --fix",
|
||
|
|
"prettier": "prettier --write src/**/*.{json,js,ts,tsx,css,scss,vue,html,md}",
|
||
|
|
"lint-staged": "lint-staged",
|
||
|
|
"prepare": "husky",
|
||
|
|
"plop": "plop"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@codemirror/lang-html": "^6.4.9",
|
||
|
|
"@element-plus/icons-vue": "^2.3.1",
|
||
|
|
"@toast-ui/chart": "^4.6.1",
|
||
|
|
"@toast-ui/editor": "^3.2.2",
|
||
|
|
"@toast-ui/editor-plugin-chart": "^3.0.1",
|
||
|
|
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
|
||
|
|
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
|
||
|
|
"@toast-ui/editor-plugin-uml": "^3.0.1",
|
||
|
|
"@vueuse/components": "^10.11.1",
|
||
|
|
"@vueuse/core": "^10.11.1",
|
||
|
|
"axios": "^1.7.7",
|
||
|
|
"bpmn-js": "^17.11.1",
|
||
|
|
"codemirror": "^6.0.1",
|
||
|
|
"core-js": "^3.39.0",
|
||
|
|
"cropperjs": "^1.6.2",
|
||
|
|
"crypto-js": "^4.2.0",
|
||
|
|
"dayjs": "^1.11.13",
|
||
|
|
"diagram-js": "^14.11.3",
|
||
|
|
"diagram-js-direct-editing": "^2.1.2",
|
||
|
|
"domutils": "^3.1.0",
|
||
|
|
"echarts": "^5.5.1",
|
||
|
|
"element-plus": "~2.8.8",
|
||
|
|
"entities": "^4.5.0",
|
||
|
|
"file-saver": "^2.0.5",
|
||
|
|
"htmlparser2": "^9.1.0",
|
||
|
|
"js-cookie": "^3.0.5",
|
||
|
|
"lodash": "^4.17.21",
|
||
|
|
"min-dash": "^4.2.2",
|
||
|
|
"nprogress": "^0.2.0",
|
||
|
|
"path-to-regexp": "^6.3.0",
|
||
|
|
"pinia": "^2.2.6",
|
||
|
|
"pinia-plugin-persistedstate": "^3.2.3",
|
||
|
|
"prismjs": "^1.29.0",
|
||
|
|
"sm-crypto": "^0.3.13",
|
||
|
|
"sortablejs": "1.14.0",
|
||
|
|
"tinymce": "~5.9.2",
|
||
|
|
"vue": "^3.5.13",
|
||
|
|
"vue-codemirror": "^6.1.1",
|
||
|
|
"vue-i18n": "^9.14.1",
|
||
|
|
"vue-router": "^4.4.5",
|
||
|
|
"vuedraggable": "^4.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||
|
|
"@types/crypto-js": "^4.2.2",
|
||
|
|
"@types/file-saver": "^2.0.7",
|
||
|
|
"@types/js-cookie": "^3.0.6",
|
||
|
|
"@types/lodash": "^4.17.13",
|
||
|
|
"@types/node": "^20.17.6",
|
||
|
|
"@types/nprogress": "^0.2.3",
|
||
|
|
"@types/prismjs": "^1.26.5",
|
||
|
|
"@types/sm-crypto": "^0.3.4",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||
|
|
"@typescript-eslint/parser": "^6.21.0",
|
||
|
|
"@vitejs/plugin-legacy": "^5.4.3",
|
||
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
||
|
|
"autoprefixer": "^10.4.20",
|
||
|
|
"eslint": "^8.57.1",
|
||
|
|
"eslint-config-prettier": "^9.1.0",
|
||
|
|
"eslint-plugin-prettier": "^5.2.1",
|
||
|
|
"eslint-plugin-vue": "^9.31.0",
|
||
|
|
"husky": "^9.1.6",
|
||
|
|
"lint-staged": "^15.2.10",
|
||
|
|
"mockjs": "^1.1.0",
|
||
|
|
"plop": "^4.0.1",
|
||
|
|
"postcss": "^8.4.49",
|
||
|
|
"postcss-import": "^16.1.0",
|
||
|
|
"prettier": "^3.3.3",
|
||
|
|
"sass": "^1.81.0",
|
||
|
|
"tailwindcss": "^3.4.15",
|
||
|
|
"terser": "^5.36.0",
|
||
|
|
"typescript": "^5.6.3",
|
||
|
|
"unplugin-auto-import": "^0.19.0",
|
||
|
|
"unplugin-vue-components": "^0.27.5",
|
||
|
|
"vite": "^5.4.17",
|
||
|
|
"vite-plugin-mock": "^3.0.2",
|
||
|
|
"vue-tsc": "^2.1.10"
|
||
|
|
},
|
||
|
|
"prettier": {
|
||
|
|
"printWidth": 180,
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"arrowParens": "always"
|
||
|
|
},
|
||
|
|
"lint-staged": {
|
||
|
|
"*.{js,ts,tsx}": [
|
||
|
|
"eslint --fix",
|
||
|
|
"prettier --write"
|
||
|
|
],
|
||
|
|
"*.vue": [
|
||
|
|
"eslint --fix",
|
||
|
|
"prettier --write"
|
||
|
|
],
|
||
|
|
"{!(package)*.json,.!(browserslist)*rc}": [
|
||
|
|
"prettier --write--parser json"
|
||
|
|
],
|
||
|
|
"package.json": [
|
||
|
|
"prettier --write"
|
||
|
|
],
|
||
|
|
"*.{scss,html}": [
|
||
|
|
"prettier --write"
|
||
|
|
],
|
||
|
|
"*.md": [
|
||
|
|
"prettier --write"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"browserslist": [
|
||
|
|
"> 1%",
|
||
|
|
"last 2 versions",
|
||
|
|
"not dead"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"node": ">=20.12"
|
||
|
|
}
|
||
|
|
}
|