-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "Lava-Client",
"productName": "Lava Client",
"appId": "Lava-Client",
"license": "MIT",
"author": {
"name": "MagmaRat Studios",
"email": "magmarat.business@gmail.com"
},
"description": "A Simple App Store from MagmaRat Studios",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/MagmaRat-Studios/Lava-Client.git"
},
"private": true,
"scripts": {
"start": "vue-cli-service electron:serve",
"web-serve": "vue-cli-service serve",
"web-build": "vue-cli-service build",
"build": "vue-cli-service electron:build",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"core-js": "^3.18.3",
"downloads-folder": "latest",
"electron-settings": "^4.0.2",
"electron-updater": "^4.3.9",
"node-downloader-helper": "^1.0.19",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.14",
"@vue/cli-plugin-router": "~4.5.14",
"@vue/cli-plugin-vuex": "~4.5.14",
"@vue/cli-service": "~4.5.14",
"electron": "^15.3.0",
"electron-devtools-installer": "^3.2.0",
"sass": "^1.43.3",
"sass-loader": "^10",
"vue-cli-plugin-electron-builder": "~2.1.1",
"vue-template-compiler": "^2.6.14"
}
}