-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
162 lines (162 loc) · 5.26 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "nuclia",
"version": "2.7.9",
"license": "MIT",
"author": "Nuclia.cloud",
"description": "Nuclia frontend apps and libs",
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "nx run-many --all --target=test",
"test:search-lib": "vitest -r=libs/search-widget",
"lint": "nx workspace-lint && ng lint",
"update": "nx migrate latest",
"help": "nx help",
"missdev": "npx missdev --output=../libs --https --default-to-master",
"sdk-build": "run-script-os",
"sdk-build:win32": "echo 'NO WIN32 BUILD'",
"sdk-build:default": "rimraf ./dist/sdk-core && cd ./libs/sdk-core && rollup -c && cd ../..",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org nuclia --project application ./dist && sentry-cli sourcemaps upload --org nuclia --project application ./dist"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/cdk": "19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@angular/service-worker": "19.0.5",
"@ng-web-apis/common": "^2.1.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@sentry/angular": "8.47.0",
"@sveltejs/package": "^2.3.1",
"angular-svg-icon": "^19.1.0",
"child_process": "^1.0.2",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"d3": "^7.8.5",
"date-fns": "^3.6.0",
"deepmerge-ts": "^5.1.0",
"dompurify": "^3.1.3",
"fuse.js": "^3.6.1",
"isomorphic-unfetch": "^4.0.2",
"latinize": "^0.5.0",
"localstorage-polyfill": "^1.0.1",
"mime": "3.0.0",
"mrs-developer": "^1.7.1",
"ngx-captcha": "^13.0.0",
"ngx-translate-multi-http-loader": "^18.2.0",
"node-fetch": "^3.3.1",
"papaparse": "^5.4.1",
"perfect-scrollbar": "^1.5.0",
"posthog-js": "^1.57.2",
"run-script-os": "^1.1.6",
"rxjs": "7.8.1",
"spark-md5": "^3.0.1",
"talk2svelte": "^0.1.4",
"tslib": "^2.6.2",
"turndown": "^7.1.2",
"tus-js-client": "^2.3.1",
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "~4.1.2",
"z-schema": "^4.2.2",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@biesbjerg/ngx-translate-extract": "7.0.4",
"@ngneat/spectator": "^19.3.0",
"@nx/angular": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/node": "20.3.0",
"@nx/workspace": "20.3.0",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@schematics/angular": "19.0.6",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@testing-library/svelte": "^5.1.0",
"@tsconfig/svelte": "^5.0.4",
"@types/core-js": "^2.5.4",
"@types/cors": "^2.8.13",
"@types/d3": "^6.7.0",
"@types/dompurify": "^3.0.5",
"@types/jasmine": "4.0.3",
"@types/jest": "29.5.12",
"@types/jexl": "^2.2.0",
"@types/latinize": "^0.2.16",
"@types/lru-cache": "^5.1.0",
"@types/node": "18.19.10",
"@types/papaparse": "^5.3.7",
"@types/perfect-scrollbar": "^1.3.0",
"@types/spark-md5": "^3.0.2",
"@types/turndown": "^5.0.1",
"@types/uuid": "^8.3.0",
"@types/z-schema": "^3.24.0",
"@types/zone.js": "^0.5.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"ajv-formats": "^2.1.1",
"codelyzer": "6.0.2",
"concurrently": "^8.0.1",
"crypto-browserify": "^3.12.0",
"dotenv": "10.0.0",
"es-dirname": "^0.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"exitzero": "^1.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.2",
"jsdom": "^22.1.0",
"ng-mocks": "14.13.1",
"ng-packagr": "19.0.1",
"nodemon": "^2.0.22",
"nx": "20.3.0",
"postcss": "^8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.3.0",
"postcss-url": "10.1.3",
"prettier": "3.1.0",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"rollup": "4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
"svelte": "4.2.19",
"svelte-check": "^3.8.0",
"svelte-preprocess": "^5.1.4",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.6.3",
"vite": "^5.2.14",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]"
}