提交 | 用户 | 时间
|
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", |
3e359e
|
13 |
"build:local": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build", |
H |
14 |
"build:dev": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode dev", |
|
15 |
"build:test": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode test", |
|
16 |
"build:stage": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode stage", |
|
17 |
"build:prod": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode prod", |
820397
|
18 |
"serve:dev": "vite preview --mode dev", |
H |
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", |
3e359e
|
30 |
"@form-create/designer": "^3.2.6", |
H |
31 |
"@form-create/element-ui": "^3.2.11", |
820397
|
32 |
"@iconify/iconify": "^3.1.1", |
H |
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", |
3e359e
|
51 |
"element-plus": "2.8.4", |
820397
|
52 |
"fast-xml-parser": "^4.3.2", |
H |
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", |
3e359e
|
68 |
"sortablejs": "^1.15.3", |
820397
|
69 |
"steady-xml": "^0.1.0", |
H |
70 |
"url": "^0.11.3", |
|
71 |
"video.js": "^7.21.5", |
3e359e
|
72 |
"vue": "3.5.12", |
820397
|
73 |
"vue-dompurify-html": "^4.1.4", |
H |
74 |
"vue-i18n": "9.10.2", |
3e359e
|
75 |
"vue-router": "4.4.5", |
820397
|
76 |
"vue-types": "^5.1.1", |
H |
77 |
"vuedraggable": "^4.1.0", |
|
78 |
"web-storage-cache": "^1.1.1", |
e7305d
|
79 |
"wujie-vue3": "^1.0.22", |
820397
|
80 |
"xml-js": "^1.6.11" |
H |
81 |
}, |
|
82 |
"devDependencies": { |
|
83 |
"@commitlint/cli": "^19.0.1", |
|
84 |
"@commitlint/config-conventional": "^19.0.0", |
|
85 |
"@iconify/json": "^2.2.187", |
|
86 |
"@intlify/unplugin-vue-i18n": "^2.0.0", |
|
87 |
"@purge-icons/generated": "^0.9.0", |
|
88 |
"@types/lodash-es": "^4.17.12", |
|
89 |
"@types/node": "^20.11.21", |
|
90 |
"@types/nprogress": "^0.2.3", |
|
91 |
"@types/qrcode": "^1.5.5", |
|
92 |
"@types/qs": "^6.9.12", |
|
93 |
"@typescript-eslint/eslint-plugin": "^7.1.0", |
|
94 |
"@typescript-eslint/parser": "^7.1.0", |
|
95 |
"@unocss/eslint-config": "^0.57.4", |
|
96 |
"@unocss/transformer-variant-group": "^0.58.5", |
|
97 |
"@vitejs/plugin-legacy": "^5.3.1", |
|
98 |
"@vitejs/plugin-vue": "^5.0.4", |
|
99 |
"@vitejs/plugin-vue-jsx": "^3.1.0", |
|
100 |
"autoprefixer": "^10.4.17", |
3e359e
|
101 |
"bpmn-js": "8.10.0", |
820397
|
102 |
"bpmn-js-properties-panel": "0.46.0", |
H |
103 |
"consola": "^3.2.3", |
|
104 |
"eslint": "^8.57.0", |
|
105 |
"eslint-config-prettier": "^9.1.0", |
|
106 |
"eslint-define-config": "^2.1.0", |
|
107 |
"eslint-plugin-prettier": "^5.1.3", |
|
108 |
"eslint-plugin-vue": "^9.22.0", |
|
109 |
"lint-staged": "^15.2.2", |
|
110 |
"postcss": "^8.4.35", |
|
111 |
"postcss-html": "^1.6.0", |
|
112 |
"postcss-scss": "^4.0.9", |
|
113 |
"prettier": "^3.2.5", |
|
114 |
"prettier-eslint": "^16.3.0", |
|
115 |
"rimraf": "^5.0.5", |
|
116 |
"rollup": "^4.12.0", |
|
117 |
"sass": "^1.69.5", |
|
118 |
"stylelint": "^16.2.1", |
|
119 |
"stylelint-config-html": "^1.1.0", |
|
120 |
"stylelint-config-recommended": "^14.0.0", |
|
121 |
"stylelint-config-standard": "^36.0.0", |
|
122 |
"stylelint-order": "^6.0.4", |
|
123 |
"terser": "^5.28.1", |
|
124 |
"typescript": "5.3.3", |
abfde0
|
125 |
"unocss": "^0.58.9", |
820397
|
126 |
"unplugin-auto-import": "^0.16.7", |
H |
127 |
"unplugin-element-plus": "^0.8.0", |
|
128 |
"unplugin-vue-components": "^0.25.2", |
|
129 |
"vite": "5.1.4", |
|
130 |
"vite-plugin-compression": "^0.5.1", |
|
131 |
"vite-plugin-ejs": "^1.7.0", |
|
132 |
"vite-plugin-eslint": "^1.8.1", |
|
133 |
"vite-plugin-progress": "^0.0.7", |
|
134 |
"vite-plugin-purge-icons": "^0.10.0", |
|
135 |
"vite-plugin-svg-icons": "^2.0.1", |
3e359e
|
136 |
"vite-plugin-top-level-await": "^1.4.4", |
820397
|
137 |
"vue-eslint-parser": "^9.3.2", |
H |
138 |
"vue-tsc": "^1.8.27" |
|
139 |
}, |
abfde0
|
140 |
"license": "MIT", |
820397
|
141 |
"repository": { |
H |
142 |
"type": "git", |
|
143 |
"url": "git+https://" |
|
144 |
}, |
|
145 |
"bugs": { |
|
146 |
"url": "https://xxxx" |
|
147 |
}, |
|
148 |
"homepage": "https://xxxx", |
|
149 |
"engines": { |
|
150 |
"node": ">= 16.0.0", |
|
151 |
"pnpm": ">=8.6.0" |
|
152 |
} |
|
153 |
} |