-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 2.02 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
{
"name": "calendo",
"version": "1.0.2",
"description": "Calendo is your all-in-one app for appointments, todos, and timely reminders!",
"scripts": {
"ng": "ng",
"dev": "ng serve --port 3002",
"start": "ng serve",
"build": "ng build --configuration production",
"build:staging": "ng build --configuration staging",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/localize": "^19.0.5",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/service-worker": "^19.0.5",
"@fortawesome/angular-fontawesome": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@material/material-color-utilities": "^0.3.0",
"core-js": "^3.39.0",
"dav-js": "git+https://github.com/dav-apps/dav-js.git#v2.7.3",
"dav-ui-components": "git+https://github.com/dav-apps/dav-ui-components.git#v1.7",
"localforage": "^1.10.0",
"luxon": "^3.5.0",
"ng2-dragula": "^5.1.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@angular/language-service": "^19.0.5",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.2",
"raw-loader": "^4.0.2",
"sass-loader": "^16.0.4",
"ts-node": "~10.9.2",
"tslint": "~6.1.3",
"typescript": "~5.6.3"
},
"overrides": {
"ng2-dragula": {
"@types/dragula": "^3.7.3",
"@angular/animations": "^19.0.5",
"@angular/common": "^19.0.5",
"@angular/core": "^19.0.5"
}
}
}