forked from rx-angular/rx-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 4.37 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
{
"name": "rx-angular",
"version": "0.0.0",
"license": "MIT",
"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": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points && node ./decorate-angular-cli.js && husky install",
"workspace-generator": "nx workspace-generator"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"libs/**/!(images)/**/*.{ts,html,scss,md,json}": [
"yarn affected:lint -- --uncommitted --fix --parallel"
],
"libs/**/*.{ts,html,scss,md,json}": [
"prettier --write"
]
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.16",
"@angular/cdk": "12.2.13",
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@angular/forms": "12.2.16",
"@angular/material": "12.2.13",
"@angular/platform-browser": "12.2.16",
"@angular/platform-browser-dynamic": "12.2.16",
"@angular/platform-server": "12.2.16",
"@angular/router": "12.2.16",
"@nguniversal/express-engine": "^13.0.2",
"@ngxs/store": "3.7.2",
"@typescript-eslint/experimental-utils": "^5.4.0",
"angular-in-memory-web-api": "^0.11.0",
"bootstrap": "^4.6.0",
"core-js": "^3.18.3",
"ngx-skeleton-loader": "^4.0.0",
"normalize-css": "^2.3.1",
"rx-query": "^1.0.2",
"rxjs": "^7.5.4",
"tslib": "^2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.16",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "12.2.16",
"@angular/compiler-cli": "12.2.16",
"@angular/language-service": "12.2.16",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@jscutlery/semver": "^2.18.0",
"@nguniversal/builders": "^13.0.2",
"@ngxs/devtools-plugin": "^3.7.0",
"@nrwl/angular": "12.10.1",
"@nrwl/cli": "12.10.1",
"@nrwl/cypress": "12.10.1",
"@nrwl/eslint-plugin-nx": "12.10.1",
"@nrwl/jest": "12.10.1",
"@nrwl/linter": "12.10.1",
"@nrwl/node": "12.10.1",
"@nrwl/nx-cloud": "13.1.2",
"@nrwl/tao": "12.10.1",
"@nrwl/workspace": "12.10.1",
"@size-limit/preset-big-lib": "^7.0.0",
"@types/benchmark": "^2.1.0",
"@types/jest": "27.0.2",
"@types/klaw-sync": "^6.0.0",
"@types/lodash": "^4.14.176",
"@types/node": "~16.11.1",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"benchmark": "^2.1.4",
"chrome-remote-interface": "^0.29.0",
"cpx": "^1.5.0",
"cypress": "^9.4.1",
"debug": "^4.2.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"husky": "^7.0.4",
"jest": "27.3.1",
"jest-preset-angular": "11.0.0-rc.3",
"klaw-sync": "^6.0.0",
"lint-staged": "^12.0.3",
"ng-morph": "^2.0.0",
"ng-packagr": "12.2.7",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "2.5.1",
"size-limit": "^6.0.4",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
"typescript": "4.3.5"
}
}