-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.04 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.04 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
{
"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": "^3.0.1",
"ansis": "^4.2.0",
"app-root-dir": "^1.0.2",
"disconnect": "^1.2.2",
"effection": "^3.6.1",
"milliparsec": "^5.1.0",
"node-taglib-sharp": "^6.0.1",
"radash": "^12.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-scan": "^0.4.3",
"roarr": "^7.21.2",
"serialize-error": "^12.0.0",
"sirv": "^3.0.2",
"vite-plugin-html-config": "^2.0.2"
},
"devDependencies": {
"@electron-forge/cli": "^7.10.2",
"@electron-forge/maker-deb": "^7.10.2",
"@electron-forge/maker-zip": "^7.10.2",
"@electron-forge/plugin-vite": "^7.10.2",
"@types/app-root-dir": "^0.1.4",
"@types/node": "^24.10.4",
"@types/react": "^19.2.7",
"@types/react-devtools": "^3.6.2",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"cross-env": "^10.1.0",
"electron": "^39.2.7",
"eslint": "^10.0.0",
"package-up": "^5.0.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"react-devtools": "^7.0.1",
"sass": "^1.97.1",
"typescript": "^5.9.3",
"vite": "^7.3.0"
},
"keywords": [],
"author": {
"name": "Adi Dahiya",
"email": "adi.dahiya14@gmail.com"
}
}