-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 985 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
{
"name": "frcdashboard",
"version": "2.1.0",
"description": "Robot control dashboard boilerplate 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 --icon=images/icon.ico --out dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FRCDashboard/FRCDashboard"
},
"author": "DE 5705",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "http://frcdashboard.github.io",
"dependencies": {
"@frc-web-components/frc-web-components": "^1.1.7",
"highcharts": "^7.2.2",
"jquery": "^3.5.1",
"wpilib-nt-client": "^1.7.1"
},
"devDependencies": {
"electron": "^7.1.5",
"electron-packager": "^15.2.0"
}
}