-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "cofly",
"version": "1.0.0",
"description": "CoFly - Program ui for agriculture",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"build": "electron-packager . --all"
},
"author": "egglezos",
"license": "ISC",
"devDependencies": {
"electron": "^5.0.13",
"electron-builder": "^22.14.3",
"electron-packager": "^15.1.0"
},
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"all": "0.0.0",
"archiver": "^3.1.1",
"body-parser": "^1.19.0",
"decode-tiff": "^0.2.1",
"express": "^4.17.1",
"fix-path": "^3.0.0",
"fontawesome": "^5.6.3",
"geojson-polygon-center": "0.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"jimp": "^0.16.1",
"mqtt": "^4.2.8",
"multer": "^1.4.2",
"ncp": "^2.0.0",
"piexif": "0.0.2",
"piexifjs": "^1.0.4",
"request": "^2.88.0",
"rimraf": "^3.0.2",
"sharp": "^0.26.3",
"tiff-to-png": "^2.0.2",
"uuid": "^3.3.3",
"zip-a-folder": "0.0.9",
"zip-lib": "^0.5.0"
}
}