-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.81 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.81 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
{
"name": "ngs",
"version": "1.0.1",
"author": {
"email": "mohamed.birali@outlook.com",
"name": "Mohamed Birali",
"url": "https://mbirali.com"
},
"description": "Headless Angular Starter: All the boilerplate you need to start your MVP, learn Angular or copy-paste standalone components.",
"license": "MIT",
"sponsor": {
"url": "https://www.buymeacoffee.com/mbirali"
},
"private": false,
"scripts": {
"ng": "ng",
"start": "ng serve -o --project=ngs --ssl --port=4200",
"build": "ng build --project=ngs"
},
"dependencies": {
"@angular/animations": "20.0.0",
"@angular/cdk": "20.0.1",
"@angular/common": "20.0.0",
"@angular/compiler": "20.0.0",
"@angular/core": "20.0.0",
"@angular/fire": "19.2.0",
"@angular/forms": "20.0.0",
"@angular/material": "20.0.1",
"@angular/platform-browser": "20.0.0",
"@angular/platform-browser-dynamic": "20.0.0",
"@angular/platform-server": "20.0.0",
"@angular/router": "20.0.0",
"@angular/ssr": "20.0.0",
"@material/material-color-utilities": "0.3.0",
"express": "4.21.2",
"ngs": "file:",
"npm-check-updates": "16.4.3",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/build": "^20.0.0",
"@angular/cli": "20.0.0",
"@angular/compiler-cli": "20.0.0",
"@types/express": "4.17.17",
"@types/node": "18.18.0",
"autoprefixer": "10.4.19",
"jasmine-core": "4.5.0",
"postcss": "8.4.39",
"prettier": "3.3.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.1",
"tailwindcss": "3.4.6",
"typescript": "5.8"
},
"keywords": [
"Angular",
"Angular Material",
"Firebase",
"Angularfire",
"TailwindCss",
"Security",
"Firestore",
"Reactive Forms"
]
}