-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.7 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
{
"name": "Agile-ui",
"version": "2.5.2",
"description": "Agile IoT device manager UI",
"repository": "https://github.com/Agile-IoT/agile-ui",
"devDependencies": {
"react-scripts": "1.0.7",
"redux-logger": "2.8.1",
"versionist": "git://github.com/resin-io/versionist.git#agile",
"versionist-plugins": "^1.3.1"
},
"license": "EPL-2.0",
"dependencies": {
"agile-sdk-test-version": "1.4.0",
"compression": "1.7.1",
"deep-diff": "^0.3.8",
"express": "4.16.2",
"express-bearer-token": "2.1.0",
"http-proxy-middleware": "0.17.4",
"lodash": "4.17.4",
"material-ui": "^0.20.0",
"material-ui-datetimepicker": "^1.0.6",
"re-resizable": "^4.4.4",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-edit-inline": "^1.0.8",
"react-jsonschema-form": "^0.51.0",
"react-redux": "5.0.2",
"react-router": "3.0.2",
"react-tap-event-plugin": "2.0.1",
"react-tooltip": "^3.4.0",
"recursive-keys": "^0.9.0",
"redux": "3.6.0",
"redux-localstorage": "0.4.1",
"redux-thunk": "2.2.0",
"underscore": "^1.8.3"
},
"scripts": {
"start": "PORT=2000 REACT_APP_BROWSER=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"version": "versionist"
},
"proxy": {
"/agile-core": {
"target": "http://0.0.0.0:8080",
"pathRewrite": {
"^/agile-core": ""
}
},
"/agile-data": {
"target": "http://0.0.0.0:1338",
"pathRewrite": {
"^/agile-data": ""
}
},
"/agile-security": {
"target": "http://0.0.0.0:3000",
"pathRewrite": {
"^/agile-security": ""
}
}
}
}