-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
119 lines (119 loc) · 3.16 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
113
114
115
116
117
118
119
{
"name": "linshare-ui-user",
"version": "6.3.1-SNAPSHOT",
"repository": {},
"license": "http://download.linshare.org/LinShare-License_AfferoGPL-v3_en.pdf",
"contributors": [
{
"name": "Ismail Anwar-Baig"
},
{
"name": "Kévin Lemele"
},
{
"name": "Alpha Oumar Sall"
},
{
"name": "Sarra Mamlook-Sanchez"
},
{
"name": "Frédéric Martin",
"email": "[email protected]"
},
{
"name": "Dũng T. Phạm",
"email": "[email protected]"
},
{
"name": "Ngọc B. Phạm",
"email": "[email protected]"
},
{
"name": "Tuấn Lê Công",
"email": "[email protected]"
}
],
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/preset-env": "7.11.0",
"autoprefixer": "6.5.4",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.0.3",
"css-loader": "4.2.1",
"eslint": "7.7.0",
"eslint-loader": "4.0.2",
"file-loader": "6.0.0",
"glob": "7.1.6",
"html-loader": "1.1.0",
"html-webpack-plugin": "4.3.0",
"imagemin-webpack-plugin": "2.4.2",
"mini-css-extract-plugin": "0.9.0",
"ng-annotate-loader": "0.7.0",
"ng-annotate-patched": "1.12.0",
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"sass": "1.26.10",
"sass-loader": "9.0.3",
"serve-static": "1.14.1",
"style-loader": "1.2.1",
"terser-webpack-plugin": "4.1.0",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.0.9"
},
"scripts": {
"serve": "webpack-dev-server --watch --progress",
"serve:prod": "webpack-dev-server --env=prod",
"build:dev": "webpack",
"build:prod": "webpack --env=prod"
},
"engines": {
"node": ">=12.18.2"
},
"dependencies": {
"@flowjs/flow.js": "2.14.1",
"@flowjs/ng-flow": "2.7.8",
"@uirouter/angularjs": "^1.0.28",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-cookies": "1.8.2",
"angular-dragdrop": "1.0.13",
"angular-http-auth": "1.5.0",
"angular-local-storage": "0.7.1",
"angular-material": "1.2.2",
"angular-messages": "1.8.2",
"angular-promise-extras": "0.1.9",
"angular-resource": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-touch": "1.8.2",
"angular-translate": "2.18.4",
"angular-translate-interpolation-messageformat": "2.18.4",
"angular-translate-loader-partial": "2.18.4",
"angular-ui-bootstrap": "2.5.6",
"bootstrap": "3.4.1",
"flag-icon-css": "2.8.0",
"font-awesome": "4.7.0",
"jquery": "3.6",
"jquery-ui-touch-punch": "0.2.3",
"jquery.qrcode": "1.0.3",
"jqueryui": "1.11.1",
"js-base64": "2.1.9",
"lodash": "4.17.21",
"material-design-iconic-font": "2.2.0",
"moment": "2.25.2",
"ng-device-detector": "5.0.1",
"ng-table": "4.0.0",
"ngclipboard": "2.0.0",
"node-waves": "0.7.5",
"oidc-client": "1.10.1",
"restangular": "1.6.1",
"sweetalert": "2.1.2",
"uuid": "8.3.2"
}
}