-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "botpress-polls",
"version": "1.0.0",
"description": "",
"main": "bin/node.bundle.js",
"botpress": {
"menuText": "Poll Results",
"menuIcon": "view_module",
"webBundle": "bin/web.bundle.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node webpack.js --watch",
"compile": "node webpack.js --compile"
},
"author": "",
"license": "Botpress Proprietary License",
"devDependencies": {
"webpack-node-externals": "^1.5.4",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.16.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",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"dependencies": {
"bluebird": "^3.5.0",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"redis": "^2.8.0"
}
}