-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.35 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
43
44
45
{
"name": "losformula",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --host=192.168.178.72 --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --max-workers=50%",
"test:watch": "ng test --watch --max-workers=25%",
"test:ci": "ng test --run-in-band",
"update": "ng update @angular/core @angular/cli"
},
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/cdk": "^16.1.7",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8",
"@angular/service-worker": "^16.1.8",
"@ng-icons/core": "^25.1.0",
"@ng-icons/heroicons": "^25.1.0",
"@ng-icons/radix-icons": "^25.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-builders/jest": "16.0.0",
"@angular-devkit/build-angular": "^16.1.8",
"@angular/cli": "~16.0.6",
"@angular/compiler-cli": "^16.1.8",
"@types/jest": "29.5.2",
"autoprefixer": "^10.4.14",
"jest": "29.5.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "~5.0.4"
}
}