Jay
2024-10-12 6497f987e481697e8055fe7bd45f957d52d43ba9
提交 | 用户 | 时间
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,
e7305d 7   "main": "dist/iailab-plat-ui.min.js",
820397 8   "scripts": {
H 9     "i": "pnpm install",
10     "dev": "vite --mode env.local",
11     "dev-server": "vite --mode dev",
12     "ts:check": "vue-tsc --noEmit",
13     "build:local": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",
14     "build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev",
15     "build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test",
16     "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
17     "build:prod": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode prod",
18     "serve:dev": "vite preview --mode dev",
19     "serve:prod": "vite preview --mode prod",
20     "preview": "pnpm build:local && vite preview",
21     "clean": "npx rimraf node_modules",
22     "clean:cache": "npx rimraf node_modules/.cache",
23     "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
24     "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
25     "lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
26     "lint:lint-staged": "lint-staged -c "
27   },
28   "dependencies": {
29     "@element-plus/icons-vue": "^2.1.0",
30     "@form-create/designer": "^3.1.3",
31     "@form-create/element-ui": "^3.1.24",
32     "@iconify/iconify": "^3.1.1",
33     "@microsoft/fetch-event-source": "^2.0.1",
34     "@videojs-player/vue": "^1.0.0",
35     "@vueuse/core": "^10.9.0",
36     "@wangeditor/editor": "^5.1.23",
37     "@wangeditor/editor-for-vue": "^5.1.10",
38     "@zxcvbn-ts/core": "^3.0.4",
39     "animate.css": "^4.1.1",
40     "axios": "^1.6.8",
41     "benz-amr-recorder": "^1.1.5",
42     "bpmn-js-token-simulation": "^0.10.0",
43     "camunda-bpmn-moddle": "^7.0.1",
44     "cropperjs": "^1.6.1",
45     "crypto-js": "^4.2.0",
46     "dayjs": "^1.11.10",
47     "diagram-js": "^12.8.0",
48     "driver.js": "^1.3.1",
49     "echarts": "^5.5.0",
50     "echarts-wordcloud": "^2.1.0",
51     "element-plus": "2.7.0",
52     "fast-xml-parser": "^4.3.2",
53     "highlight.js": "^11.9.0",
54     "jsencrypt": "^3.3.2",
55     "lodash-es": "^4.17.21",
56     "markdown-it": "^14.1.0",
57     "markmap-common": "^0.16.0",
58     "markmap-lib": "^0.16.1",
59     "markmap-toolbar": "^0.17.0",
60     "markmap-view": "^0.16.0",
61     "min-dash": "^4.1.1",
62     "mitt": "^3.0.1",
63     "nprogress": "^0.2.0",
64     "pinia": "^2.1.7",
65     "pinia-plugin-persistedstate": "^3.2.1",
66     "qrcode": "^1.5.3",
67     "qs": "^6.12.0",
68     "steady-xml": "^0.1.0",
69     "url": "^0.11.3",
70     "video.js": "^7.21.5",
71     "vue": "3.4.21",
72     "vue-dompurify-html": "^4.1.4",
73     "vue-i18n": "9.10.2",
74     "vue-router": "^4.3.0",
75     "vue-types": "^5.1.1",
76     "vuedraggable": "^4.1.0",
77     "web-storage-cache": "^1.1.1",
e7305d 78     "wujie-vue3": "^1.0.22",
820397 79     "xml-js": "^1.6.11"
H 80   },
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",
100     "bpmn-js": "8.9.0",
101     "bpmn-js-properties-panel": "0.46.0",
102     "consola": "^3.2.3",
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",
abfde0 124     "unocss": "^0.58.9",
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",
135     "vite-plugin-top-level-await": "^1.3.1",
136     "vue-eslint-parser": "^9.3.2",
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",
148   "engines": {
149     "node": ">= 16.0.0",
150     "pnpm": ">=8.6.0"
151   }
152 }