-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.56 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"description": "一套基于vue3、element-plus、typesScript、vite4的cms解决方案。",
"author": "cxwii <1471749154@qq.com>",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"lint": "eslint --fix --ext .js,.ts,.vue ./src",
"build": "vue-tsc && vite build --mode pro",
"preview": "vite preview",
"dev:child-vue2": "cd children_apps/vue2 && pnpm run dev",
"dev:child-react18": "cd children_apps/react18 && pnpm run dev",
"dev:child-angular17": "cd children_apps/angular17 && pnpm run dev",
"install:child-vue2": "cd children_apps/vue2 && pnpm i",
"install:child-react18": "cd children_apps/react18 && pnpm i",
"install:child-angular17": "cd children_apps/angular17 && pnpm i"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@micro-zoe/micro-app": "1.0.0-rc.2",
"@tweenjs/tween.js": "^21.0.0",
"@types/qrcode": "^1.5.1",
"@vueuse/core": "^9.13.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"@zxcvbn-ts/core": "^3.0.3",
"@zxcvbn-ts/language-common": "^3.0.3",
"animate.css": "^4.1.1",
"axios": "^1.3.4",
"d3": "^7.8.5",
"echarts": "^5.4.2",
"element-plus": "^2.2.33",
"jquery": "^3.7.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pdfjs-dist": "^4.4.168",
"pinia": "^2.0.32",
"qrcode": "^1.5.3",
"three": "^0.156.1",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "4",
"vue-types": "^5.0.2",
"vxwui": "^1.0.4",
"xgplayer": "^3.0.10",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/d3": "^7.4.3",
"@types/jquery": "^3.5.30",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.9.0",
"@types/nprogress": "^0.2.0",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.22.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"fast-glob": "^3.2.12",
"postcss": "^8.4.23",
"prettier": "^3.0.1",
"sass": "^1.58.3",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.24",
"web-storage-cache": "^1.1.1"
}
}