-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.26 KB
/
package.json
File metadata and controls
69 lines (69 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
63
64
65
66
67
68
69
{
"name": "ngx-oneforall",
"version": "1.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-oneforall-lib",
"build:docs": "ng build ngx-oneforall-docs --base-href /ngx-oneforall/",
"build:mcp": "cd projects/ngx-oneforall-mcp && npm run build",
"publish:mcp": "cd projects/ngx-oneforall-mcp && npm publish --access public",
"generate:llms": "node scripts/generate-llms.mjs",
"watch": "ng build ngx-oneforall-lib --watch --configuration development",
"test": "jest --coverage",
"serve:ssr:ngx-oneforall-docs": "node dist/ngx-oneforall-docs/server/server.mjs",
"lint": "ng lint",
"prepare": "husky",
"publish": "cd dist/ngx-oneforall && npm publish --access public"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.0.6",
"@angular/cdk": "^21.0.0",
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/platform-browser-dynamic": "^21.0.6",
"@angular/platform-server": "^21.0.6",
"@angular/router": "^21.0.6",
"@angular/ssr": "^21.0.4",
"@ng-doc/app": "21.0.0",
"@ng-doc/builder": "21.0.0",
"@ng-doc/core": "21.0.0",
"@ng-doc/ui-kit": "21.0.0",
"@ng-web-apis/common": "^4.0.0",
"@tinkoff/ng-polymorpheus": "^4.3.0",
"di-controls": "^4.0.0",
"express": "^4.18.2",
"libphonenumber-js": "^1.12.31",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^20.0.0",
"@angular/build": "^21.0.4",
"@angular/cli": "^21.0.4",
"@angular/compiler-cli": "^21.0.6",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.14",
"@types/node": "^18.18.0",
"angular-eslint": "21.0.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.6",
"husky": "^9.1.7",
"jest": "^30.0.0",
"jest-preset-angular": "^16.0.0",
"ng-packagr": "^21.0.1",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.51.0"
},
"sideEffects": false
}