-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.66 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
{
"name": "botpress-hitl",
"version": "0.0.1",
"description": "Official HITL (Human In The Loop) module for Botpress",
"main": "bin/node.bundle.js",
"botpress": {
"menuText": "HITL",
"menuIcon": "feedback",
"webBundle": "bin/web.bundle.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node webpack.js --watch",
"compile": "node webpack.js --compile"
},
"repository": {
"type": "git",
"url": "https://github.com/botpress/botpress-hitl"
},
"homepage": "https://github.com/botpress/botpress-hitl",
"author": "Botpress",
"license": "AGPL-3.0",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.0",
"core-js": "^2.4.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^3.11.2",
"react": "^15.3.2",
"react-addons-shallow-compare": "^15.4.2",
"react-audio-player": "^0.3.1",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"react-toggle": "^2.2.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"lodash": "^4.17.4",
"bluebird": "^3.4.7",
"moment": "^2.17.1"
}
}