-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
{
"name": "ngs",
"version": "1.0.1",
"author": {
"email": "[email protected]",
"name": "Mohamed Birali",
"url": "https://mbirali.netlify.app"
},
"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": "19.0.0",
"@angular/cdk": "19.0.0",
"@angular/common": "19.0.0",
"@angular/compiler": "19.0.0",
"@angular/core": "19.0.0",
"@angular/fire": "18.0.1",
"@angular/forms": "19.0.0",
"@angular/material": "19.0.0",
"@angular/platform-browser": "19.0.0",
"@angular/platform-browser-dynamic": "19.0.0",
"@angular/platform-server": "19.0.0",
"@angular/router": "19.0.0",
"@angular/ssr": "19.0.1",
"@material/material-color-utilities": "0.3.0",
"express": "4.18.2",
"npm-check-updates": "16.4.3",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular/build": "19.0.1",
"@angular/cli": "19.0.1",
"@angular/compiler-cli": "19.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.5"
},
"keywords": [
"Angular",
"Angular Material",
"Firebase",
"Angularfire",
"TailwindCss",
"Security",
"Firestore",
"Reactive Forms"
]
}