-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.48 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
63
64
{
"name": "aroma-do-campo",
"version": "7.0.0",
"description": "Sistema de Gerenciamento Aroma do Campo",
"author": "jailson pacagnan santana",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "AromaDoCampo",
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
},
"extraFiles": [
{
"from": "logs",
"to": "resources/logs",
"filter": [
"**/*"
]
},
{
"from": "backupSemanal",
"to": "resources/backupSemanal",
"filter": [
"**/*"
]
}
]
},
"dependencies": {
"dialog": "^0.3.1",
"electron-log": "^3.0.8",
"electron-squirrel-startup": "^1.0.0",
"file-saver": "^2.0.0",
"fresh": "^0.5.2",
"fs": "0.0.1-security",
"html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.4.0",
"jsdom": "^14.0.0",
"mime": "^2.4.2",
"mysql": "github:mysqljs/mysql",
"mysqldump": "^3.1.0",
"path": "^0.12.7",
"remote": "^0.2.6",
"send": "^0.16.2",
"simple-node-logger": "^18.12.23",
"sweetalert2": "^7.29.0",
"webcamjs": "^1.0.25"
},
"repository": "https://github.com/jailsonpaca/aroma-do-campo",
"license": "MIT",
"devDependencies": {
"@rescripts/cli": "^0.0.13",
"@rescripts/rescript-env": "^0.0.11",
"electron": "^8.0.0",
"electron-builder": "^22.3.2",
"rescripts": "^0.0.1-security"
}
}