-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.98 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.98 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
{
"name": "angular-library-playground",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng build %PROJECT_NAME% && ng serve",
"serve": "ng serve",
"build": "ng build %PROJECT_NAME%",
"watch": "ng build %PROJECT_NAME% --watch --configuration development",
"test": "ng test %PROJECT_NAME%",
"test:playground": "ng test angular-library-playground",
"lint": "ng lint %PROJECT_NAME%",
"lint:playground": "ng lint angular-library-playground"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.2.3",
"@angular/common": "^20.3.14",
"@angular/compiler": "^20.2.3",
"@angular/core": "^20.2.3",
"@angular/forms": "^20.2.3",
"@angular/platform-browser": "^20.2.3",
"@angular/platform-browser-dynamic": "^20.2.3",
"@angular/router": "^20.2.3",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^20.2.0",
"@angular-eslint/eslint-plugin-template": "^20.2.0",
"@angular-eslint/template-parser": "^20.2.0",
"@angular/build": "^20.2.1",
"@angular/cli": "^20.2.1",
"@angular/compiler-cli": "^20.2.3",
"@eslint/js": "^9.34.0",
"@types/jasmine": "~5.1.9",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"angular-eslint": "^20.2.0",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-unicorn": "^60.0.0",
"jasmine-core": "^5.9.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^20.2.0",
"prettier": "^3.6.2",
"typescript": "~5.9.2"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
}