-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.77 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.77 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
112
113
114
115
116
117
118
{
"name": "@everydatastore/everydatastore-frontend",
"version": "1.5.2",
"description": "The EveryDataStore Frontend is a low-code enterprise content management (ECM) tool designed for building powerful, structured, and collaborative data applications with minimal coding effort",
"author": "EveryDataStore GmbH",
"homepage": "https://everydatastore.org",
"repository": {
"type": "git",
"url": "git+https://github.com/EveryDataStore/EveryDataStoreFrontend.git"
},
"bugs": {
"url": "https://github.com/EveryDataStore/EveryDataStoreFrontend/issues"
},
"keywords": [
"enterprise content management",
"content management tool",
"content management software",
"ecm",
"cms",
"agular ecm",
"agular cms",
"frontend",
"rest api"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular-builders/custom-webpack": "^17.0.1",
"@angular/animations": "^17.3.11",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/localize": "^17.3.11",
"@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/router": "^17.3.11",
"@angular/ssr": "^17.3.11",
"@ckeditor/ckeditor5-angular": "^7.0.1",
"@ckeditor/ckeditor5-build-classic": "^41.2.0",
"@fortawesome/angular-fontawesome": "^0.10.2",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fullcalendar/angular": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/moment-timezone": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@types/express-serve-static-core": "^4.17.28",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.14",
"builder-pattern": "^2.2.0",
"chart.js": "^3.7.1",
"class-transformer": "^0.5.1",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.46",
"ng-dynamic-component": "^10.7.0",
"ngx-cookie": "^6.0.1",
"ngx-doc-viewer": "^2.1.2",
"ngx-webstorage-service": "^5.0.0",
"null-loader": "^4.0.1",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primeng": "^17.14.1",
"quill": "^1.3.7",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7",
"sortablejs": "^1.15.0",
"tslib": "^2.3.1",
"webpack": "^5.90.3",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@angular/cli": "^17.3.11",
"@angular/compiler-cli": "^17.3.11",
"@angular/language-service": "^17.3.11",
"@ckeditor/ckeditor5-alignment": "^34.1.0",
"@types/jasmine": "^3.10.5",
"@types/jasminewd2": "^2.0.10",
"@types/lodash": "^4.17.13",
"@types/node": "^12.20.47",
"@types/sortablejs": "^1.10.7",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"prettier": "^1.19.1",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "^5.3.3"
}
}