forked from rx-angular/rx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.3 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "rx-angular",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "^16.13.0 || ^18.10.0",
"yarn": "^1.22.0"
},
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"test:coverage": "nx test --code-coverage",
"lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"generate-typescript-docs": "ts-node -P tools/tsconfig.tools.json tools/scripts/docs/generate-typescript-docs.ts",
"help": "nx help",
"cdk:publish": "nx publish cdk",
"state:publish": "nx publish state",
"template:publish": "nx publish template",
"tracerbench": "tracerbench compare --controlURL http://localhost:4200/rx-angular/demos --experimentURL http://localhost:4242/rx-angular/demos --markers startRouting,endRouting --headless --report",
"postinstall": "husky install",
"workspace-generator": "nx workspace-generator"
},
"lint-staged": {
"**/!(images)/**/*.{ts,js,html}": [
"eslint --fix --quiet"
],
"**/*.{ts,js,html,scss,md,mdx,json}": [
"prettier --write"
]
},
"private": true,
"workspaces": [
"apps/**",
"libs/**"
],
"dependencies": {
"@angular/animations": "16.0.3",
"@angular/cdk": "16.0.2",
"@angular/cdk-experimental": "16.0.2",
"@angular/common": "16.0.3",
"@angular/compiler": "16.0.3",
"@angular/core": "16.0.3",
"@angular/forms": "16.0.3",
"@angular/material": "16.0.2",
"@angular/platform-browser": "16.0.3",
"@angular/platform-browser-dynamic": "16.0.3",
"@angular/platform-server": "16.0.3",
"@angular/router": "16.0.3",
"@nguniversal/express-engine": "16.0.2",
"@typescript-eslint/utils": "5.59.2",
"bootstrap": "^5.2.3",
"ngx-skeleton-loader": "^7.0.0",
"normalize-css": "^2.3.1",
"react-player": "^2.12.0",
"rx-query": "^1.0.2",
"rxjs": "7.8.0",
"rxjs-zone-less": "^1.0.0",
"tslib": "^2.4.1",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.3",
"@angular-devkit/core": "16.0.3",
"@angular-devkit/schematics": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "16.0.3",
"@angular/compiler-cli": "16.0.3",
"@angular/language-service": "16.0.3",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.3.0",
"@jscutlery/semver": "^2.30.1",
"@nguniversal/builders": "16.0.2",
"@ngxs/devtools-plugin": "^3.7.0",
"@nx-plus/docusaurus": "14.1.0",
"@nx/angular": "16.2.2",
"@nx/cypress": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/js": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/node": "16.2.2",
"@nx/workspace": "16.2.2",
"@schematics/angular": "~16.0.3",
"@types/benchmark": "^2.1.0",
"@types/jest": "^29.4.0",
"@types/klaw-sync": "^6.0.0",
"@types/lodash": "^4.14.196",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"benchmark": "^2.1.4",
"cpx": "^1.5.0",
"cypress": "12.11.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "12.2.3",
"klaw-sync": "^6.0.0",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"markdown-link-check": "^3.11.2",
"ng-morph": "^3.0.0",
"ng-packagr": "16.0.1",
"nx": "16.2.2",
"nx-cloud": "latest",
"postcss": "^8.4.6",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.8.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
}
}