forked from dromara/yft-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.95 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
{
"name": "vue-fabric-draw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@icon-park/vue-next": "^1.4.2",
"@svgdotjs/svg.js": "^3.1.2",
"@vueuse/core": "^9.10.0",
"beautify-qrcode": "^1.0.3",
"chroma-js": "^2.4.2",
"clipboard": "^2.0.11",
"core-js": "^3.8.3",
"crypto-js": "^4.1.1",
"delaunator": "^5.0.0",
"dexie": "^3.0.3",
"element-plus": "^2.2.28",
"fabric": "^6.0.0-beta1",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"js-base64": "^3.7.5",
"jsbarcode": "^3.11.5",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"perfect-freehand": "^1.2.0",
"pinia": "^2.0.28",
"register-service-worker": "^1.7.2",
"tinycolor2": "^1.6.0",
"vue": "^3.2.40",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/clipboard": "^2.0.7",
"@types/crypto-js": "^4.1.1",
"@types/delaunator": "^5.0.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.194",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.14",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.14.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"prettier": "^2.4.1",
"sass": "^1.57.1",
"sass-loader": "^12.6.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"svg-sprite-loader": "^6.0.11",
"typescript": "^4.7.4",
"vite": "^4.3.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.15.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.6.5"
}
}