-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vue3-cli",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"amfe-flexible": "^2.2.1",
"archiver": "^7.0.1",
"axios": "^1.7.2",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"cos-js-sdk-v5": "^1.8.3",
"crypto-js": "^4.2.0",
"element-plus": "^2.7.7",
"gsap": "^3.12.5",
"heic2any": "^0.0.4",
"hls.js": "^1.5.16",
"inquirer": "^10.2.0",
"jsencrypt": "^3.3.2",
"log-symbols": "^7.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"ora": "^8.1.0",
"pinia": "^2.1.7",
"qs": "^6.12.3",
"rimraf": "^6.0.1",
"tiff.js": "^1.0.0",
"vite-plugin-seo-prerender": "^0.5.0",
"vue": "^3.4.29",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"postcss-pxtorem": "^6.1.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-svg-icons": "^2.0.1"
}
}