-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
112 lines (112 loc) · 3.27 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
101
102
103
104
105
106
107
108
109
110
111
112
{
"author": "Red Hat",
"name": "angular-patternfly",
"version": "0.0.0-semantically-released",
"license": "MIT",
"description": "Angular extension of the PatternFly project.",
"keywords": [
"angular",
"patternfly"
],
"main": "index.js",
"homepage": "https://github.com/patternfly/angular-patternfly",
"dependencies": {
"angular": "^1.7.7",
"angular-animate": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular-svg-base-fix": "2.0.0",
"angular-ui-bootstrap": "2.3.x",
"lodash": "^4.17.12",
"node-sass": "^4.11.0",
"patternfly": "^3.59.4"
},
"devDependencies": {
"angular-dragdrop": "^1.0.13",
"angular-mocks": "^1.7.7",
"angular-ui-router": "^1.0.20",
"express": "^4.17.1",
"grunt": "1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-available-tasks": "^0.6.3",
"grunt-cli": "1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "~21.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-karma": "^3.0.1",
"grunt-karma-coveralls": "^2.5.4",
"grunt-lassie": "0.0.1",
"grunt-ng-annotate": "^3.0.0",
"grunt-remove": "^0.1.0",
"grunt-sass": "3.0.2",
"grunt-string-replace": "^1.3.1",
"grunt-uidocs-generator": "^0.6.1",
"jasmine-core": "^2.9.0",
"jquery-ui-dist": "1.12.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"marked": "^0.6.1",
"matchdep": "0.3.0",
"patternfly-eng-release": "^3.26.74",
"qs": "^1.0.0",
"semantic-release": "^15.0.0",
"send": "^0.17.1",
"uglify-js": "^3.4.9"
},
"optionalDependencies": {
"angularjs-datatables": "^0.5.9",
"angular-drag-and-drop-lists": "2.0.0",
"bootstrap": "3.4.1",
"bootstrap-select": "~1.12.4",
"c3": "~0.4.11",
"jquery-ui-dist": "1.12.1",
"d3": "~3.5.17",
"datatables.net": "^1.10.12",
"datatables.net-select": "~1.2.0",
"jquery": "3.4.1",
"moment": "~2.24.0"
},
"release": {
"branch": "master-dist",
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
},
"scripts": {
"clean": "grunt clean",
"build": "grunt build",
"watch": "grunt watch",
"uidocs": "grunt uidocs",
"uidocs:view": "grunt uidocs:view",
"uidocs:publish": "grunt uidocs:publish",
"lint": "grunt lint",
"test": "grunt test",
"check": "grunt check",
"help": "grunt help",
"serve": "grunt serve",
"start": "grunt serve",
"semantic-release": "semantic-release --pre && npm publish && semantic-release --post",
"semantic-release-post": "semantic-release --post",
"semantic-release-pre": "semantic-release --pre"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/angular-patternfly.git"
},
"engines": {
"node": ">=0.10.10"
}
}