-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
60
61
62
{
"name": "thulium-music-3",
"version": "3.1.0",
"description": "Thulium Music 3",
"main": "main.js",
"scripts": {
"start": "electron .",
"build-doc": "electron ./build/main.js",
"pack-win-x64": "electron-packager . \"Thulium Music 3\" --win --arch=x64 --out=./dist --app-version=3.1 --overwrite --icon=./assets/icon.ico",
"publish": "electron-builder --publish onTagOrDraft"
},
"build": {
"appId": "com.obstudio.thulium",
"win": {
"target": "msi",
"icon": "assets/icon.ico"
},
"mac": {
"category": "public.app-category.music",
"target": "dmg",
"icon": "assets/icon.icns"
},
"linux": {
"target": "deb"
}
},
"keywords": [],
"author": "Ob Studio",
"devDependencies": {
"@vue/devtools": "^1.1.0",
"electron": "^2.0.0",
"electron-builder": "^20.16.1",
"electron-packager": "^12.1.0",
"eslint": "^4.19.1"
},
"dependencies": {
"acorn": "^5.7.1",
"audiobuffer-to-wav": "^1.0.0",
"element-ui": "^2.4.1",
"js-yaml": "^3.12.0",
"monaco-editor": "^0.13.1",
"mousetrap": "^1.6.2",
"opn": "^5.3.0",
"sass": "^1.6.2",
"vue": "^2.5.16",
"vue-i18n": "^7.8.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuedraggable": "^2.16.0",
"vuex": "^3.0.1",
"wafd-tm3": "^1.0.1"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/obstudio/Thulium-Music-3.git"
},
"bugs": {
"url": "https://github.com/obstudio/Thulium-Music-3/issues"
},
"homepage": "https://github.com/obstudio/Thulium-Music-3#readme"
}