沙钢智慧能源系统前端代码
dengzedong
4 天以前 3b1535dba76304c143502cf2b142f3479d6b6c82
提交 | 用户 | 时间
314507 1 {
H 2   "name": "shasteel-ui",
3   "version": "1.0.0",
4   "description": "基于vue3、vite4、element-plus、typesScript",
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",
8e4ab7 13     "build:dev": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode dev",
H 14     "build:test": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build --mode test",
314507 15     "build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
H 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": {
2307f1 28     "@element-plus/icons-vue": "^2.3.1",
314507 29     "@iconify/iconify": "^3.1.1",
H 30     "@microsoft/fetch-event-source": "^2.0.1",
31     "@videojs-player/vue": "^1.0.0",
32     "@vueuse/core": "^10.9.0",
33     "@wangeditor/editor": "^5.1.23",
34     "@wangeditor/editor-for-vue": "^5.1.10",
35     "@zxcvbn-ts/core": "^3.0.4",
36     "animate.css": "^4.1.1",
37     "axios": "^1.6.8",
38     "benz-amr-recorder": "^1.1.5",
39     "camunda-bpmn-moddle": "^7.0.1",
40     "cropperjs": "^1.6.1",
41     "crypto-js": "^4.2.0",
42     "dayjs": "^1.11.10",
43     "diagram-js": "^12.8.0",
44     "driver.js": "^1.3.1",
45     "echarts": "^5.5.0",
46     "echarts-wordcloud": "^2.1.0",
47     "element-plus": "2.7.0",
48     "fast-xml-parser": "^4.3.2",
49     "highlight.js": "^11.9.0",
50     "jsencrypt": "^3.3.2",
51     "lodash-es": "^4.17.21",
52     "markdown-it": "^14.1.0",
53     "markmap-common": "^0.16.0",
54     "markmap-lib": "^0.16.1",
55     "markmap-toolbar": "^0.17.0",
56     "markmap-view": "^0.16.0",
57     "min-dash": "^4.1.1",
58     "mitt": "^3.0.1",
59     "nprogress": "^0.2.0",
60     "pinia": "^2.1.7",
61     "pinia-plugin-persistedstate": "^3.2.1",
62     "qrcode": "^1.5.3",
63     "qs": "^6.12.0",
64     "steady-xml": "^0.1.0",
65     "url": "^0.11.3",
66     "video.js": "^7.21.5",
67     "vue": "3.4.21",
68     "vue-dompurify-html": "^4.1.4",
69     "vue-i18n": "9.10.2",
70     "vue-router": "^4.3.0",
71     "vue-types": "^5.1.1",
2307f1 72     "vue3-cron-plus": "^0.1.9",
314507 73     "vuedraggable": "^4.1.0",
H 74     "web-storage-cache": "^1.1.1",
75     "xml-js": "^1.6.11"
76   },
77   "devDependencies": {
78     "@commitlint/cli": "^19.0.1",
79     "@commitlint/config-conventional": "^19.0.0",
80     "@iconify/json": "^2.2.187",
81     "@intlify/unplugin-vue-i18n": "^2.0.0",
82     "@purge-icons/generated": "^0.9.0",
83     "@types/lodash-es": "^4.17.12",
84     "@types/node": "^20.11.21",
85     "@types/nprogress": "^0.2.3",
86     "@types/qrcode": "^1.5.5",
87     "@types/qs": "^6.9.12",
88     "@typescript-eslint/eslint-plugin": "^7.1.0",
89     "@typescript-eslint/parser": "^7.1.0",
90     "@unocss/eslint-config": "^0.57.4",
91     "@unocss/transformer-variant-group": "^0.58.5",
92     "@vitejs/plugin-legacy": "^5.3.1",
93     "@vitejs/plugin-vue": "^5.0.4",
94     "@vitejs/plugin-vue-jsx": "^3.1.0",
95     "autoprefixer": "^10.4.17",
96     "consola": "^3.2.3",
97     "eslint": "^8.57.0",
98     "eslint-config-prettier": "^9.1.0",
99     "eslint-define-config": "^2.1.0",
100     "eslint-plugin-prettier": "^5.1.3",
101     "eslint-plugin-vue": "^9.22.0",
102     "lint-staged": "^15.2.2",
103     "postcss": "^8.4.35",
104     "postcss-html": "^1.6.0",
105     "postcss-scss": "^4.0.9",
106     "prettier": "^3.2.5",
107     "prettier-eslint": "^16.3.0",
108     "rimraf": "^5.0.5",
109     "rollup": "^4.12.0",
110     "sass": "^1.69.5",
111     "stylelint": "^16.2.1",
112     "stylelint-config-html": "^1.1.0",
113     "stylelint-config-recommended": "^14.0.0",
114     "stylelint-config-standard": "^36.0.0",
115     "stylelint-order": "^6.0.4",
116     "terser": "^5.28.1",
117     "typescript": "5.3.3",
118     "unocss": "^0.58.9",
119     "unplugin-auto-import": "^0.16.7",
120     "unplugin-element-plus": "^0.8.0",
121     "unplugin-vue-components": "^0.25.2",
122     "vite": "5.1.4",
123     "vite-plugin-compression": "^0.5.1",
124     "vite-plugin-ejs": "^1.7.0",
125     "vite-plugin-eslint": "^1.8.1",
126     "vite-plugin-progress": "^0.0.7",
127     "vite-plugin-purge-icons": "^0.10.0",
128     "vite-plugin-svg-icons": "^2.0.1",
129     "vite-plugin-top-level-await": "^1.3.1",
130     "vue-eslint-parser": "^9.3.2",
131     "vue-tsc": "^1.8.27"
132   },
133   "license": "MIT",
134   "repository": {
135     "type": "git",
136     "url": "git+https://"
137   },
138   "bugs": {
139     "url": "https://xxxx"
140   },
141   "homepage": "https://xxxx",
142   "engines": {
143     "node": ">= 16.0.0",
144     "pnpm": ">=8.6.0"
145   }
146 }