forked from cvtienhoven/graylog-plugin-aggregates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "Aggregates",
"version": "1.0.0-SNAPSHOT",
"description": "",
"repository": {
"type": "git",
"url": "cvtienhoven/graylog-plugin-aggregates"
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "./node_modules/.bin/webpack"
},
"keywords": [
"graylog"
],
"author": "Christiaan van Tienhoven <[email protected]>",
"license": "MIT",
"dependencies": {
"history": "^1.17.0",
"react": "0.14.x",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.5",
"react-router": "~1.0.0",
"react-router-bootstrap": "^0.19.0",
"reflux": "^0.2.12"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"graylog-web-plugin": "~0.0.17",
"graylog-web-manifests": "*",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react-hot-loader": "^1.3.0",
"react-proxy-loader": "^0.3.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2"
}
}