-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.89 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.89 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
{
"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": "~21.2.11",
"@angular/common": "~21.2.11",
"@angular/core": "~21.2.11",
"@angular/fire": "^20.0.1",
"@angular/forms": "~21.2.11",
"@angular/platform-browser": "~21.2.11",
"@angular/platform-browser-dynamic": "~21.2.11",
"@angular/router": "~21.2.11",
"@angular/service-worker": "~21.2.11",
"@heliomarpm/ion-calendar": "^7.17",
"@ionic/angular": "^8.8",
"@ionic/core": "^8.8",
"@ionic/storage": "^4.0.0",
"core-js": "^3.49.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"firebase": "^12.12.1",
"ionicons": "^8.0.13",
"luxon": "^3.7.2",
"pnpm": "^10.33.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.9",
"@angular-eslint/builder": "21.3.1",
"@angular-eslint/eslint-plugin": "21.3.1",
"@angular-eslint/eslint-plugin-template": "21.3.1",
"@angular-eslint/schematics": "21.3.1",
"@angular-eslint/template-parser": "21.3.1",
"@angular/cli": "~21.2.9",
"@angular/compiler": "~21.2.11",
"@angular/compiler-cli": "~21.2.11",
"@angular/language-service": "~21.2.11",
"@ionic/angular-toolkit": "^12.3.0",
"@types/luxon": "^3.7.1",
"@types/node": "~25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59",
"@typescript-eslint/parser": "^8.59",
"eslint": "^10.3.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.8.3",
"ts-node": "~10.9.2",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.33.2",
"pnpm": {
"overrides": {
"protobufjs": "^7.5.5",
"@grpc/grpc-js": "^1.9.15",
"tar": "^7.5.11",
"minimatch": "^3.1.4",
"rollup": "^4.59.0",
"serialize-javascript": "^7.0.5",
"hono": "^4.12.14",
"@hono/node-server": "^1.19.13",
"immutable": "^5.1.5",
"flatted": "^3.4.2",
"brace-expansion": "^1.1.13",
"follow-redirects": "^1.16.0",
"qs": "^6.14.2",
"express>path-to-regexp": "0.1.13",
"router>path-to-regexp": "^8.4.0",
"micromatch>picomatch": "^2.3.2",
"anymatch>picomatch": "^2.3.2",
"readdirp>picomatch": "^2.3.2",
"@angular-devkit/core>picomatch": "^4.0.4",
"@angular-devkit/core>ajv": "^8.18.0"
}
}
}