-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 995 Bytes
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
{
"name": "github-sub",
"version": "1.2.6",
"description": "GitHub 仓库/用户订阅推送插件",
"type": "module",
"scripts": {
"build": "tsup && vite build --config ui/vite.config.ts",
"dev:plugin": "tsup --watch",
"dev:ui": "vite --config ui/vite.config.ts",
"dev:sync": "node scripts/dev-sync.mjs",
"pack": "npm run build && node scripts/pack.mjs",
"index-entry": "node scripts/index-entry.mjs"
},
"dependencies": {
"@myfinal/plugin-runtime": "^0.3.1",
"@myfinal/shared": "^0.2.5",
"reflect-metadata": "^0.2.2",
"undici": "^7.28.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^25.9.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"fflate": "^0.8.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tailwindcss": "^4.3.0",
"tsup": "^8.5.0",
"typescript": "^5.6.3",
"vite": "^8.0.10",
"ws": "^8.18.2"
}
}