-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.55 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.55 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
{
"displayName": "Postar - Content Sync Assistant",
"name": "postar",
"version": "1.0.0",
"description": "Postar - International Content Sync Assistant",
"author": "GitCoffee Team @GitCoffee",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"vite:build": "vite build",
"vite-to-plasmo": "node scripts/vite-to-plasmo.js",
"plasmo:dev": "vite build && node scripts/vite-to-plasmo.js && plasmo dev",
"plasmo:build": "vite build && node scripts/vite-to-plasmo.js --build && plasmo build",
"wxt:dev": "wxt",
"wxt:build": "wxt build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@gitcoffee/i18n": "^1.0.0",
"@gitcoffee/postbot-actions": "^1.0.0",
"@gitcoffee/postbot-api": "^1.0.0",
"@gitcoffee/postbot-background": "^1.0.0",
"@gitcoffee/postbot-content-adapter": "^1.0.0",
"@gitcoffee/postbot-content-reader": "^1.0.0",
"@gitcoffee/postbot-content-services": "^1.0.0",
"@gitcoffee/postbot-content-ui": "^1.0.0",
"@gitcoffee/postbot-events": "^1.0.0",
"@gitcoffee/postbot-media": "^1.0.0",
"@gitcoffee/postbot-plugin-engine": "^1.0.0",
"@gitcoffee/postbot-publish-engine": "^1.0.0",
"@gitcoffee/postbot-publisher-en": "^1.0.0",
"@gitcoffee/postbot-sidepanel-ui": "^1.0.0",
"@gitcoffee/postbot-stores": "^1.0.0",
"@gitcoffee/postbot-tabs": "^1.0.0",
"@gitcoffee/postbot-utils": "^1.0.0",
"@gitcoffee/storage": "^1.0.0",
"@gitcoffee/store": "^1.0.0",
"@mozilla/readability": "^0.6.0",
"ant-design-vue": "^4.2.6",
"dayjs": "^1.11.13",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"wxt": "^0.20.13"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/chrome": "^0.0.268",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.10.1",
"@vitejs/plugin-vue": "^5.2.1",
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-vue": "^1.0.3",
"glob": "^13.0.0",
"plasmo": "^0.90.5",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vite": "^6.0.1"
},
"keywords": [
"postar",
"content",
"sync",
"international"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gitcoffee-os/postar.git"
},
"homepage": "https://github.com/gitcoffee-os/postar",
"bugs": {
"url": "https://github.com/gitcoffee-os/postar/issues"
}
}