-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.69 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.69 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
132
133
134
135
136
137
138
139
{
"name": "lyrictor",
"version": "1.5.0",
"private": true,
"main": "electron/main.cjs",
"dependencies": {
"@adobe/react-spectrum": "^3.32.2",
"@fontsource-variable/big-shoulders-inline-display": "^5.0.19",
"@fontsource-variable/caveat": "^5.0.17",
"@fontsource-variable/comfortaa": "^5.0.19",
"@fontsource-variable/dancing-script": "^5.0.17",
"@fontsource-variable/darker-grotesque": "^5.0.4",
"@fontsource-variable/edu-nsw-act-foundation": "^5.0.8",
"@fontsource-variable/figtree": "^5.2.10",
"@fontsource-variable/fraunces": "^5.2.9",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/jost": "^5.2.8",
"@fontsource-variable/manrope": "^5.2.8",
"@fontsource-variable/merienda": "^5.0.12",
"@fontsource-variable/montserrat": "^5.0.18",
"@fontsource-variable/newsreader": "^5.2.10",
"@fontsource-variable/open-sans": "^5.0.28",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource-variable/red-hat-display": "^5.0.20",
"@fontsource-variable/roboto-mono": "^5.0.18",
"@fontsource-variable/sora": "^5.2.8",
"@fontsource-variable/space-grotesk": "^5.2.10",
"@fontsource-variable/syne": "^5.2.7",
"@fontsource-variable/urbanist": "^5.2.7",
"@react-hook/window-size": "^3.0.7",
"@react-spectrum/toast": "^3.0.0-beta.10",
"@types/howler": "^2.2.4",
"@types/node": "^16.7.13",
"@types/react": "^19",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^19",
"@types/react-outside-click-handler": "^1.3.3",
"@vercel/analytics": "^1.2.2",
"draft-js": "^0.11.7",
"firebase": "^12.10.0",
"format-duration": "^1.4.0",
"framer-motion": "^11.11.9",
"howler": "^2.2.3",
"konva": "^8.3.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"re-resizable": "^6.9.17",
"react": "^19",
"react-color": "^2.19.3",
"react-dom": "^19",
"react-dropzone": "^12.0.4",
"react-hooks-use-previous": "^1.0.0-rc2",
"react-konva": "^19.0.0",
"react-konva-utils": "^2.0.0",
"react-outside-click-handler": "^1.3.0",
"react-router-dom": "^6.22.2",
"react-scrollbars-custom": "^4.1.1",
"react-social-login-buttons": "^3.6.0",
"react-type-animation": "^3.2.0",
"react-use-audio-player": "^1.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4",
"use-image": "^1.1.1",
"waveform-data": "^4.4.0",
"youtube-dl-exec": "^3.1.4",
"zustand": "^4.4.7"
},
"resolutions": {
"@swc/helpers": "^0.5.0",
"immutable": "^3.8.3"
},
"scripts": {
"start": "vite",
"dev": "vite",
"dev:web": "vite",
"dev:electron": "node scripts/ensure-electron.cjs && wait-on http-get://127.0.0.1:3000 && cross-env LYRICTOR_ELECTRON_DEV_SERVER_URL=http://127.0.0.1:3000 electron .",
"dev:desktop": "concurrently -k \"yarn dev:web\" \"yarn dev:electron\"",
"check-types": "tsc --noEmit",
"build": "yarn check-types && vite build",
"build:web": "yarn check-types && vite build",
"build:desktop": "yarn check-types && cross-env LYRICTOR_BUILD_TARGET=electron vite build",
"build:desktop:icon": "node scripts/generate-mac-icon.cjs",
"preview": "vite preview",
"preview:desktop": "node scripts/ensure-electron.cjs && yarn build:desktop && electron .",
"dist:desktop": "node scripts/ensure-electron.cjs && yarn build:desktop && yarn build:desktop:icon && electron-builder --mac dmg",
"dist:desktop:dir": "node scripts/ensure-electron.cjs && yarn build:desktop && yarn build:desktop:icon && electron-builder --mac dir"
},
"build": {
"appId": "com.lyrictor.app",
"productName": "Lyrictor",
"directories": {
"output": "dist-desktop"
},
"files": [
"build-desktop/**/*",
"electron/**/*",
"package.json"
],
"asar": true,
"asarUnpack": [
"node_modules/youtube-dl-exec/bin/**/*"
],
"protocols": [
{
"name": "Lyrictor Auth",
"schemes": [
"lyrictor"
]
}
],
"mac": {
"icon": "electron/icon.icns",
"category": "public.app-category.music",
"target": [
"dmg"
]
},
"dmg": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
}
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@types/draft-js": "^0.11.9",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^1.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"electron": "^36.0.0",
"electron-builder": "^25.1.8",
"vite": "^6.2.2",
"vite-plugin-checker": "^0.12.0",
"wait-on": "^8.0.3"
},
"packageManager": "yarn@4.13.0"
}