forked from MetaLowCodeTeam/MetaLowCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.23 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "meta-low-code",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --force",
"serve": "vite --force",
"start": "vite --force",
"preview": "vite preview",
"build": "vite build",
"fast-build": "vite build --config fastvite.config.js"
},
"dependencies": {
"@antv/s2-vue": "^1.5.0",
"@element-plus/icons-vue": "2.0.10",
"@tinymce/tinymce-vue": "5.0.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.2.3",
"axios": "1.3.4",
"china-area-data": "^5.0.1",
"codemirror": "5.65.5",
"core-js": "3.29.0",
"cron-parser": "^4.9.0",
"cropperjs": "1.5.13",
"crypto-js": "4.1.1",
"echarts": "5.4.1",
"echarts-liquidfill": "^3.1.0",
"element-plus": "2.2.32",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"nprogress": "0.2.0",
"pinia": "^2.0.35",
"pinia-plugin-persistedstate": "^3.1.0",
"pinyin-pro": "^3.17.0",
"qrcodejs2-fix": "^0.0.1",
"sortablejs": "1.15.0",
"tinymce": "6.3.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.3.0",
"vue-countup-v3": "^1.3.0",
"vue-draggable-next": "^2.2.1",
"vue-i18n": "9.2.2",
"vue-resize-observer": "^2.0.15",
"vue-router": "4.1.6",
"vue-smart-widget": "^1.0.0-alpha.1",
"vue3-manner-report": "^0.1.9",
"vue3-quill": "0.2.6",
"vuedraggable": "4.0.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "7.21.00",
"@babel/eslint-parser": "7.19.1",
"eslint": "8.35.0",
"eslint-plugin-vue": "9.9.0",
"fast-glob": "^3.3.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "1.58.3",
"sass-loader": "10.1.1",
"vite": "^4.4.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-top-level-await": "^1.3.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"globals": {
"APP_CONFIG": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"indent": 0,
"no-tabs": 0,
"no-mixed-spaces-and-tabs": 0,
"vue/no-unused-components": 0,
"vue/multi-word-component-names": 0
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}