-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.67 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.67 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
59
60
61
{
"name": "cmajor-angular",
"version": "1.0.6",
"scripts": {
"ng": "ng",
"start": "pnpm run dev",
"dev": "ng build --watch --configuration development",
"build": "ng build",
"test": "ng test --watch=false",
"test:watch": "ng test",
"test:coverage": "ng test --watch=false --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}\""
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@10.32.1",
"private": true,
"dependencies": {
"@angular/common": "^21.2.4",
"@angular/compiler": "^21.2.4",
"@angular/core": "^21.2.4",
"@angular/elements": "^21.2.4",
"@angular/forms": "^21.2.4",
"@angular/platform-browser": "^21.2.4",
"@angular/platform-browser-dynamic": "^21.2.4",
"@angular/router": "^21.2.4",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.2.2",
"@angular/cli": "^21.2.2",
"@angular/compiler-cli": "^21.2.4",
"@eslint/js": "^9.39.4",
"@vitest/coverage-v8": "^4.1.0",
"angular-eslint": "^21.3.0",
"baseline-browser-mapping": "^2.10.8",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.2",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.0",
"vitest": "^4.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"msgpackr-extract",
"lmdb",
"unrs-resolver"
]
}
}