-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.82 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
49
50
51
52
53
54
{
"name": "ngx-speculoos-project",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"build": "ng build --project=ngx-speculoos",
"test": "ng test --no-progress --no-watch --code-coverage --project=ngx-speculoos",
"watch": "ng build --project=ngx-speculoos --watch --configuration development",
"demobuild": "ng build --project=demo",
"demotest": "ng test --no-progress --no-watch --project=demo",
"lint": "ng lint",
"release": "cd projects/ngx-speculoos && commit-and-tag-version --infile ../../CHANGELOG.md",
"doc": "node scripts/prepare-doc.js && cd projects/ngx-speculoos && compodoc",
"tsd": "tsc -p projects/tsd-test/tsconfig.tsd.json",
"format": "prettier --write ./"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/common": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.11",
"@angular/cli": "18.2.11",
"@angular/compiler-cli": "18.2.11",
"@compodoc/compodoc": "1.1.26",
"@types/jasmine": "5.1.4",
"@types/node": "22.9.0",
"angular-eslint": "18.4.0",
"commit-and-tag-version": "12.5.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"jasmine-core": "5.4.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": "18.2.1",
"prettier": "3.3.3",
"typescript": "5.4.5",
"typescript-eslint": "8.14.0"
}
}