-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.38 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.38 KB
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
101
102
103
{
"name": "@manageiq/ui-components",
"version": "1.6.1",
"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_' --no-line-numbers && 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",
"test:security": "yarn npm audit --recursive --no-deprecations --environment production"
},
"repository": {
"type": "git",
"url": "https://github.com/ManageIQ/ui-components.git"
},
"authors": [],
"license": "Apache-2.0",
"engines": {
"node": "^22.22.0",
"npm": "^10.8.2"
},
"packageManager": "yarn@4.14.1",
"devDependencies": {
"@manageiq/font-fabulous": "^1.0.0",
"@types/angular-mocks": "^1.7.0",
"@types/angular-ui-router": "^1.1.35",
"@types/jasmine": "^3.10.18",
"@types/lodash": "4.14.168",
"@types/node": "16.18.0",
"@types/rx": "^2.5.34",
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-bootstrap": "^0.12.2",
"angular-gettext-cli": "^1.2.0",
"angular-mocks": "^1.8.3",
"angular-patternfly": "^3.15.0",
"angular-sanitize": "^1.8.3",
"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": "^3.0.0",
"browser-sync-spa": "^1.0.3",
"browser-sync-webpack-plugin": "^1.1.3",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"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.1.0",
"karma-webpack": "~1.8.1",
"lodash": "~4.18.0",
"ng-annotate-webpack-plugin": "0.1.3",
"numeral": "^2.0.6",
"patternfly": "^3.15.0",
"patternfly-bootstrap-treeview": "^2.1.5",
"raw-loader": "0.5.1",
"sass": "^1.69.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.13.1",
"ts-loader": "^3.5.0",
"tslint": "4.0.2",
"tslint-loader": "3.2.0",
"typescript": "~3.9.10",
"ui-router": "^1.0.0-alpha0",
"url-loader": "^0.5.7",
"webpack": "3.12.0"
},
"dependencies": {
"angular-bootstrap-switch": "^0.5.1",
"angular-dragdrop": "^1.0.13",
"angular-ui-sortable": "^0.19.0",
"es6-shim": "^0.35.3",
"es7-shim": "^6.0.0",
"sprintf-js": "^1.1.1"
},
"resolutions": {
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-sanitize": "1.8.3",
"get-intrinsic": "1.3.0"
}
}