-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
46
47
48
{
"name": "cmajor-angular",
"version": "1.0.1",
"scripts": {
"ng": "ng",
"start": "pnpm run dev",
"dev": "ng build --watch --configuration development",
"build": "ng build",
"test": "ng test",
"test:coverage": "ng test --coverage",
"lint": "ng lint",
"prepare": "husky",
"prettier:check": "prettier --check \"**/*.{js,json,css,scss,md,ts,html,component.html}\"",
"prettier": "prettier --write \"**/*.{js,json,css,scss,md,ts,html,component.html}\""
},
"private": true,
"dependencies": {
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/elements": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "19.0.0-beta.1",
"@angular/build": "^19.0.6",
"@angular/cli": "19.0.6",
"@angular/compiler-cli": "19.0.5",
"@eslint/js": "9.17.0",
"@types/jest": "29.5.14",
"angular-eslint": "19.0.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-preset-angular": "14.4.2",
"lint-staged": "15.2.11",
"prettier": "3.4.2",
"typescript": "~5.6.3",
"typescript-eslint": "8.18.1"
}
}