-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
{
"name": "devfestmn",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"setup": "yarn && cd functions && yarn",
"build": "ng build",
"start": "ng serve",
"serve": "ng serve",
"lint": "tslint \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.2",
"@angular/cdk": "^20.2.9",
"@angular/cli": "^21.0.1",
"@angular/common": "^21.0.2",
"@angular/compiler": "^21.0.2",
"@angular/compiler-cli": "^21.0.2",
"@angular/core": "^21.0.2",
"@angular/fire": "^21.0.0-rc.0",
"@angular/forms": "^21.0.2",
"@angular/language-service": "^21.0.2",
"@angular/material": "^20.2.9",
"@angular/platform-browser": "^21.0.2",
"@angular/platform-browser-dynamic": "^21.0.2",
"@angular/platform-server": "^21.0.2",
"@angular/router": "^21.0.2",
"@angular/ssr": "^21.0.1",
"@types/compression": "^1.8.1",
"compression": "^1.8.1",
"core-js": "^2.5.4",
"express": "^5.1.0",
"firebase": "^12.6.0",
"firebase-http2-push-config": "^0.0.11",
"firebase-tools": "^14.6.0",
"promise-polyfill": "^6.0.2",
"rxjs": "^7.8.1",
"snarkdown": "^2.0.0",
"tslib": "^2.0.0",
"typescript": "5.9.3"
},
"devDependencies": {
"@angular/build": "^21.0.1",
"@types/express": "^5.0.1",
"baseline-browser-mapping": "^2.8.31",
"tslint": "^6.1.3"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100
}
}