-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
95 lines (95 loc) · 2.32 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
{
"name": "ng_client",
"version": "2.13.1",
"description": "MONARC Frontoffice Module",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/ng-client"
},
"dependencies": {
"@uirouter/angularjs": "~1.0.30",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-breadcrumb": "~0.5.0",
"angular-gettext": "~2.4.2",
"angular-legacy-sortablejs": "^0.4.1",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "~0.7.1",
"angular-material": "^1.1.24",
"angular-material-data-table": "~0.10.10",
"angular-messages": "1.8.3",
"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.9.1",
"d3": "^5.6.0",
"flag-icons": "^6.4.4",
"grunt": "~1.5.3",
"grunt-angular-gettext": "^2.5.3",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-uglify": "~5.2.1",
"grunt-shell": "~4.0.0",
"iso-639-1": "^2.1.14",
"jquery": "^3.6.0",
"jschardet": "^3.0.0",
"moment": "~2.29.4",
"ng-file-upload": "~12.2.13",
"node-forge": "^1.3.1",
"papaparse": "^5.3.2",
"pptxgenjs": "^3.10.0",
"save-svg-as-png": "^1.4.17",
"sortablejs": "1.7.0",
"trix": "~2.1.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"angular-mocks": "1.8.3"
},
"author": "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]"
},
{
"name": "Ruslan Baidan",
"email": "[email protected]"
}
]
}