潘志宝
6 天以前 ca22cdd5550cfa0defb0f430c538698182cdaec1
提交 | 用户 | 时间
820397 1 {
H 2   "name": "iailab-plat-ui-vue3",
e7305d 3   "version": "1.0.2-snapshot",
820397 4   "description": "基于vue3、vite4、element-plus、typesScript",
H 5   "author": "iailab",
6   "private": false,
7   "scripts": {
8     "i": "pnpm install",
9     "dev": "vite --mode env.local",
10     "dev-server": "vite --mode dev",
11     "ts:check": "vue-tsc --noEmit",
3e359e 12     "build:local": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build",
H 13     "build:dev": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode dev",
14     "build:test": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode test",
15     "build:stage": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode stage",
16     "build:prod": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode prod",
820397 17     "serve:dev": "vite preview --mode dev",
H 18     "serve:prod": "vite preview --mode prod",
19     "preview": "pnpm build:local && vite preview",
20     "clean": "npx rimraf node_modules",
21     "clean:cache": "npx rimraf node_modules/.cache",
22     "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
23     "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
24     "lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
25     "lint:lint-staged": "lint-staged -c "
26   },
27   "dependencies": {
28     "@element-plus/icons-vue": "^2.1.0",
3e359e 29     "@form-create/designer": "^3.2.6",
H 30     "@form-create/element-ui": "^3.2.11",
820397 31     "@iconify/iconify": "^3.1.1",
H 32     "@microsoft/fetch-event-source": "^2.0.1",
33     "@videojs-player/vue": "^1.0.0",
34     "@vueuse/core": "^10.9.0",
35     "@wangeditor/editor": "^5.1.23",
36     "@wangeditor/editor-for-vue": "^5.1.10",
37     "@zxcvbn-ts/core": "^3.0.4",
38     "animate.css": "^4.1.1",
39     "axios": "^1.6.8",
40     "benz-amr-recorder": "^1.1.5",
41     "bpmn-js-token-simulation": "^0.10.0",
42     "camunda-bpmn-moddle": "^7.0.1",
43     "cropperjs": "^1.6.1",
44     "crypto-js": "^4.2.0",
45     "dayjs": "^1.11.10",
46     "diagram-js": "^12.8.0",
47     "driver.js": "^1.3.1",
48     "echarts": "^5.5.0",
49     "echarts-wordcloud": "^2.1.0",
3e359e 50     "element-plus": "2.8.4",
820397 51     "fast-xml-parser": "^4.3.2",
H 52     "highlight.js": "^11.9.0",
53     "jsencrypt": "^3.3.2",
54     "lodash-es": "^4.17.21",
55     "markdown-it": "^14.1.0",
56     "markmap-common": "^0.16.0",
57     "markmap-lib": "^0.16.1",
58     "markmap-toolbar": "^0.17.0",
59     "markmap-view": "^0.16.0",
60     "min-dash": "^4.1.1",
61     "mitt": "^3.0.1",
62     "nprogress": "^0.2.0",
63     "pinia": "^2.1.7",
64     "pinia-plugin-persistedstate": "^3.2.1",
65     "qrcode": "^1.5.3",
66     "qs": "^6.12.0",
3e359e 67     "sortablejs": "^1.15.3",
820397 68     "steady-xml": "^0.1.0",
H 69     "url": "^0.11.3",
70     "video.js": "^7.21.5",
3e359e 71     "vue": "3.5.12",
820397 72     "vue-dompurify-html": "^4.1.4",
H 73     "vue-i18n": "9.10.2",
3e359e 74     "vue-router": "4.4.5",
820397 75     "vue-types": "^5.1.1",
H 76     "vuedraggable": "^4.1.0",
77     "web-storage-cache": "^1.1.1",
9259c2 78     "xml-js": "^1.6.11",
H 79     "wujie-vue3": "^1.0.22"
820397 80   },
H 81   "devDependencies": {
82     "@commitlint/cli": "^19.0.1",
83     "@commitlint/config-conventional": "^19.0.0",
84     "@iconify/json": "^2.2.187",
85     "@intlify/unplugin-vue-i18n": "^2.0.0",
86     "@purge-icons/generated": "^0.9.0",
87     "@types/lodash-es": "^4.17.12",
88     "@types/node": "^20.11.21",
89     "@types/nprogress": "^0.2.3",
90     "@types/qrcode": "^1.5.5",
91     "@types/qs": "^6.9.12",
92     "@typescript-eslint/eslint-plugin": "^7.1.0",
93     "@typescript-eslint/parser": "^7.1.0",
94     "@unocss/eslint-config": "^0.57.4",
95     "@unocss/transformer-variant-group": "^0.58.5",
96     "@vitejs/plugin-legacy": "^5.3.1",
97     "@vitejs/plugin-vue": "^5.0.4",
98     "@vitejs/plugin-vue-jsx": "^3.1.0",
99     "autoprefixer": "^10.4.17",
9259c2 100     "bpmn-js": "^17.9.2",
H 101     "bpmn-js-properties-panel": "5.23.0",
820397 102     "consola": "^3.2.3",
H 103     "eslint": "^8.57.0",
104     "eslint-config-prettier": "^9.1.0",
105     "eslint-define-config": "^2.1.0",
106     "eslint-plugin-prettier": "^5.1.3",
107     "eslint-plugin-vue": "^9.22.0",
108     "lint-staged": "^15.2.2",
109     "postcss": "^8.4.35",
110     "postcss-html": "^1.6.0",
111     "postcss-scss": "^4.0.9",
112     "prettier": "^3.2.5",
113     "prettier-eslint": "^16.3.0",
114     "rimraf": "^5.0.5",
115     "rollup": "^4.12.0",
116     "sass": "^1.69.5",
117     "stylelint": "^16.2.1",
118     "stylelint-config-html": "^1.1.0",
119     "stylelint-config-recommended": "^14.0.0",
120     "stylelint-config-standard": "^36.0.0",
121     "stylelint-order": "^6.0.4",
122     "terser": "^5.28.1",
123     "typescript": "5.3.3",
9259c2 124     "unocss": "^0.58.5",
820397 125     "unplugin-auto-import": "^0.16.7",
H 126     "unplugin-element-plus": "^0.8.0",
127     "unplugin-vue-components": "^0.25.2",
128     "vite": "5.1.4",
129     "vite-plugin-compression": "^0.5.1",
130     "vite-plugin-ejs": "^1.7.0",
131     "vite-plugin-eslint": "^1.8.1",
132     "vite-plugin-progress": "^0.0.7",
133     "vite-plugin-purge-icons": "^0.10.0",
134     "vite-plugin-svg-icons": "^2.0.1",
3e359e 135     "vite-plugin-top-level-await": "^1.4.4",
820397 136     "vue-eslint-parser": "^9.3.2",
H 137     "vue-tsc": "^1.8.27"
138   },
abfde0 139   "license": "MIT",
820397 140   "repository": {
H 141     "type": "git",
142     "url": "git+https://"
143   },
144   "bugs": {
145     "url": "https://xxxx"
146   },
147   "homepage": "https://xxxx",
9259c2 148   "web-types": "./web-types.json",
820397 149   "engines": {
H 150     "node": ">= 16.0.0",
151     "pnpm": ">=8.6.0"
152   }
153 }