-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.05 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.05 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
{
"name": "daunroda-app",
"version": "0.0.1-alpha.10",
"private": true,
"description": "The official Daunroda app to easily download Spotify playlists.",
"author": "Alex Kovacs <alexdemaster@proton.me>",
"scripts": {
"build": "vue-tsc --noEmit && vite build && electron-builder --publish always",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"dev": "vite"
},
"main": "dist/electron/main/index.js",
"dependencies": {
"@sapphire/fetch": "^2.4.1",
"daunroda": "https://github.com/daunroda/daunroda-app-package#20228f8d9c09736f93f5d3afcb8909522a6a9e0b",
"electron-updater": "^6.3.0",
"fluent-ffmpeg": "https://github.com/alexthemaster/node-fluent-ffmpeg.git#commit=86418dd02dfb9554ce2becaafda20c66447b0d84",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/vue-fontawesome": "latest-3",
"@rushstack/eslint-patch": "^1.2.0",
"@types/spotify-api": "^0.0.18",
"@types/spotify-web-api-node": "^5.0.7",
"@typescript-eslint/parser": "^5.38.1",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"electron": "^20.3.0",
"electron-builder": "^23.5.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vite": "^3.2.11",
"vite-plugin-electron": "^0.9.3",
"vue": "^3.2.40",
"vue-router": "4.1.5",
"vue-tsc": "^0.40.13"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"daunroda",
"daunroda-app"
],
"license": "MIT",
"packageManager": "yarn@3.2.3"
}