-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
142 lines (142 loc) · 4.59 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
137
138
139
140
141
142
{
"name": "mix",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"start:kanban": "nx serve mix-kanban",
"start:database": "nx serve mix-database",
"start:shell": "nx serve shell",
"build-app:kanban": "nx build mix-kanban",
"build-app:database": "nx build mix-database --baseHref=[[basePath]]",
"build-app:shell": "nx build shell",
"build": "nx build",
"build-stage": "nx build --configuration=stage",
"build-live": "nx build --configuration=live",
"test": "nx test",
"run:all": "node node_modules/@angular-architects/module-federation/src/server/mf-dev-server.js"
},
"private": true,
"dependencies": {
"@angular-architects/module-federation": "^16.0.4",
"@angular-architects/module-federation-tools": "^16.0.4",
"@angular/animations": "17.0.2",
"@angular/cdk": "17.0.0",
"@angular/common": "17.0.2",
"@angular/compiler": "17.0.2",
"@angular/core": "17.0.2",
"@angular/elements": "17.0.2",
"@angular/fire": "^17.0.0",
"@angular/forms": "17.0.2",
"@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/pwa": "16.2.10",
"@angular/router": "17.0.2",
"@angular/service-worker": "17.0.2",
"@apollo/client": "^3.7.17",
"@microsoft/signalr": "7.0.12",
"@ngneat/cmdk": "^1.0.1",
"@ngneat/dialog": "5.0.0",
"@ngneat/edit-in-place": "1.9.0",
"@ngneat/helipopper": "9.0.0",
"@ngneat/hot-toast": "^5.0.1",
"@ngneat/overview": "^5.0.0",
"@ngneat/transloco": "^4.2.7",
"@ngrx/component-store": "^16.0.0",
"@ngx-formly/core": "^6.1.6",
"@nrwl/angular": "17.1.1",
"@swimlane/ngx-charts": "^20.1.2",
"@taiga-ui/addon-editor": "^3.24.0",
"@taiga-ui/addon-mobile": "3.55.0",
"@taiga-ui/addon-preview": "3.55.0",
"@taiga-ui/addon-table": "3.55.0",
"@taiga-ui/cdk": "3.55.0",
"@taiga-ui/core": "3.55.0",
"@taiga-ui/experimental": "^3.57.0",
"@taiga-ui/icons": "3.55.0",
"@taiga-ui/kit": "3.55.0",
"@taiga-ui/layout": "^3.57.0",
"@tinkoff/ng-dompurify": "^4.0.0",
"@tinkoff/ng-polymorpheus": "4.2.0",
"@worktile/gantt": "^16.0.2",
"ag-grid-angular": "^30.0.6",
"ag-grid-community": "^30.0.6",
"ang-jsoneditor": "^3.1.0",
"angular-tabler-icons": "^2.13.0",
"angularx-qrcode": "^16.0.0",
"apollo-angular": "^5.0.0",
"cron-validate": "^1.4.5",
"cronstrue": "^2.47.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"fs": "0.0.1-security",
"glob": "^9.3.2",
"graphql": "^16.7.1",
"gridstack": "^10.0.1",
"html2canvas": "^1.4.1",
"js-beautify": "^1.14.7",
"jsoneditor": "^9.10.2",
"lru-cache": "^9.1.2",
"luxon": "^3.4.4",
"moment-timezone": "^0.5.44",
"monaco-editor": "^0.38.0",
"ngx-material-timepicker": "^13.1.1",
"ngx-monaco-editor": "^12.0.0",
"posthtml": "^0.16.6",
"posthtml-attrs-sorter": "^1.1.0",
"remeda": "^1.29.0",
"rxjs": "7.8.1",
"taiga-ui": "^3.24.0",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"yargs-parser": "^21.1.1",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.0",
"@angular-devkit/core": "17.0.0",
"@angular-devkit/schematics": "17.0.0",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.2",
"@angular/language-service": "17.0.2",
"@nrwl/cli": "14.8.6",
"@nrwl/cypress": "17.1.1",
"@nrwl/eslint-plugin-nx": "17.1.1",
"@nrwl/jest": "17.1.1",
"@nrwl/linter": "17.1.1",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/workspace": "17.1.1",
"@nx/cypress": "17.1.1",
"@nx/jest": "17.1.1",
"@nx/js": "17.1.1",
"@nx/web": "17.1.1",
"@nxrocks/nx-flutter": "^8.0.1",
"@schematics/angular": "17.0.0",
"@types/crypto-js": "^4.1.1",
"@types/jest": "29.4.4",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"cypress": "^13.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.3",
"ngx-build-plus": "^16.0.0",
"nx": "17.1.1",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
}