-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.19 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
{
"name": "opusify",
"description": "Download on your computer all your Spotify music.",
"keywords": [
"spotify",
"downloader",
"download",
"music",
"youtube"
],
"version": "1.0.0",
"main": "dist/electron/index.js",
"author": {
"name": "Adrien Cantepie",
"url": "https://github.com/acantepie"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"release": "electron-builder --publish=never"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@mdi/font": "^7.0.96",
"@types/node": "18.0.0",
"@vitejs/plugin-vue": "^3.1.2",
"electron": "^21.1.0",
"electron-builder": "^23.3.3",
"element-plus": "^2.2.18",
"moment": "^2.29.4",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vite-electron-plugin": "^0.4.6",
"vite-plugin-electron-renderer": "^0.10.1",
"vue": "^3.2.40",
"vue-router": "^4.1.5",
"vue-tsc": "^0.40.13"
},
"dependencies": {
"axios": "1.1.3",
"class-transformer": "^0.5.1",
"reflect-metadata": "^0.1.13",
"winston": "^3.8.2"
}
}