-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
76 lines (76 loc) · 2.09 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
{
"name": "print-template-designer",
"version": "0.2.0",
"private": false,
"author": {
"email": "admin@royians.cn",
"name": "ROYIANS",
"url": "https://www.royians.cn"
},
"repository": {
"type": "git",
"url": "git://github.com/royians/print-template-designer.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name print-template-designer --dest lib src/components/index.js"
},
"main": "lib/print-template-designer.umd.js",
"files": [
"lib"
],
"peerDependencies": {
"vue": "^2.6.0",
"vuex": "^3.6.0",
"vxe-table": ">=2.10.0"
},
"dependencies": {
"@wangeditor/editor": "^5.1.22",
"axios": "^1.2.2",
"big.js": "^6.2.1",
"bwip-js": "^4.1.1",
"core-js": "^3.8.3",
"easyqrcodejs": "^4.5.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"nanoid": "^4.0.0",
"normalize.css": "^8.0.1",
"path-to-regexp": "^6.2.1",
"remixicon": "^3.0.0",
"shepherd.js": "^10.0.1",
"vue": "2.6.11",
"vue-print-nb": "^1.7.5",
"vue-router": "^3.5.4",
"vue-styled-components": "^1.6.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vxe-table": "^3.6.6",
"xe-utils": "^3.5.7"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"lint-staged": "^11.1.2",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"vue-template-compiler": "2.6.11",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-node-externals": "^3.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}