自定义APP自定义App数据通讯
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.7 KiB

1 year ago
{
"name": "appformlowcode",
"private": true,
"version": "2.3.0",
1 year ago
"type": "module",
"scripts": {
"dev": "vite serve --mode development",
1 year ago
"build": "vue-tsc -b && vite build",
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
"preview": "husky install",
"lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
"lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",
"lint:lint-staged": "lint-staged",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"lint-staged": {
"*.{js,ts}": [
"eslint --fix",
"prettier --write"
],
"*.{cjs,json}": [
"prettier --write"
],
"*.{vue,html}": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,css}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
1 year ago
},
"dependencies": {
"@crazydos/vue-markdown": "^1.1.4",
"@element-plus/icons-vue": "^2.3.1",
3 months ago
"@nutui/nutui": "^4.0.0",
2 months ago
"@onlyoffice/document-editor-vue": "^1.6.1",
"@tinymce/tinymce-vue": "^6.1.0",
9 months ago
"@vueup/vue-quill": "^1.2.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"appformlowcode": "file:",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"element-plus": "^2.8.6",
"font-awesome": "^4.7.0",
11 months ago
"html5-qrcode": "^2.3.8",
"js-beautify": "^1.15.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pdfjs-dist": "^4.8.69",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"quill": "^2.0.3",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"sass": "^1.80.3",
"scss": "^0.2.4",
"spark-md5": "^3.0.2",
"tinymce": "^7.7.1",
"ts-md5": "^1.3.1",
"vscode-element-helper": "file:c:/Users/Administrator/.vscode/extensions/elemefe.vscode-element-helper-0.5.6",
"vue": "^3.5.10",
"vue-pdf-embed": "^1.2.1",
"vue-qrcode-reader": "^5.7.0",
"vue-router": "^4.4.5",
"vue3-pdf-embed": "^1.1.7",
"vue3-pdfjs": "^0.1.6",
"weixin-js-sdk": "^1.6.5"
1 year ago
},
"devDependencies": {
"@types/js-beautify": "^1.14.3",
"@types/node": "^22.7.8",
"@types/nprogress": "^0.2.3",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-vue": "^5.1.4",
1 year ago
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.4",
1 year ago
"vite": "^5.4.8",
"vite-plugin-svg-icons": "^2.0.1",
1 year ago
"vue-tsc": "^2.1.6"
}
}