-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1004 Bytes
/
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
{
"name": "frcdashboard",
"version": "2.1.0",
"description": "Robot control dashboard for FRC.",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"package-mac": "electron-packager . --platform=darwin --icon=images/icon.icns --out dist/",
"package-linux": "electron-packager . --platform=linux --icon=images/icon.png --out dist/",
"package-win": "electron-packager . --platform=win32 --overwrite --icon=images/icon.ico --out dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FRCDashboard/FRCDashboard"
},
"author": "DE 5705 - Charly Soledad",
"license": "MIT",
"bugs": {
"url": "https://"
},
"homepage": "http://frcdashboard.github.io",
"dependencies": {
"@frc-web-components/frc-web-components": "^1.1.7",
"chart.js": "^3.7.1",
"highcharts": "^7.2.2",
"jquery": "^3.5.1",
"wpilib-nt-client": "^1.7.1"
},
"devDependencies": {
"electron": "^7.1.5",
"electron-packager": "^15.2.0"
}
}