generated from giuliano-marinelli/app-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 4.44 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 4.44 KB
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
{
"name": "concept-client",
"version": "0.0.0",
"description": "Promise to be a, dynamic and interoperable model, modelling tool with abstraction concept mapping over ontological knowledge graph, allowing integration of data sources and top, middle, low and application level ontologies. This is the front-end.",
"author": "Giuliano Marinelli",
"license": "MIT",
"scripts": {
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.scss\"",
"test": "ng test",
"start": "ng serve",
"build": "ng build --configuration production",
"build:dev": "ng build --configuration development",
"watch": "ng build --watch --configuration development",
"watch:all": "concurrently --names \"watch:cli,watch:pro,client,@dynamic-glsp/client,@dynamic-glsp/protocol\" --prefix-colors \"green\" --hide \"watch:cli,watch:pro\" \"pnpm watch:@dynamic-glsp/client\" \"pnpm watch:@dynamic-glsp/protocol\" \"pnpm chokidar:main\" \"pnpm chokidar:@dynamic-glsp/client\" \"pnpm chokidar:@dynamic-glsp/protocol\"",
"watch:@dynamic-glsp/client": "pnpm --filter @dynamic-glsp/client watch",
"watch:@dynamic-glsp/protocol": "pnpm --filter @dynamic-glsp/protocol watch",
"chokidar:main": "pnpm build:dev && chokidar src -c \"pnpm build:dev\"",
"chokidar:@dynamic-glsp/client": "chokidar ../../@dynamic-glsp/client/src -c \"pnpm install && pnpm build:dev\"",
"chokidar:@dynamic-glsp/protocol": "chokidar ../../@dynamic-glsp/protocol/src -c \"pnpm install && pnpm build:dev\""
},
"dependencies": {
"@angular/animations": "^18.2.10",
"@angular/cdk": "^18.2.11",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/material": "^18.2.11",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@apollo/client": "^3.9.5",
"@auth0/angular-jwt": "^5.2.0",
"@dynamic-glsp/client": "^1.0.1",
"@dynamic-glsp/protocol": "^1.0.1",
"@eclipse-glsp/client": "^2.3.0",
"@eclipse-glsp/protocol": "^2.3.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@joint/core": "^4.0.4",
"@jsonforms/angular": "^3.4.1",
"@jsonforms/angular-material": "^3.4.1",
"@jsonforms/core": "^3.4.1",
"@narik/custom-validators": "^12.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngneat/helipopper": "^9.2.1",
"@ngneat/input-mask": "^6.1.0",
"@ngneat/overview": "^6.0.0",
"@popperjs/core": "^2.11.8",
"@vscode/codicons": "^0.0.36",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"angular-resize-event-package": "^3.5.0",
"apollo-angular": "^7.2.1",
"apollo-dynamic": "^1.0.4",
"apollo-dynamic-angular": "^1.0.3",
"bootstrap": "^5.3.2",
"class-validator": "^0.14.1",
"dayjs": "^1.11.13",
"extract-files": "^12.0.0",
"graphql": "^16.8.1",
"graphql-ws": "^5.15.0",
"hammerjs": "^2.0.8",
"inputmask": "^5.0.8",
"inversify": "^6.0.3",
"izitoast": "^1.4.0",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.30.1",
"ng-otp-input": "^2.0.6",
"ngx-image-compress": "^15.1.6",
"ngx-image-cropper": "^7.2.1",
"ngx-masonry": "^14.0.1",
"ngx-moment": "^6.0.2",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.0",
"snabbdom": "3.5.1",
"sprotty": "^1.3.0",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@angular/localize": "^18.2.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/extract-files": "^13.0.1",
"@types/inputmask": "^5.0.7",
"@types/jasmine": "~5.1.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@types/uuid": "^9.0.8",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.1.2",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.5.4"
}
}