-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
129 lines (129 loc) · 4.16 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
{
"name": "@myndpm/open-source",
"version": "16.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"libs/forms",
"dist/libs/demos",
"dist/libs/utils"
],
"engines": {
"node": ">=18.0.0",
"npm": "please-use-yarn",
"yarn": ">= 1.22.0"
},
"scripts": {
"start": "nx serve",
"build": "nx build",
"build:all": "nx run-many --all --target build",
"build:prod": "run-s 'nx run forms:build' 'nx run demos:build' 'nx run website:build:production'",
"test": "nx test",
"test:tdd": "nx test --bail 5 --cache --notify --notify-mode change --only-changed --watch",
"lint": "nx workspace-lint && nx lint",
"ssr:dev": "nx run website:serve-ssr",
"ssr:serve": "node dist/website/server/main.js",
"ssr:build": "nx run website:build:production && nx run website:server:production",
"ssr:prerender": "nx run website:prerender",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"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",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"nx": "nx",
"prepare": "husky install",
"postinstall": "nx build utils && yarn install --ignore-scripts && nx build plugin && patch-package"
},
"dependencies": {
"@angular/animations": "16.2.5",
"@angular/cdk": "16.2.4",
"@angular/common": "16.2.5",
"@angular/compiler": "16.2.5",
"@angular/core": "16.2.5",
"@angular/flex-layout": "~15.0.0-beta.42",
"@angular/forms": "16.2.5",
"@angular/material": "16.2.4",
"@angular/platform-browser": "16.2.5",
"@angular/platform-browser-dynamic": "16.2.5",
"@angular/platform-server": "16.2.5",
"@angular/router": "16.2.5",
"@nx/angular": "16.8.1",
"bootstrap": "~5.3.0",
"express": "^4.18.2",
"fast-deep-equal": "~3.1.3",
"is-callable": "~1.2.7",
"marked": "~7.0.1",
"prismjs": "~1.29.0",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.2",
"@angular-devkit/core": "16.2.2",
"@angular-devkit/schematics": "16.2.2",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "16.2.2",
"@angular/compiler-cli": "16.2.5",
"@angular/language-service": "16.2.5",
"@ckapp/rxjs-node-fs": "^0.6.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-angular": "^17.0.0",
"@jscutlery/semver": "^3.1.0",
"@nguniversal/builders": "16.2.0",
"@nguniversal/express-engine": "16.2.0",
"@nx/devkit": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/node": "16.8.1",
"@nx/plugin": "16.8.1",
"@nx/workspace": "16.8.1",
"@schematics/angular": "16.2.2",
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.70",
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.17",
"@types/invariant": "^2.2.35",
"@types/is-callable": "~1.1.0",
"@types/jest": "29.5.5",
"@types/node": "^18.0.0",
"@types/shelljs": "~0.8.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"dotenv": "10.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.1",
"ng-mocks": "~14.11.0",
"ng-packagr": "16.2.3",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"patch-package": "^8.0.0",
"postcss": "8.4.27",
"postcss-import": "~14.1.0",
"postcss-preset-env": "9.1.1",
"postcss-url": "10.1.3",
"prettier": "2.8.8",
"shelljs": "~0.8.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.1.6"
}
}