-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "nts-desktop",
"version": "0.0.15",
"description": "A desktop app for playing NTS Live and streams",
"type": "module",
"main": "index.cjs",
"author": "Romeo Van Snick <romeo@romeovansnick.be>",
"license": "MIT",
"repository": "https://github.com/romeovs/nts-desktop",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/classnames": "^2.3.4",
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-transition-group": "^4.4.11",
"@vitejs/plugin-react": "^3.1.0",
"concurrently": "^6.5.1",
"dotenv-cli": "^7.4.2",
"electron": "^33.0.2",
"electron-builder": "^24.13.3",
"esbuild": "^0.24.0",
"json": "^11.0.0",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.0.9",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.0.1"
},
"dependencies": {
"bplist-parser": "^0.3.2",
"classnames": "^2.5.1",
"electron-log": "^4.4.8",
"electron-serve": "^1.3.0",
"firebase": "^11.0.1",
"isomorphic-fetch": "^3.0.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react-transition-group": "^4.4.5"
}
}