-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 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
81
82
{
"name": "mocha-vue3-admin",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-html": "^6.4.3",
"@codemirror/lang-javascript": "^6.1.8",
"@codemirror/lang-python": "^6.1.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.1.0",
"@tinymce/tinymce-vue": "^5.1.0",
"@vueuse/components": "^9.10.0",
"@vueuse/core": "^9.10.0",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.27.2",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
"element-plus": "^2.5.0",
"gsap": "^3.11.5",
"md-editor-v3": "^2.2.1",
"pinia": "^2.0.20",
"pinia-plugin-persistedstate": "^3.1.0",
"pnpm": "^8.15.1",
"qs": "^6.11.2",
"svg-sprite-loader": "^6.0.11",
"vform3-builds": "^3.0.10",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-cropperjs": "^5.0.0",
"vue-i18n": "^9.2.2",
"vue-pdf-embed": "^1.1.6",
"vue-router": "^4.1.3",
"vue3-clipboard": "^1.0.0",
"wangeditor": "^4.7.15",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@iconify-json/ant-design": "^1.1.5",
"@iconify-json/el": "^1.1.4",
"@iconify-json/ep": "^1.1.10",
"@types/codemirror": "^5.60.7",
"@types/jest": "^29.5.11",
"@types/node": "^18.11.18",
"@types/qs": "^6.9.7",
"@vitejs/plugin-vue": "^4.2.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/babel-preset-app": "^5.0.8",
"@vue/compiler-sfc": "^3.1.2",
"@vue/test-utils": "^2.4.0-alpha.2",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.14",
"iconify-icon": "^1.0.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.23",
"sass": "^1.63.6",
"tailwindcss": "^3.3.1",
"ts-jest": "^29.1.2",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.22.4",
"vite": "^4.3.5",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^0.38.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}