-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.5 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
{
"name": "peppubuild-desktop",
"version": "0.0.1",
"description": "",
"main": "main/index.js",
"scripts": {
"clean": "rimraf dist",
"start": "electron ./main/index.js",
"dist": "electron-builder",
"dist:unpack": "npx asar extract ./dist/mac/electron-quick-start-typescript.app/Contents/Resources/app.asar ./dist/unpack",
"release": "release-it"
},
"build": {
"asar": true,
"files": [
"main"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/hannydevelop/peppubuild-desktop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Peppu-Group/ConnectPay/issues"
},
"homepage": "https://github.com/Peppu-Group/ConnectPay#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"electron": "^16.0.7",
"electron-builder": "^23.0.3",
"eslint": "^8.7.0",
"release-it": "^16.3.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"electron-log": "^5.0.3",
"electron-updater": "^6.1.7",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"grapesjs": "^0.21.7",
"lowdb": "^1.0.0",
"node-fetch": "^2.7.0",
"path": "^0.12.7",
"peppubuild-server": "0.0.12",
"replace-in-file": "^7.0.1",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
}
}