-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
82 lines (82 loc) · 2.25 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
{
"name": "root",
"private": true,
"devDependencies": {
"@angular-builders/custom-webpack": "^17",
"@angular/cli": "^17",
"@angular/compiler-cli": "^17",
"@angular/language-service": "^17",
"@angular/localize": "^17",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nx/angular": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/storybook": "18.3.4",
"@nxext/stencil": "^18",
"@stencil/angular-output-target": "^0.8.4",
"@stencil/core": "^4.15.0",
"@stencil/sass": "^3.0.11",
"@stencil/webpack": "^0.0.6",
"@types/dom-mediacapture-record": "^1.0.19",
"@types/emscripten": "^1.39.10",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.12.7",
"@types/unidecode": "^0.1.3",
"@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"find-cache-dir": "^5.0.0",
"husky": "^9.0.11",
"jasmine-core": "^5.1.2",
"jest": "^29",
"jest-environment-jsdom": "^29",
"karma": "^6.4.3",
"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": "^17",
"nx": "18.3.4",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"ts-jest": "^29",
"tsx": "^4.7.3"
},
"dependencies": {
"@angular/animations": "^17",
"@angular/cdk": "^17",
"@angular/common": "^17",
"@angular/compiler": "^17",
"@angular/core": "^17",
"@angular/forms": "^17",
"@angular/material": "^17",
"@angular/platform-browser": "^17",
"@angular/router": "^17",
"@sindresorhus/slugify": "^2.2.1",
"bootstrap": "^5.3.3",
"file-saver": "^2.0.5",
"image-conversion": "^2.1.1",
"jszip": "^3.10.1",
"mime": "^4.0.1",
"ngx-toastr": "^18.0.0",
"shepherd.js": "^11.2.0",
"soundswallower": "^0.6.3",
"standardized-audio-context": "^25.3.70",
"unidecode": "^1.1.0",
"wavesurfer.js": "^6.6.2"
},
"scripts": {
"prepare": "husky"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"workspaces": [
"packages/*"
]
}