-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.37 KB
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
{
"name": "robocommander",
"version": "0.3.6",
"author": "Andrew Rapo",
"copyright": "Copyright (c) 2018 Andrew Rapo. All Rights Reserved",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:wwlib/robocommander.git"
},
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"version": "./version.sh $npm_package_version",
"test-version": "./version.sh $npm_package_version"
},
"dependencies": {
"@jibo/apptoolkit-library": "^0.1.5",
"@types/three": "^0.91.8",
"classnames": "^2.2.6",
"crypto": "^1.0.1",
"d3": "^4.12.0",
"defaultcss": "^1.1.1",
"dialogflow": "^0.5.0",
"ensureDir": "^1.0.6",
"font-awesome": "^4.7.0",
"graph-diagram": "0.0.10",
"graphlib-dot": "^0.6.2",
"http": "^0.0.0",
"https": "^1.0.0",
"jsonfile": "^2.4.0",
"jsonic": "^0.3.1",
"libxmljs": "^0.18.7",
"neo4j-driver": "^1.5.3",
"node-blockly": "^1.0.34",
"osenv": "^0.1.5",
"pretty-data": "^0.40.0",
"prettyjson": "^1.2.1",
"querystring": "^0.2.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-draggable": "^3.0.5",
"react-fontawesome": "^1.6.1",
"react-hot-loader": "^4.0.0-beta.13",
"react-list": "^0.8.8",
"react-password-mask": "^3.3.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-select": "^1.2.1",
"redux": "^3.7.2",
"request": "^2.85.0",
"source-map-support": "^0.5.3",
"three": "^0.91.0",
"webmidi": "^2.0.0",
"ws": "^5.0.0"
},
"devDependencies": {
"@types/d3": "^4.12.0",
"@types/react": "^16.0.40",
"@types/react-bootstrap": "^0.32.6",
"@types/react-dom": "^16.0.4",
"@types/react-fontawesome": "^1.6.2",
"@types/react-list": "^0.8.3",
"@types/react-select": "^1.2.5",
"@types/request": "^2.47.0",
"@types/ws": "^4.0.1",
"babel-preset-react": "^6.24.1",
"electron": "^4.0.8",
"electron-builder": "^20.38.5",
"electron-webpack": "^1.13.0",
"electron-webpack-ts": "^1.4.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
},
"resolutions": {
"webpack-sources": "1.0.1"
}
}