-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 3.27 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 3.27 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
{
"name": "@anaiselouis/source",
"version": "2026.0 Beta 109",
"homepage": "https://anaiselouis.com",
"author": {
"name": "Gavin William Sawyer",
"email": "g@vinsawyer.us",
"url": "https://gavinsawyer.us"
},
"repository": "github:bowstring-mini/anaiselouis",
"private": true,
"scripts": {
"lint": "npx nx run-many --target lint --all",
"build": "npx nx run-many --target build --all",
"deploy": "npx nx run-many --target deploy --all"
},
"dependencies": {
"@angular/cdk": "18",
"@angular/common": "18",
"@angular/compiler": "18",
"@angular/core": "18",
"@angular/fire": "18",
"@angular/forms": "18",
"@angular/google-maps": "18",
"@angular/localize": "18",
"@angular/platform-browser": "18",
"@angular/platform-browser-dynamic": "18",
"@angular/platform-server": "18",
"@angular/router": "18",
"@firebase-web-authn/browser": "10",
"@googlemaps/js-api-loader": "2",
"body-scroll-lock": "3",
"libphonenumber-js": "1",
"lodash": "4",
"masonry-layout": "4",
"rxjs": "7",
"uuid": "14",
"zone.js": "0.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "18",
"@angular-eslint/eslint-plugin": "18",
"@angular-eslint/eslint-plugin-template": "18",
"@angular-eslint/template-parser": "18",
"@angular/cli": "18",
"@angular/compiler-cli": "18",
"@angular/language-service": "18",
"@angular/ssr": "18",
"@eslint/eslintrc": "3",
"@eslint/js": "9",
"@firebase-web-authn/extension": "10",
"@nx/angular": "22.2.0",
"@nx/esbuild": "22.2.0",
"@nx/eslint-plugin": "22.2.0",
"@sendgrid/eventwebhook": "8",
"@sendgrid/mail": "8",
"@types/body-scroll-lock": "3",
"@types/compression": "1",
"@types/cookie-parser": "1",
"@types/google.maps": "3",
"@types/lodash": "4",
"@types/masonry-layout": "4",
"@types/serviceworker": "0",
"@typescript-eslint/eslint-plugin": "8",
"browser-sync": "3",
"compression": "1",
"cookie-parser": "1",
"firebase-functions": "7",
"firebase-tools": "13",
"git-describe": "4",
"jsonc-eslint-parser": "3",
"jsonwebtoken": "9",
"nx": "22.2.0",
"url": "0"
}
}