forked from ManageIQ/ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.57 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
{
"name": "manageiq-ui-components",
"version": "0.0.11",
"description": "UI components for ManageIQ project",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "karma start",
"prepublish": "webpack",
"build": "webpack --config webpack.vendor.config.js && webpack",
"install-vendor": "webpack --config webpack.vendor.config.js",
"build-docs": "jsdoc -c jsdoc-conf.json"
},
"repository": {
"type": "git",
"url": "https://github.com/ManageIQ/ui-components.git"
},
"authors": [],
"license": "Apache-2.0",
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.8.1"
},
"devDependencies": {
"@types/angular-mocks": "^1.5.7",
"@types/angular-ui-router": "^1.1.35",
"@types/jasmine": "^2.5.38",
"@types/lodash": "^4.14.41",
"@types/node": "0.0.0",
"@types/rx": "^2.5.34",
"angular": "~1.5.9",
"angular-animate": "~1.5.9",
"angular-bootstrap": "^0.12.2",
"angular-jsdoc": "~1.5.0",
"angular-mocks": "~1.5.9",
"angular-patternfly": "^3.15.0",
"angular-sanitize": "~1.5.9",
"bootstrap-combobox": "^1.0.2",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-select": "^1.12.1",
"bootstrap-switch": "^3.3.2",
"browser-sync": "^2.18.2",
"browser-sync-spa": "^1.0.3",
"browser-sync-webpack-plugin": "^1.1.3",
"c3": "^0.4.11",
"copy-webpack-plugin": "4.0.1",
"coveralls": "^2.11.15",
"css-loader": "^0.26.0",
"d3": "^4.4.1",
"datatables": "^1.10.12",
"datatables-colreorder": "^1.2.0",
"drmonty-datatables-colvis": "^1.1.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "^0.9.0",
"google-code-prettify": "^1.0.5",
"html-webpack-plugin": "^2.24.1",
"jasmine": "2.5.2",
"jquery-match-height": "^0.7.0",
"jsdoc": "^3.4.3",
"json-loader": "^0.5.4",
"karma": "1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-webpack": "1.8.0",
"lodash": "^4.17.2",
"moment": "^2.17.0",
"moment-timezone": "^0.5.10",
"ng-annotate-webpack-plugin": "0.1.3",
"node-sass": "^3.13.0",
"patternfly": "^3.15.0",
"raw-loader": "0.5.1",
"rx": "^4.1.0",
"rx-angular": "^1.1.3",
"sass": "^0.5.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"ts-loader": "1.2.2",
"tslint": "4.0.2",
"tslint-loader": "3.2.0",
"typescript": "2.0.10",
"ui-router": "^1.0.0-alpha0",
"url-loader": "^0.5.7",
"webpack": "1.13.3"
}
}