-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
141 lines (141 loc) · 4.59 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
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
132
133
134
135
136
137
138
139
140
141
{
"name": "Marchen",
"type": "module",
"version": "0.0.1-beta.3",
"private": true,
"packageManager": "[email protected]",
"description": "Marchen player",
"author": "Suemor",
"license": "GPL-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 && shx test -f .env || shx cp .env.example .env",
"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": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2"
},
"devDependencies": {
"@egoist/tipc": "^0.3.2",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@electron/notarize": "^2.5.0",
"@fontsource/manrope": "^5.0.21",
"@hrgui/libass-wasm-ts": "^1.0.3",
"@iconify-json/mingcute": "^1.1.19",
"@iconify/tailwind": "^1.1.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@sentry/react": "^8.42.0",
"@suemor/xgplayer": "^3.0.21",
"@tanstack/react-query": "^5.62.9",
"@tanstack/react-query-devtools": "^5.62.9",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/lodash-es": "4.17.12",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/string-natural-compare": "^3.0.4",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"click-to-react-component": "^1.1.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"daisyui": "^4.12.10",
"danmu.js": "^1.1.13",
"dayjs": "^1.11.13",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.4.5",
"electron": "^32.0.0",
"electron-builder": "^25.0.0",
"electron-log": "^5.2.0",
"electron-unhandled": "^5.0.0",
"electron-updater": "^6.3.9",
"electron-vite": "^2.3.0",
"eslint": "^9.13.0",
"eslint-config-hyoban": "^3.1.11",
"fluent-ffmpeg": "^2.1.3",
"framer-motion": "^12.0.0-alpha.2",
"jotai": "^2.9.3",
"libass-wasm": "^4.1.0",
"lint-staged": "^15.2.8",
"lodash-es": "^4.17.21",
"lowdb": "^7.0.1",
"lucide-react": "^0.469.0",
"nanoid": "^5.0.7",
"nbump": "^2.0.4",
"next-themes-suemor": "^0.3.1",
"node-machine-id": "^1.1.12",
"ofetch": "^1.3.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"react-scan": "^0.0.54",
"rollup-plugin-copy": "^3.5.0",
"shx": "^0.3.4",
"simple-git-hooks": "^2.11.1",
"spark-md5": "^3.0.2",
"string-natural-compare": "^3.0.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"vite": "^6.0.0",
"xml2js": "^0.6.2",
"zod": "^3.24.1"
},
"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
}
}