-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
99 lines (99 loc) · 3.2 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
{
"name": "@manageiq/ui-components",
"version": "1.6.0",
"description": "UI components for ManageIQ project",
"main": "dist/js/ui-components.js",
"scripts": {
"start": "yarn run install-vendor && webpack --watch",
"test": "yarn run install-vendor && karma start",
"prepublish": "webpack || true",
"build": "yarn run install-vendor && webpack -p",
"build-dev": "yarn run install-vendor && webpack",
"gettext:extract": "yarn run build && angular-gettext-cli --files './+(src|dist)/**/+(*.html|ui-components.js)' --dest './locale/ui-components.pot' --marker-names '__,N_' && yarn run gettext:validate",
"gettext:validate": "node scripts/validate-gettext-catalog.js",
"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": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"devDependencies": {
"@manageiq/font-fabulous": "^1.0.0",
"@types/angular-mocks": "^1.5.7",
"@types/angular-ui-router": "^1.1.35",
"@types/jasmine": "^2.5.38",
"@types/node": "13.13.4",
"@types/rx": "^2.5.34",
"angular": "~1.5.9",
"angular-animate": "~1.5.9",
"angular-bootstrap": "^0.12.2",
"angular-gettext-cli": "^1.2.0",
"angular-jsdoc": "~1.5.0",
"angular-mocks": "~1.5.9",
"angular-patternfly": "^3.15.0",
"angular-sanitize": "~1.5.9",
"awesome-typescript-loader": "~4.0.1",
"babel-eslint": "^7.2.3",
"bootstrap-combobox": "^1.0.2",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-select": "~1.12.1",
"bootstrap-switch": "^3.3.4",
"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",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"eslint": "~3.9.1",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"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",
"jquery-ui-bundle": "^1.12.1",
"jsdoc": "^3.4.3",
"jsdom": "~13.2.0",
"json-loader": "^0.5.4",
"karma": "1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "1.0.2",
"karma-jsdom-launcher": "~7.0.0",
"karma-webpack": "1.8.0",
"lodash": "~4.17.20",
"ng-annotate-webpack-plugin": "0.1.3",
"node-sass": "^4.12.0",
"numeral": "^2.0.6",
"patternfly": "^3.15.0",
"patternfly-bootstrap-treeview": "^2.1.5",
"raw-loader": "0.5.1",
"sass": "^0.5.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"tslint": "4.0.2",
"tslint-loader": "3.2.0",
"typescript": "~2.8.3",
"ui-router": "^1.0.0-alpha0",
"url-loader": "^0.5.7",
"webpack": "3.11.0"
},
"dependencies": {
"angular-bootstrap-switch": "^0.5.1",
"angular-dragdrop": "^1.0.13",
"angular-ui-sortable": "^0.16.1",
"es6-shim": "^0.35.3",
"es7-shim": "^6.0.0",
"sprintf-js": "^1.1.1"
}
}