-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "@iondv/web",
"license": "Apache License 2.0",
"engines": {
"node": ">=13"
},
"directories": {
"test": "test"
},
"bugs": {
"url": "https://github.com/iondv/framework/issues"
},
"private": true,
"repository": {
"url": "https://github.com/iondv/web.git",
"type": "git"
},
"homepage": "https://iondv.com",
"version": "2.0.4",
"dependencies": {
"@iondv/auth-contracts": "iondv/auth-contracts#main",
"@iondv/commons": "iondv/commons#main",
"@iondv/commons-contracts": "iondv/commons-contracts#main",
"@iondv/core": "iondv/core#main",
"@iondv/i18n": "iondv/i18n#main",
"@iondv/meta-model-contracts": "iondv/meta-model-contracts#main",
"body-parser": "^1.19.0",
"clone": "^2.1.2",
"connect-flash": "^0.1.1",
"cookie": "^0.4.1",
"crypto": "^1.0.1",
"ejs-locals": "^1.0.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"extend": "^3.0.2",
"file-stream-rotator": "^0.5.7",
"locale": "^0.1.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"oauth2-server": "^3.1.1",
"serve-favicon": "^2.5.0"
}
}