-
Notifications
You must be signed in to change notification settings - Fork 238
/
Copy pathpackage.json
executable file
·79 lines (79 loc) · 2.54 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
{
"name": "cortex",
"version": "2.0.3",
"description": "A powerfull observable analysis engine",
"license": "AGPL-v3",
"homepage": "https://github.com/TheHive-Project/Cortex",
"bin": {
"cross-env": "./node_modules/cross-env/bin/cross-env.js",
"webpack": "./node_modules/webpack/bin/webpack.js",
"webpack-dev-server": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
},
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress --bail --open",
"build": "cross-env NODE_ENV=production webpack -p --colors"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.12",
"angular": "1.6.8",
"angular-base64-upload": "^0.1.23",
"angular-bootstrap-multiselect": "git+https://github.com/bentorfs/angular-bootstrap-multiselect.git",
"angular-clipboard": "^1.6.2",
"angular-images-resizer": "^2.0.2",
"angular-input-masks": "^4.1.0",
"angular-local-storage": "^0.7.1",
"angular-messages": "1.6.8",
"angular-moment": "^1.2.0",
"angular-resource": "1.6.8",
"angular-sanitize": "1.6.8",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"angular-utils-pagination": "^0.11.1",
"assets-webpack-plugin": "^3.4.0",
"autoprefixer": "^6.5.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"baggage-loader": "^0.2.4",
"bootstrap-sass": "^3.3.7",
"clean-webpack-plugin": "^0.1.10",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"css-spaces": "^0.3.5",
"dropzone": "^5.2.0",
"es6-promise": "^4.0.3",
"eslint": "^4.14.0",
"eslint-loader": "^1.5.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"imagemin-pngquant": "^5.0.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"manifest-revision-webpack-plugin": "^0.3.0",
"moment": "^2.20.1",
"ng-storage": "^0.3.2",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.10.0",
"oclazyload": "^1.1.0",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url": "^0.11.0",
"url-loader": "^0.5.7",
"webpack": "^3.5.0",
"webpack-dev-server": "^2.2.0"
},
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-angularjs-annotate": "^0.5.3"
}
}