forked from Sienci-Labs/gsender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.2 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "gSender-Edge",
"version": "1.4.0",
"productName": "gSender",
"description": "CNC Milling Controller",
"author": {
"name": "Sienci Labs <[email protected]>",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sienci-Labs/gsender"
},
"main": "main.js",
"dependencies": {
"@sentry/electron": "^4.14.0",
"@sentry/react": "^7.72.0",
"@serialport/parser-readline": "^11.0.0",
"@sienci/avrgirl-arduino": "^5.0.3",
"axios": "^1.2.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.3",
"chalk": "~2.4.2",
"commander": "^10.0.0",
"compression": "~1.7.4",
"connect-restreamer": "~1.0.3",
"consolidate": "~0.15.1",
"cookie-parser": "~1.4.4",
"core-js": "~3.26.1",
"cors": "^2.8.5",
"debug": "~4.1.1",
"deep-keys": "~0.5.0",
"electron-log": "^4.3.5",
"electron-store": "~8.1.0",
"electron-updater": "^5.3.0",
"ensure-array": "~1.0.0",
"errorhandler": "~1.5.0",
"escodegen": "~1.11.1",
"esprima": "~4.0.1",
"evilscan": "^1.9.1",
"expand-tilde": "~2.0.2",
"express": "~4.16.4",
"express-jwt": "~5.3.1",
"express-session": "~1.16.1",
"gcode-parser": "~1.3.6",
"gcode-toolpath": "~2.2.0",
"hogan.js": "~3.0.2",
"http-proxy": "~1.18.1",
"i18next": "~15.0.9",
"i18next-fs-backend": "^1.1.4",
"i18next-http-middleware": "^3.2.1",
"is-electron": "~2.2.1",
"is-online": "^9.0.1",
"jsonwebtoken": "~8.5.1",
"lodash": "~4.17.11",
"method-override": "~3.0.0",
"minimatch": "~3.0.4",
"mkdirp": "~0.5.1",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nrf-intel-hex": "^1.3.0",
"range_check": "~1.4.0",
"regenerator-runtime": "^0.13.11",
"registry-auth-token": "~3.4.0",
"registry-url": "~5.1.0",
"rimraf": "~2.6.3",
"serialport": "^10",
"serve-favicon": "~2.5.0",
"serve-static": "~1.13.2",
"session-file-store": "~1.2.0",
"shortid": "~2.2.14",
"socket.io": "^4.1.3",
"spawn-default-shell": "~2.0.0",
"superagent": "^6.1.0",
"usb": "^2.11.0",
"uuid": "~3.3.2",
"watch": "~1.0.2",
"webappengine": "~1.2.0",
"winston": "~3.2.1"
}
}