forked from Graylog2/graylog2-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.06 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "graylog-web-interface",
"version": "2.4.0",
"description": "Graylog Web Interface",
"author": "torch",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/graylog2/graylog2-web-interface.git"
},
"readme": "../README.md",
"scripts": {
"start": "webpack-dev-server --config webpack.bundled.js --history-api-fallback --hot --inline",
"start-nohmr": "webpack-dev-server --watch --history-api-fallback --config webpack.bundled.js",
"build": "disable_plugins=true webpack --config webpack.bundled.js",
"test": "webpack --config webpack.vendor.js && karma start karma.ci.conf.js",
"prepare-dev": "./tools/prepare-dev",
"lint": "eslint --ext js,jsx src"
},
"dependencies": {
"bluebird": "^3.4.0",
"bootstrap": "3.3.6",
"c3": "^0.4.11-rc4",
"classnames": "^2.2.0",
"clipboard": "^1.5.5",
"crossfilter": "1.3.x",
"d3": "3.5.17",
"dc": "2.0.0-beta.19",
"deep-equal": "^1.0.1",
"font-awesome": "^4.7.0",
"graylog-web-plugin": "file:packages/graylog-web-plugin",
"history": "^1.17.0",
"immutable": "^3.7.5",
"javascript-natural-sort": "^0.7.1",
"jquery-ui": "1.12.x",
"lodash": "^4.17.4",
"markdown": "^0.5.0",
"md5": "^2.0.0",
"moment-duration-format": "1.3.0",
"numeral": "^1.5.3",
"opensans-npm-webfont": "0.0.2",
"qs": "^6.3.0",
"react-day-picker": "^5.0.0",
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.0",
"react-grid-layout": "^0.14.3",
"react-overlays": "^0.6.5",
"react-select": "^0.8.2",
"rickshaw": "^1.5.1",
"sockjs-client": "1.1.x",
"string": "^3.3.1",
"superagent": "^3.4.3",
"superagent-bluebird-promise": "^4.1.0",
"toastr": "^2.1.2",
"typeahead.js": "^0.11.1",
"ua-parser-js": "^0.7.12",
"urijs": "^1.17.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"clean-webpack-plugin": "^0.1.3",
"css-loader": "^0.26.1",
"enzyme": "^2.0.0",
"eslint": "^3.16.1",
"eslint-loader": "^1.6.3",
"estraverse-fb": "^1.3.1",
"extract-text-webpack-plugin": "^2.0.0-rc.2",
"file-loader": "^0.10.0",
"glob": "^7.0.0",
"jasmine-core": "*",
"json-loader": "^0.5.3",
"karma": "^1.1.2",
"karma-chrome-launcher": "*",
"karma-html2js-preprocessor": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"karma-webpack": "*",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"mocha": "^2.3.4",
"phantomjs-prebuilt": ">=1.9",
"react-hot-loader": "^3.0.0-beta.6",
"react-proxy-loader": "^0.3.4",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"typescript": "^1.6.2",
"url-loader": "^0.5.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-merge": "^0.x.x"
}
}