-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.5 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.5 KB
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
{
"name": "root",
"license": "(MIT AND BSD-3-Clause)",
"private": true,
"devDependencies": {
"@angular-builders/custom-webpack": "^20",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^20.3.16",
"@angular/language-service": "^20.3.16",
"@angular/localize": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@nx/angular": "22.1.2",
"@nx/eslint": "22.1.2",
"@nx/eslint-plugin": "22.1.2",
"@nx/jest": "22.1.2",
"@nxext/stencil": "^21.0.0",
"@playwright/test": "^1.56.1",
"@stencil/angular-output-target": "^0.10.2",
"@stencil/core": "^4.35.3",
"@stencil/sass": "^3.2.1",
"@stencil/webpack": "^0.0.6",
"@types/dom-mediacapture-record": "^1.0.22",
"@types/emscripten": "^1.40.1",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "^5.1.8",
"@types/node": "^20.19.4",
"@types/unidecode": "^1.1.0",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/parser": "8.40.0",
"find-cache-dir": "^5.0.0",
"husky": "^9.1.7",
"jasmine-core": "^5.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.2.0",
"jsdom": "^26.1.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^20",
"nx": "22.1.2",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"ts-jest": "29.4.5",
"ts-node": "^10.9.2",
"tsx": "^4.20.3"
},
"dependencies": {
"@angular/animations": "^20.3.16",
"@angular/cdk": "^20",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/forms": "^20.3.16",
"@angular/material": "^20",
"@angular/platform-browser": "^20.3.16",
"@angular/router": "^20.3.16",
"@sindresorhus/slugify": "^2.2.1",
"bootstrap": "^5.3.7",
"file-saver": "^2.0.5",
"image-conversion": "^2.1.1",
"jszip": "^3.10.1",
"mime": "^4.0.7",
"ngx-toastr": "^19",
"root": "file:",
"shepherd.js": "^11.2.0",
"soundswallower": "^0.6.3",
"standardized-audio-context": "^25.3.77",
"unidecode": "^1.1.0",
"wavesurfer.js": "^6.6.4",
"zone.js": "~0.15.0"
},
"scripts": {
"prepare": "husky"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"workspaces": [
"packages/*"
]
}