-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.32 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
{
"name": "harvardclassics",
"version": "2.0.0",
"author": "Daniel Moran",
"homepage": "https://harvardclassics365.firebaseapp.com",
"description": "Harvard classics",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ionic build --prod --service-worker -- --base-href /app/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~19.0.1",
"@angular/common": "~19.0.1",
"@angular/core": "~19.0.1",
"@angular/fire": "^18.0.1",
"@angular/forms": "~19.0.1",
"@angular/platform-browser": "~19.0.1",
"@angular/platform-browser-dynamic": "~19.0.1",
"@angular/router": "~19.0.1",
"@angular/service-worker": "~19.0.1",
"@heliomarpm/ion-calendar": "^7.16.4",
"@ionic/angular": "^8.4.1",
"@ionic/core": "^8.4.1",
"@ionic/storage": "^4.0.0",
"core-js": "^3.39.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"firebase": "^10.14.1",
"hammerjs": "^2.0.8",
"ionicons": "^7.4.0",
"luxon": "^3.5.0",
"pnpm": "^9.14.2",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.2",
"@angular-eslint/builder": "18.4.2",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/schematics": "18.4.2",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "~19.0.2",
"@angular/compiler": "~19.0.1",
"@angular/compiler-cli": "~19.0.1",
"@angular/language-service": "~19.0.1",
"@ionic/angular-toolkit": "^12.1.1",
"@types/hammerjs": "^2.0.46",
"@types/node": "~22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "^9.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"prettier": "^3.4.1",
"ts-node": "~10.9.2",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}