-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "html-ddr-player",
"version": "0.0.3",
"scripts": {
"ng": "ng",
"start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve --host 0.0.0.0 --ssl",
"build": "ng build",
"build prod": "ng build --prod",
"bundle-report-build": "ng build --prod --stats-json",
"bundle-report-analyze": "webpack-bundle-analyzer dist/HtmlDdrPlayer/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.4.0",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.4.0",
"@angular/compiler": "~13.4.0",
"@angular/core": "~13.4.0",
"@angular/forms": "~13.4.0",
"@angular/material": "~13.3.9",
"@angular/platform-browser": "~13.4.0",
"@angular/platform-browser-dynamic": "~13.4.0",
"@angular/router": "~13.4.0",
"@mediapipe/tasks-audio": "^0.1.0-alpha-8",
"@tensorflow/tfjs": "^4.4.0",
"byte-base64": "^1.1.0",
"ngx-y2-player": "^3.0.1",
"peaks.js": "2.1.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.3",
"long": "4.0.0",
"web-serial-polyfill": "^1.0.14"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.11",
"@angular/cli": "~13.3.11",
"@angular/compiler-cli": "~13.4.0",
"@types/dom-serial": "^1.0.2",
"@types/w3c-web-usb": "^1.0.6",
"@types/jasmine": "~4.0.0",
"@types/node": "~12.11.1",
"codelyzer": "^6.0.2",
"node-fetch": "^2.0.0",
"ts-node": "~10.4.0",
"typescript": "~4.6.4",
"webpack-bundle-analyzer": "^4.5.0"
}
}