-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.08 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
{
"name": "@adahiya/raga-app",
"productName": "raga-app",
"version": "0.5.1",
"private": true,
"description": "UI for running music library management",
"main": ".vite/build/main.js",
"scripts": {
"build": "electron-forge package",
"check-lint": "eslint .",
"check-types": "tsc --noEmit",
"dev": "yarn dev:react-devtools & yarn dev:forge",
"dev:forge": "cross-env NODE_ENV=development ROARR_LOG=true FLUENTFFMPEG_COV=0 electron-forge start",
"dev:react-devtools": "react-devtools",
"clean": "rm -rf .vite/* out/*",
"dist": "electron-forge make",
"lint-fix": "eslint --fix .",
"publish-electron": "electron-forge publish"
},
"dependencies": {
"@adahiya/raga-lib": "workspace:^",
"@adahiya/raga-types": "workspace:*",
"@adahiya/raga-web-app": "workspace:^",
"@tinyhttp/app": "^2.5.2",
"ansis": "^4.1.0",
"app-root-dir": "^1.0.2",
"disconnect": "^1.2.2",
"effection": "^3.5.0",
"milliparsec": "^5.0.2",
"node-taglib-sharp": "^6.0.1",
"radash": "^12.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scan": "^0.3.4",
"roarr": "^7.21.1",
"serialize-error": "^12.0.0",
"sirv": "^3.0.1",
"vite-plugin-html-config": "^2.0.2"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-vite": "^7.8.1",
"@types/app-root-dir": "^0.1.4",
"@types/node": "^24.10.0",
"@types/react": "^19.1.8",
"@types/react-devtools": "^3.6.2",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"cross-env": "^7.0.3",
"electron": "^36.4.0",
"electron-extension-installer": "^1.2.0",
"eslint": "^9.29.0",
"package-up": "^5.0.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"react-devtools": "^6.1.2",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"keywords": [],
"author": {
"name": "Adi Dahiya",
"email": "adi.dahiya14@gmail.com"
}
}