-
Notifications
You must be signed in to change notification settings - Fork 245
/
Copy pathpackage.json
33 lines (33 loc) · 889 Bytes
/
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
{
"name": "secure-todo",
"version": "0.0.1",
"scripts": {
"build": "ng build",
"ng": "ng",
"serve-dist": "ws --hostname localhost -d dist/app -p 1234 -o --log.format stats",
"start": "ng serve"
},
"private": true,
"dependencies": {
"@angular/common": "19.2.1",
"@angular/compiler": "19.2.1",
"@angular/core": "19.2.1",
"@angular/forms": "19.2.1",
"@angular/platform-browser": "19.2.1",
"@angular/platform-browser-dynamic": "19.2.1",
"@angular/router": "19.2.1",
"@ionic/angular": "8.4.3",
"ionicons": "7.4.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.2.1",
"@angular/cli": "19.2.1",
"@angular/compiler-cli": "19.2.1",
"@ionic/angular-toolkit": "12.1.1",
"local-web-server": "5.4.0",
"typescript": "5.8.2"
}
}