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