-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 2.26 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
62
{
"name": "@tylertech/forge-angular",
"version": "7.3.0",
"description": "Forge components adapter library for Angular",
"repository": "tyler-technologies-oss/forge-angular",
"license": "Apache-2.0",
"scripts": {
"prepare": "husky",
"ng": "ng",
"start": "npm run build && ng serve -o",
"build": "ng build forge-angular --configuration production",
"build:demo": "ng build --configuration production --stats-json",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"changelog": "auto changelog",
"release": "auto shipit",
"postversion": "cd dist/forge-angular && npm version $npm_package_version --no-git-tag-version --no-commit-hooks --ignore-scripts",
"analyze:bundle": "webpack-bundle-analyzer dist/forge-angular-demo/stats.json",
"generate-proxies": "ng generate @tylertech/forge-schematics:custom-elements --config generate-proxies.json --interactive=false"
},
"dependencies": {
"@angular/animations": "^20.3.15",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",
"@tylertech/forge": "^3.14.0",
"@tylertech/tyler-icons": "^2.0.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.13",
"@angular/cli": "^20.3.13",
"@angular/compiler-cli": "^20.3.15",
"@auto-it/conventional-commits": "^11.3.6",
"@auto-it/first-time-contributor": "^11.3.6",
"@auto-it/npm": "^11.3.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@tylertech-eslint/eslint-plugin": "^1.0.16",
"@tylertech/forge-schematics": "^2.0.0",
"@types/jasmine": "^5.1.13",
"@types/node": "^24.10.1",
"auto": "^11.3.6",
"commitlint": "^20.1.0",
"husky": "^9.1.7",
"jasmine-core": "^5.12.1",
"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.3.2",
"typescript": "~5.8.3",
"webpack-bundle-analyzer": "^5.0.1"
}
}