This repository has been archived by the owner on May 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "applemusic",
"version": "1.1.1",
"description": "Apple Music Electron is a desktop app in Pre-Alpha for Windows, macOS, and Linux, allowing customization with themes and plugins for a personalized music experience.",
"productName": "Apple Music Electron",
"author": "lunathefur <loona@loona.lol>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"electron:dev": "quasar dev -m electron",
"electron:build": "quasar build -m electron",
"app:dir": "electron-builder --dir",
"app:dist": "electron-builder"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"@types/node-fetch": "^2.6.11",
"bootstrap-icons": "^1.11.3",
"connect": "^3.7.0",
"discord-auto-rpc": "^1.0.17",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"install": "^0.13.0",
"node-fetch": "^3.3.2",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"vue": "^3.4.18",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.12",
"cors": "^2.8.5"
},
"devDependencies": {
"@electron/packager": "^18.3.2",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@quasar/app-vite": "^2.0.0-beta.5",
"@types/cors": "^2.8.17",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.2",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.11.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^3.0.3",
"typescript": "~5.3.0",
"vite-plugin-checker": "^0.6.4",
"vue-tsc": "^1.8.22"
},
"engines": {
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}