-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
148 lines (148 loc) · 5.73 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "aas-portal-project",
"version": "3.1.0",
"description": "Web-based visualization and control of aaset administration shells.",
"type": "module",
"scripts": {
"create-app-info": "node --no-warnings --loader ts-node/esm create-app-info.ts",
"tsoa": "npm run tsoa -w aas-server",
"start": "docker build -f Dockerfile -t aasportal . && docker run -d --name AASPortal -p 80:80 --restart=always aasportal",
"header": "node --no-warnings --loader ts-node/esm copyright-header.ts",
"coverage": "node --no-warnings --loader ts-node/esm coverage-summary.ts",
"user-db": "docker run -p 27017:27017 -d --name aasportal-users -e MONGO_INITDB_DATABASE=aasportal-users mongo",
"lint": "npm run lint -ws",
"format": "npm run format -ws",
"test": "npm run test -ws",
"tsc": "npm run tsc -ws",
"build": "npm run build -ws",
"build:debug": "npm run build:debug -ws",
"lib:build": "npm run build -w aas-core -w aas-lib",
"lib:build:debug": "npm run build:debug -w aas-core -w aas-lib",
"aas-portal:build": "npm run build -w aas-core -w aas-lib -w aas-portal",
"aas-portal:build:debug": "npm run build:debug -w aas-core -w aas-lib -w aas-portal",
"aas-server:build": "npm run build -w aas-core -w aas-server",
"aas-server:build:debug": "npm run build:debug -w aas-core -w aas-server",
"serve": "npm run build && node --env-file projects/aas-server/.env projects/aas-server/dist/aas-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/FraunhoferIOSB/AASPortal.git"
},
"author": "Fraunhofer IOSB-INA",
"homepage": "https://www.iosb-ina.fraunhofer.de/",
"license": "Apache-2.0",
"workspaces": [
"projects/fhg-jest",
"projects/aas-core",
"projects/aas-server",
"projects/aas-lib",
"projects/aas-portal"
],
"dependencies": {
"@angular/animations": "^18.2.4",
"@angular/common": "^18.2.4",
"@angular/compiler": "^18.2.4",
"@angular/core": "^18.2.4",
"@angular/forms": "^18.2.4",
"@angular/localize": "^18.2.3",
"@angular/platform-browser": "^18.2.4",
"@angular/platform-browser-dynamic": "^18.2.4",
"@angular/router": "^18.2.4",
"@babel/polyfill": "^7.4.4",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@xmldom/xmldom": "^0.8.10",
"aas-core": "projects/aas-core",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.4",
"cors": "^2.8.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"jimp": "^1.4.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"lowdb": "^7.0.1",
"mongoose": "^8.6.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.0",
"node-opcua": "^2.128.0",
"node-opcua-client-crawler": "^2.124.0",
"nodemailer": "^6.9.15",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.1",
"swagger-ui-express": "^5.0.1",
"tslib": "^2.7.0",
"tsoa": "^5.1.1",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"webdav": "^5.7.1",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0",
"xpath": "^0.0.34",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^18.2.4",
"@angular/compiler-cli": "^18.2.4",
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@jest/globals": "^29.7.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.3",
"@types/bcryptjs": "^2.4.6",
"@types/bootstrap": "^5.2.10",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jasmine": "^5.1.4",
"@types/jquery": "^3.5.30",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/node": "^20.11.1",
"@types/nodemailer": "^6.4.15",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-express": "^4.1.6",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"fhg-jest": "./projects/fhg-jest",
"jasmine": "^5.2.0",
"jasmine-core": "^5.2.0",
"jasmine-ts": "^0.4.0",
"jest": "^29.7.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-junit-reporter": "^2.0.1",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.1.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}