-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 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
{
"name": "super-coding-ball",
"version": "1.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"analyze-bundle": "ng build --configuration=analyze-bundle && source-map-explorer dist/**/*.js --no-border-checks"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.18",
"@angular/common": "^20.3.18",
"@angular/compiler": "^20.3.18",
"@angular/core": "^20.3.18",
"@angular/forms": "^20.3.18",
"@angular/platform-browser": "^20.3.18",
"@angular/platform-browser-dynamic": "^20.3.18",
"@angular/router": "^20.3.18",
"@angular/service-worker": "^20.3.18",
"@blockly/field-slider": "^8.0.8",
"@ng-bootstrap/ng-bootstrap": "^19.0.0",
"@ngx-translate/core": "^17.0.0",
"blockly": "^12.5.1",
"bootstrap": "^5.3.6",
"firebase": "^11.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"webcom": "^3.9.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.3.22",
"@angular/cli": "^20.3.22",
"@angular/compiler-cli": "^20.3.18",
"@angular/localize": "^20.3.18",
"@types/bootstrap": "^5.2.10",
"source-map-explorer": "^2.5.3",
"typescript": "~5.9.3"
}
}