-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.16 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.16 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
{
"name": "fng-reports",
"version": "0.12.0-beta.327",
"description": "Reporting plugin for forms-angular",
"repository": {
"type": "git",
"url": "git+https://github.com/forms-angular/fng-reports.git"
},
"keywords": [
"forms-angular",
"mongoose",
"angular",
"reporting"
],
"scripts": {
"test": "echo Error - no tests specified - there is one that needs fixing",
"brokenTest": "grunt build"
},
"author": {
"name": "Mark Chapman",
"email": "support@forms-angular.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/forms-angular/fng-reports/issues"
},
"dependencies": {
"angular-ui-grid": "^4.12.7",
"jquery": "^3.7.1",
"jspdf": "^4.0.0",
"jspdf-autotable": "5.0.7"
},
"devDependencies": {
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-messages": "^1.8.3",
"angular-mocks": "^1.8.3",
"angular-sanitize": "^1.8.3",
"forms-angular": "^0.12.0-beta.327",
"grunt": "^1.6.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^4.0.2",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^4.0.0",
"grunt-rev": "^0.1.0",
"grunt-usemin": "github:mchapman/grunt-usemin",
"jasmine-core": "^5.1.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"lodash": "^4.17.21",
"matchdep": "^2.0.0",
"ng-infinite-scroll": "^1.3.0"
},
"overrides": {
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
},
"resolutions": {
"array-flatten": "npm:@socketregistry/array-flatten@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
"has": "npm:@socketregistry/has@^1",
"has-symbols": "npm:@socketregistry/has-symbols@^1",
"hasown": "npm:@socketregistry/hasown@^1",
"indent-string": "npm:@socketregistry/indent-string@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
"isarray": "npm:@socketregistry/isarray@^1",
"object-assign": "npm:@socketregistry/object-assign@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
"side-channel": "npm:@socketregistry/side-channel@^1"
}
}