-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (41 loc) · 1.24 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
{
"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": "^19.1.0",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/service-worker": "^19.1.0",
"@blockly/field-slider": "^7.0.0",
"@ng-bootstrap/ng-bootstrap": "^18.0.0",
"@ngx-translate/core": "^16.0.4",
"blockly": "^11.2.0",
"bootstrap": "^5.3.3",
"firebase": "^11.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"webcom": "^3.6.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.4",
"@angular/cli": "^19.1.4",
"@angular/compiler-cli": "^19.1.0",
"@angular/localize": "^19.1.0",
"@types/bootstrap": "^5.2.10",
"source-map-explorer": "^2.5.3",
"typescript": "~5.7.2"
}
}