-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 2.13 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": "@ocyss/feishu-plugin",
"type": "module",
"version": "1.1.0",
"author": "Ocyss <[email protected]> (https://github.com/Ocyss)",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/Ocyss/FeishuPlugin",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@lark-base-open/js-sdk": "0.3.5",
"@types/file-saver": "^2.0.7",
"@vue-office/docx": "^1.6.0",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"@zxing/library": "^0.20.0",
"axios": "^1.6.3",
"date-fns": "^2.30.0",
"docx-templates": "^4.11.3",
"easy-speech": "^2.2.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"idb-keyval": "^6.2.1",
"js-base64": "^3.7.5",
"l-watermark": "^2.1.2",
"liquidjs": "^10.10.0",
"lodash-es": "^4.17.21",
"modern-screenshot": "^4.4.37",
"p-limit": "^5.0.0",
"pdfjs": "^2.5.3",
"qrcode": "^1.5.3",
"qrcode-vue3": "^1.6.8",
"random-ease": "^1.0.8",
"reset-css": "^5.0.2",
"sass": "^1.69.6",
"screenfull": "^6.0.2",
"vue": "^3.4.1",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^4.6.1",
"@vue/tsconfig": "^0.4.0",
"canvas-screenshots": "^0.1.15",
"eslint": "^8.56.0",
"eslint-flat-config-viewer": "^0.1.4",
"eslint-plugin-format": "^0.1.0",
"lint-staged": "^15.2.0",
"naive-ui": "^2.36.0",
"oxlint": "^0.0.22",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-turbo-console": "^1.0.9",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.10",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-top-level-await": "^1.4.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}