-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.15 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.15 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
127
128
129
130
131
{
"name": "Marchen",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.11.0",
"description": "Marchen player",
"author": "Suemor",
"license": "AGPL-3.0",
"homepage": "https://github.com/marchen-dev/marchen-player",
"repository": {
"url": "https://github.com/marchen-dev/marchen-player",
"type": "git"
},
"main": "./out/main/index.js",
"scripts": {
"build": "npm run typecheck && electron-vite build",
"build:linux": "electron-vite build && electron-builder --linux --publish never",
"build:mac": "electron-vite build && electron-builder --mac --publish never",
"build:unpack": "npm run build && electron-builder --dir",
"build:web": "rm -rf out/web && vite build",
"build:win": "npm run build && electron-builder --win --publish never",
"bump": "vv",
"dev": "electron-vite dev",
"dev:web": "vite",
"format": "prettier --write .",
"lint": "eslint",
"lint:fix": "eslint --fix",
"postinstall": "electron-builder install-app-deps",
"prepare": "pnpm exec simple-git-hooks",
"start": "electron-vite preview",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.75",
"@ai-sdk/openai": "^3.0.62",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"ai": "^6.0.175",
"nanoid": "^5.1.11",
"radix-ui": "^1.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/tsconfig": "^2.0.0",
"@electron-toolkit/utils": "^4.0.0",
"@electron/notarize": "^3.1.1",
"@eslint-react/eslint-plugin": "^3.0.0",
"@fontsource/manrope": "^5.2.8",
"@iconify-json/mingcute": "^1.2.7",
"@iconify/tailwind4": "^1.2.3",
"@jellyfin/libass-wasm": "^4.2.4",
"@marchen/electron-ipc": "workspace:*",
"@marchen/shared": "workspace:*",
"@sentry/react": "^10.49.0",
"@suemor/xgplayer": "^3.0.21",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-query": "^5.99.0",
"@tanstack/react-query-devtools": "^5.99.0",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/lodash-es": "4.17.12",
"@types/node": "^25.6.0",
"@types/opencc-js": "^1.0.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/string-natural-compare": "^3.0.4",
"@vitejs/plugin-react": "^6.0.1",
"class-variance-authority": "^0.7.1",
"click-to-react-component": "^1.1.3",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"danmu.js": "^1.2.1",
"dayjs": "^1.11.20",
"dexie": "^4.4.2",
"dexie-react-hooks": "^4.4.0",
"dotenv": "^17.4.2",
"electron": "^41.2.1",
"electron-builder": "^26.8.1",
"electron-log": "^5.4.3",
"electron-updater": "^6.8.3",
"electron-vite": "^5.0.0",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"fluent-ffmpeg": "^2.1.3",
"framer-motion": "^12.38.0",
"jotai": "^2.19.1",
"lint-staged": "^16.4.0",
"lodash-es": "^4.18.1",
"lowdb": "^7.0.1",
"lucide-react": "^1.8.0",
"nbump": "^2.1.8",
"next-themes": "^0.4.6",
"node-machine-id": "^1.1.12",
"ofetch": "^1.5.1",
"opencc-js": "^1.0.5",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router": "^7.14.1",
"react-scan": "^0.5.3",
"simple-git-hooks": "^2.13.1",
"spark-md5": "^3.0.2",
"string-natural-compare": "^3.0.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.8",
"vite-plugin-static-copy": "^3.0.0",
"xml2js": "^0.6.2",
"zod": "^4.3.6"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"bump": {
"before": [
"git pull --rebase"
],
"commit_message": "chore(release): release v${NEW_VERSION}",
"changelog": true
}
}