-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
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
{
"name": "demo",
"private": true,
"scripts": {
"build": "ng build",
"start": "ng serve"
},
"dependencies": {
"@angular/cdk": "^21.1.0",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/material": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"angular-ecmascript-intl": "../dist/angular-ecmascript-intl",
"marked": "^17.0.0",
"ngx-markdown": "^21.0.0",
"prismjs": "^1.30.0",
"rxjs": "7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "21.1.1",
"@angular/cli": "21.1.1",
"@angular/compiler-cli": "21.1.1",
"typescript": "5.9.3"
}
}