forked from rx-angular/rx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.29 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
{
"name": "rx-angular",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": "^18.13.0 || ^20.9.0",
"yarn": "4.4.1"
},
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"format:write": "nx format:write",
"format:check": "nx format:check",
"generate-typescript-docs": "ts-node -P tools/tsconfig.tools.json tools/scripts/docs/generate-typescript-docs.ts",
"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",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"ssr:isr:dev": "nx build ssr-isr --configuration=development --watch",
"ssr:isr:serve": "node dist/apps/ssr-isr/server/server.mjs"
},
"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": "18.2.9",
"@angular/cdk": "18.2.9",
"@angular/cdk-experimental": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/platform-server": "18.2.9",
"@angular/router": "18.2.9",
"@angular/ssr": "18.2.9",
"@typescript-eslint/utils": "7.18.0",
"bootstrap": "^5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"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.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.9",
"@angular-devkit/core": "18.2.9",
"@angular-devkit/schematics": "18.2.9",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/build": "18.2.9",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-angular": "^19.1.0",
"@jscutlery/semver": "^4.1.0",
"@nx-plus/docusaurus": "patch:@nx-plus/docusaurus@npm%3A14.1.0#~/.yarn/patches/@nx-plus-docusaurus-npm-14.1.0-b526e34c01.patch",
"@nx/angular": "20.1.0",
"@nx/cypress": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/jest": "20.1.0",
"@nx/js": "20.1.0",
"@nx/node": "20.1.0",
"@nx/workspace": "20.1.0",
"@schematics/angular": "18.2.9",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@types/benchmark": "^2.1.0",
"@types/express": "4.17.14",
"@types/jest": "29.5.14",
"@types/klaw-sync": "^6.0.0",
"@types/lodash": "^4.14.196",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"autoprefixer": "^10.4.0",
"benchmark": "^2.1.4",
"browser-sync": "^3.0.0",
"cpx": "^1.5.0",
"cypress": "13.15.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"express": "4.18.2",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.0",
"jsonc-eslint-parser": "^2.1.0",
"klaw-sync": "^6.0.0",
"lint-staged": "^12.0.3",
"lodash": "^4.17.21",
"markdown-link-check": "^3.11.2",
"ng-morph": "^4.0.3",
"ng-packagr": "18.2.1",
"nx": "20.1.0",
"postcss": "^8.4.6",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "3.2.5",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}