-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.27 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.27 KB
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
{
"name": "gzker-plus",
"version": "1.7.0",
"private": true,
"description": "过早客论坛增强插件~",
"repository": {
"type": "git",
"url": "https://github.com/ccnnde/gzker-plus.git"
},
"license": "AGPL-3.0-or-later",
"author": {
"name": "Nor Cod",
"email": "norfecod@outlook.com"
},
"type": "module",
"scripts": {
"build": "pnpm clean:dist && vue-tsc && vite build",
"build:ff": "cross-env TARGET=firefox pnpm build",
"build:watch": "pnpm clean:dist && vite build --watch --mode development",
"build:watch:ff": "cross-env TARGET=firefox pnpm build:watch",
"clean:dist": "rimraf dist",
"clean:node": "rimraf node_modules",
"dev": "pnpm clean:dist && vite",
"dev:ff": "cross-env TARGET=firefox pnpm dev",
"format": "prettier --write .",
"git:push": "node git-push.cjs",
"git:release": "changelogen gh release",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.json",
"lint:fix": "pnpm lint --fix",
"lint:list": "DEBUG=eslint:cli-engine pnpm lint",
"log:auto": "pnpm log:gen && pnpm log:format && pnpm log:stage",
"log:format": "prettier --write src/markdown/ChangeLog.md package.json",
"log:gen": "changelogen --bump --clean",
"log:stage": "git add src/markdown/ChangeLog.md package.json",
"prepare": "husky install",
"styl-lint": "stylelint **/*.{scss,vue}",
"styl-lint:fix": "stylelint **/*.{scss,vue} --fix",
"styl-lint:list": "pnpm styl-lint -f verbose",
"type-check": "vue-tsc --noEmit --skipLibCheck",
"up-all": "pnpm up --latest",
"zip-ext": "node extension-zips.cjs"
},
"dependencies": {
"@unocss/reset": "0.57.3",
"@vueuse/core": "10.11.1",
"cherry-markdown": "0.8.39",
"element-plus": "2.4.2",
"emoji-mart-vue-fast": "15.0.0",
"html-entities": "2.5.2",
"js-cookie": "3.0.5",
"localforage": "1.10.0",
"lodash-es": "4.17.21",
"markdown-it-github-alerts": "0.3.0",
"markdown-it-link-attributes": "4.0.1",
"markdown-it-task-checkbox": "1.0.6",
"mitt": "3.0.1",
"nanoid": "5.0.7",
"pinia": "2.1.7",
"qrcode.vue": "3.4.1",
"scroll-into-view-if-needed": "3.1.0",
"v-viewer": "3.0.11",
"viewerjs": "1.11.6",
"vue": "3.3.8",
"vue-i18n": "9.6.5",
"vue-router": "4.2.5"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@commitlint/cli": "17.6.5",
"@iconify-json/mdi": "1.1.55",
"@intlify/unplugin-vue-i18n": "1.5.0",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.11",
"@types/webextension-polyfill": "0.10.6",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@unocss/eslint-config": "0.57.3",
"@unocss/eslint-plugin": "0.57.3",
"@vitejs/plugin-vue": "4.4.1",
"@vue/eslint-config-typescript": "12.0.0",
"adm-zip": "0.5.12",
"archiver": "7.0.1",
"changelogen": "0.5.5",
"commitlint-config-git-commit-emoji": "1.0.0",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"eslint-config-alloy": "5.1.2",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsonc": "2.10.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-vue": "9.18.1",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"jsonc-eslint-parser": "2.0.4",
"lint-staged": "13.2.2",
"postcss-html": "1.5.0",
"prettier": "2.8.8",
"prettier-plugin-packagejson": "2.4.6",
"rimraf": "5.0.5",
"sass": "1.69.5",
"stylelint": "15.11.0",
"stylelint-config-recess-order": "4.3.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-config-standard-vue": "1.0.0",
"typescript": "5.0.4",
"unocss": "0.57.3",
"unplugin-auto-import": "0.16.7",
"unplugin-vue-components": "0.25.2",
"unplugin-vue-markdown": "0.26.0",
"vite": "4.5.0",
"vite-plugin-html-minifier": "1.0.3",
"vite-plugin-web-extension": "3.2.0",
"vue-eslint-parser": "9.3.2",
"vue-tsc": "1.8.22",
"webextension-polyfill": "0.10.0"
},
"pnpm": {
"patchedDependencies": {
"changelogen@0.5.5": "patches/changelogen@0.5.5.patch",
"cherry-markdown@0.8.39": "patches/cherry-markdown@0.8.39.patch",
"emoji-mart-vue-fast@15.0.0": "patches/emoji-mart-vue-fast@15.0.0.patch"
}
}
}