-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.33 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
{
"name": "sjchess",
"productName": "SJChess tournament manager",
"version": "0.3.0",
"description": "SJCchess tournament manager",
"author": "Dieter Vanderfaeillie",
"license": "GPL-3.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"test": "echo \"Error: no test specified\" && exit 1"
},
"build": {
"appId": "com.sjchess.app",
"productName": "SJChess",
"linux": {
"target": [
"AppImage",
"snap"
],
"category": "Game"
},
"win": {
"target": [
"portable"
],
"icon": "build/icon.ico"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@types/bootbox": "^5.2.4",
"@types/bootstrap": "^5.2.6",
"@types/jquery": "^3.5.16",
"@types/sqlite3": "^3.1.8",
"adminx": "^1.0.0-alpha.6",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootbox": "^4.4.0",
"choices.js": "^9.0.1",
"flatpickr": "^4.5.2",
"jquery": "^3.6.3",
"knex": "^0.20.8",
"lobibox": "^1.2.7",
"moment": "^2.29.4",
"popper": "^1.0.1",
"popper.js": "^1.14.4",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"electron": "^7.1.11",
"electron-builder": "^22.3.2"
}
}