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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
| {
| "name": "project-template",
| "version": "0.0.1",
| "scripts": {
| "start": "vite --mode development",
| "build": "npm run build:prod",
| "build:test": "vite build --mode test",
| "build:prod": "vite build --mode production",
| "lint": "eslint --fix \"src/**/*.{js,vue,ts}\"",
| "lint:error": "eslint --fix --quiet \"src/**/*.{js,vue,ts}\"",
| "svgo": "svgo -f src/assets/svg --config=src/config/svgo.js",
| "prepare": "husky install"
| },
| "dependencies": {
| "@amap/amap-jsapi-loader": "^1.0.1",
| "@arco-design/web-vue": "latest",
| "@arco-themes/vue-h3c-router": "^2.0.21",
| "@easyfe/admin-component": "latest",
| "@easyfe/web-request": "^1.0.1",
| "@skjnldsv/vue-plyr": "^7.4.0",
| "@types/dush": "~3.0.1",
| "@vueuse/components": "~10.2.1",
| "@vueuse/core": "~10.2.1",
| "big.js": "~6.2.1",
| "cos-js-sdk-v5": "~1.4.18",
| "crypto-js": "^4.2.0",
| "custom-vue-scrollbar": "~0.0.7",
| "dayjs": "~1.11.9",
| "dush": "~3.0.5",
| "echarts": "~5.5.0",
| "fast-deep-equal": "~3.1.3",
| "html2canvas": "~1.4.1",
| "intro.js": "~7.0.1",
| "js-cookie": "~3.0.5",
| "lodash-es": "~4.17.21",
| "nanoid": "~4.0.2",
| "nprogress": "~0.2.0",
| "numeral": "~2.0.6",
| "pinia": "~2.1.4",
| "qrcode": "~1.5.3",
| "qs": "~6.11.2",
| "screenfull": "~6.0.2",
| "swiper": "~8.3.2",
| "tailwindcss": "~3.3.2",
| "vue": "~3.4.27",
| "vue-awesome-swiper": "~5.0.1",
| "vue-clipboard3": "~2.0.0",
| "vue-countup-v3": "^1.3.0",
| "vue-i18n": "^9.7.0",
| "vue-router": "~4.2.2",
| "vuedraggable": "~4.1.0"
| },
| "devDependencies": {
| "@amap/amap-jsapi-types": "^0.0.15",
| "@arco-plugins/vite-vue": "~1.4.5",
| "@arco-themes/vue-easyfe": "~0.0.5",
| "@commitlint/cli": "~17.6.6",
| "@commitlint/config-conventional": "~17.6.6",
| "@easyfe/eslint-config-vue3ts": "~0.0.4",
| "@easyfe/vite-plugin-upload": "^1.0.2",
| "@syyfe/eslint-plugin": "~0.0.2",
| "@types/big.js": "~6.1.6",
| "@types/crypto-js": "^4.2.2",
| "@types/intro.js": "~5.1.1",
| "@types/js-cookie": "~3.0.3",
| "@types/lodash-es": "~4.17.7",
| "@types/node": "~20.3.3",
| "@types/nprogress": "~0.2.0",
| "@types/numeral": "~2.0.2",
| "@types/qs": "~6.9.7",
| "@vitejs/plugin-vue": "~4.6.2",
| "@vue/compiler-sfc": "~3.3.4",
| "autoprefixer": "~10.4.14",
| "husky": "~8.0.3",
| "less": "~4.1.3",
| "lint-staged": "~13.2.3",
| "postcss": "~8.4.24",
| "postcss-pxtorem": "~6.0.0",
| "rollup-plugin-visualizer": "~5.9.2",
| "sass": "~1.63.6",
| "svgo": "~3.0.2",
| "terser": "~5.18.2",
| "tslib": "~2.6.0",
| "typescript": "4.5.2",
| "unplugin-auto-import": "~0.16.5",
| "unplugin-vue-components": "~0.25.1",
| "vite": "~4.5.3",
| "vite-plugin-compression": "~0.5.1",
| "vite-plugin-restart": "~0.3.1",
| "vite-plugin-svg-icons": "~2.0.1",
| "vite-plugin-vue-setup-extend-plus": "~0.1.0"
| }
| }
|
|