forked from WuKongOpenSource/Wukong_HRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 3.73 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "5kcrm",
"version": "12.0.0",
"description": "",
"author": "5kcrm <service@5kcrm.com>",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
"preview": "node build/index.js --preview",
"lint": "eslint --fix --ext .js,.vue src",
"lint:lint-staged": "lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/timeline": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@tinymce/tinymce-vue": "^3.2.8",
"axios": "^1.3.1",
"clipboard": "^2.0.4",
"compressorjs": "^1.2.1",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"d3": "^7.8.2",
"echarts": "5.4.0",
"el-bigdata-table": "git+https://gitee.com/devi001/el-bigdata-table.git#v2.15.10",
"element-ui": "git+https://gitee.com/devi001/wk-element.git#v2.15.10",
"file-saver": "^2.0.5",
"frappe-gantt": "^0.6.1",
"html2canvas": "^1.4.1",
"js-cookie": "2.2.1",
"jsencrypt": "3.3.1",
"lockr": "^0.8.5",
"marked": "^4.2.12",
"mathjs": "^10.6.4",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"number-precision": "^1.6.0",
"numeral": "^2.0.6",
"nzh": "^1.0.8",
"path-to-regexp": "2.4.0",
"pinyin-match": "1.2.2",
"print-js": "^1.6.0",
"qrcodejs2": "0.0.2",
"signature_pad": "4.1.4",
"sortablejs": "^1.15.0",
"throttle-debounce": "^2.1.0",
"v-calendar": "2.3.0",
"vue": "2.5.17",
"vue-bus": "^1.2.1",
"vue-calendar-component": "^2.8.2",
"vue-cropper": "^0.4.9",
"vue-i18n": "^8.7.0",
"vue-moment": "^4.1.0",
"vue-radial-progress": "^0.3.2",
"vue-router": "3.0.1",
"vue-virtual-scroller": "^1.1.2",
"vue2-animate": "^2.1.4",
"vue2-org-tree": "1.3.1",
"vuedraggable": "2.24.3",
"vuex": "3.0.1",
"watermark-dom": "^2.3.0",
"xlsx": "^0.18.5",
"xss": "^1.0.6"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-service": "4.4.4",
"autoprefixer": "9.5.1",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "2.4.2",
"connect": "3.6.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "7.32.0",
"eslint-plugin-vue": "9.9.0",
"html-webpack-plugin": "3.2.0",
"husky": "^8.0.1",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"lint-staged": "^12.4.1",
"sass": "1.32.6",
"postcss": "^8.4.8",
"postcss-html": "^1.3.0",
"postcss-scss": "^4.0.3",
"runjs": "4.3.2",
"sass-loader": "10.4.1",
"sass-resources-loader": "2.2.4",
"script-ext-html-webpack-plugin": "2.1.3",
"serve-static": "1.13.2",
"stylelint": "^14.5.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"stylelint-webpack-plugin": "^2.4.0",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-template-compiler": "2.5.17"
},
"lint-staged": {
"*.js": "eslint --fix",
"*.vue": [
"eslint --fix",
"stylelint --fix"
],
"*.scss": "stylelint --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": "14.x || 16.x"
},
"license": "MIT"
}