-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.88 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
{
"name": "overtone",
"version": "0.56.3",
"description": "A free and open source Music Player for all your local music files !",
"main": "electron/index.js",
"author": "biologyscience",
"license": "GPL-3.0-only",
"homepage": "https://overtone.js.org",
"scripts": {
"build": "vite build ./react",
"electron": "nodemon --watch electron --ext js --exec \"electron electron/index.js --dev\"",
"make": "electron-forge make",
"react": "vite ./react --host",
"start": "vite build ./react && electron electron/index.js"
},
"dependencies": {
"archiver": "^7.0.1",
"discord-rpc": "^4.0.1",
"electron-store": "^11.0.2",
"extract-zip": "^2.0.1",
"move-file": "^4.1.0",
"music-metadata": "^7.14.0",
"node-taglib-sharp": "^6.0.1",
"node-vibrant": "^4.0.3",
"sharp": "^0.34.5"
},
"devDependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-dmg": "^7.11.1",
"@electron-forge/maker-zip": "^7.11.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/js": "^9.39.1",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@svgr/rollup": "^8.1.0",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"antd": "^6.2.3",
"dsssp": "^0.6.4",
"electron": "^39.2.7",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"react": "^19.2.0",
"react-circular-progressbar": "^2.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.0",
"react-haiku": "^2.4.1",
"react-hot-toast": "^2.6.0",
"sass": "^1.97.1",
"vite": "^7.2.4"
}
}