forked from monarc-project/ng-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.39 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
{
"name": "ng_client",
"version": "1.0.0",
"description": "MONARC Frontoffice (client) AngularJS Module",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/ng-client"
},
"dependencies": {
"@uirouter/angularjs": "~1.0.23",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-breadcrumb": "~0.5.0",
"angular-gettext": "~2.4.1",
"angular-legacy-sortablejs": "^0.4.1",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "~0.7.1",
"angular-material": "~1.2.1",
"angular-material-data-table": "~0.10.10",
"angular-messages": "1.8.2",
"angular-resizable": "~1.2.0",
"angular-resource": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-toastr": "~2.1.1",
"angular-trix": "~1.0.2",
"angular-ui-tree": "~2.22.6",
"canvas": "^2.6.0",
"d3": "^5.16.0",
"flag-icon-css": "^3.4.5",
"grunt": "~1.4.1",
"grunt-angular-gettext": "~2.5.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-uglify": "~5.0.1",
"grunt-shell": "~3.0.1",
"iso-639-1": "^2.1.0",
"jquery": "^3.6.0",
"jschardet": "^2.1.1",
"moment": "~2.24.0",
"ng-country-flags": "~1.0.7",
"ng-file-upload": "~12.2.13",
"ng-inline-edit": "https://github.com/monarc-project/ng-inline-edit#master",
"node-forge": "^0.10.0",
"papaparse": "^5.3.1",
"pptxgenjs": "^3.6.0",
"save-svg-as-png": "^1.4.17",
"sortablejs": "1.13.0",
"trix": "~1.3.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"angular-mocks": "1.8.2"
},
"author": "SMILE GIE Securitymadein.lu",
"license": "AGPL-3.0",
"contributors": [
{
"name": "Cyril Rouyer",
"email": "[email protected]"
},
{
"name": "Guillaume Lesniak",
"email": "[email protected]"
},
{
"name": "Jerôme De Almeida",
"email": "[email protected]"
},
{
"name": "Benjamin Ganivet",
"email": "[email protected]"
},
{
"name": "Thomas Metois",
"email": "[email protected]"
},
{
"name": "Jérôme Lombardi",
"email": "[email protected]"
},
{
"name": "Juan Rocha",
"email": "[email protected]"
},
{
"name": "Cédric Bonhomme",
"email": "[email protected]"
}
]
}