-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.72 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ng-modular-forms-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "npx eslint .",
"lint:projects": "npx eslint projects",
"build": "ng build",
"build:packages": "ng build core && ng build material",
"watch": "ng build --watch --configuration development",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"stamp:version": "node scripts/stamp-version.js"
},
"dependencies": {
"tslib": "^2.6.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.4.10",
"@analogjs/vitest-angular": "^2.4.10",
"@angular-devkit/build-angular": "^19.2.0",
"@angular/animations": "^19.2.0",
"@angular/cdk": "^19.2.0",
"@angular/cli": "^19.2.0",
"@angular/common": "^19.2.0",
"@angular/compiler-cli": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/material": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.2",
"@vitest/coverage-v8": "^4.1.6",
"@vitest/ui": "^4.1.4",
"eslint": "^10.4.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.5",
"jsdom": "^22.0.0",
"ng-packagr": "^19.2.0",
"ngx-highlightjs": "^14.0.1",
"postcss": "^8.5.10",
"prettier": "3.8.3",
"rxjs": "^7.8.0",
"tailwindcss": "^4.2.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.59.3",
"vite": "^7.0.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^4.0.0",
"zone.js": "~0.15.0"
}
}