-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.34 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "GUIinitiating..",
"engines": {
"node": "^10.16.1",
"npm": "6.9.0"
},
"description": "RUDRA GUI 2020",
"author": "Antariksh",
"version": "0.2.7",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.2",
"@material-ui/icons": "^4.9.1",
"bootstrap": "^4.4.1",
"cross-env": "5.1.6",
"electron-is-dev": "^1.1.0",
"electron-log": "^2.2.6",
"electron-version": "^2.0.1",
"leaflet": "^1.5.1",
"leaflet-mouse-position": "^1.2.0",
"leaflet-offline": "^1.1.0",
"localforage": "^1.7.3",
"node-env-run": "^3.0.2",
"npm-run-all": "^4.1.5",
"photon": "^2.1.0",
"prop-types": "^15.7.2",
"rc-progress": "^2.5.2",
"react": "^16.8.6",
"react-circular-progressbar": "^2.0.2",
"react-compound-slider": "^2.5.0",
"react-dom": "^16.8.6",
"react-leaflet": "^2.4.0",
"react-leaflet-control": "^2.1.1",
"react-modal": "^3.11.1",
"react-router-dom": "^4.2.2",
"react-sliding-pane": "^3.1.0",
"roslib": "^1.0.1",
"three": "^0.108.0",
"update-electron-app": "^1.2.0"
},
"devDependencies": {
"concurrently": "3.5.1",
"electron": "2.0.2",
"electron-builder": "^20.15.1",
"react-scripts": "1.1.4",
"wait-on": "2.1.0"
},
"build": {
"publish": {
"provider": "github"
}
},
"main": "public/electron.js",
"homepage": "./",
"scripts": {
"react-start": "react-scripts start",
"release": "yarn react-build && electron-builder --publish=always",
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 && electron .\""
}
}
{
"name": "GUIinitiating..",
"engines": {
"node": "^10.16.1",
"npm": "6.9.0"
},
"description": "RUDRA GUI 2020",
"author": "Antariksh",
"version": "0.2.7",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.2",
"@material-ui/icons": "^4.9.1",
"bootstrap": "^4.4.1",
"cross-env": "5.1.6",
"electron-is-dev": "^1.1.0",
"electron-log": "^2.2.6",
"electron-version": "^2.0.1",
"leaflet": "^1.5.1",
"leaflet-mouse-position": "^1.2.0",
"leaflet-offline": "^1.1.0",
"localforage": "^1.7.3",
"node-env-run": "^3.0.2",
"npm-run-all": "^4.1.5",
"photon": "^2.1.0",
"prop-types": "^15.7.2",
"rc-progress": "^2.5.2",
"react": "^16.8.6",
"react-circular-progressbar": "^2.0.2",
"react-compound-slider": "^2.5.0",
"react-dom": "^16.8.6",
"react-leaflet": "^2.4.0",
"react-leaflet-control": "^2.1.1",
"react-modal": "^3.11.1",
"react-router-dom": "^4.2.2",
"react-sliding-pane": "^3.1.0",
"roslib": "^1.0.1",
"three": "^0.108.0",
"update-electron-app": "^1.2.0"
},
"devDependencies": {
"concurrently": "3.5.1",
"electron": "2.0.2",
"electron-builder": "^20.15.1",
"react-scripts": "1.1.4",
"wait-on": "2.1.0"
},
"build": {
"publish": {
"provider": "github"
}
},
"main": "public/electron.js",
"homepage": "./",
"scripts": {
"react-start": "react-scripts start",
"release": "yarn react-build && electron-builder --publish=always",
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3000 &&electron .\" \"roslaunch rosbridge_server gui.launch\" \"roslaunch joy jstk.launch\" \"rosrun jetson talker.py\"",
"deploy": "gh-pages -d build"
}
}