-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
81 lines (81 loc) · 2.75 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
{
"name": "musicsource",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"prettier": "prettier -c src",
"docs": "compodoc -p ./tsconfig.json --hideGenerator --name MusicSource --customLogo src/assets/docs_logo.png",
"cypress:open": "start-server-and-test start 4200 \"cypress open\"",
"cypress:verify": "cypress verify",
"cypress:run": "start-server-and-test start 4200 \"cypress run\""
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.2",
"@angular/cdk": "^14.0.2",
"@angular/common": "^14.0.2",
"@angular/compiler": "^14.0.2",
"@angular/core": "^14.0.2",
"@angular/forms": "^14.0.2",
"@angular/material": "^14.0.2",
"@angular/platform-browser": "^14.0.2",
"@angular/platform-browser-dynamic": "^14.0.2",
"@angular/router": "^14.0.2",
"@angular/service-worker": "^14.0.2",
"@creasource/ngrx-idb": "0.1.0",
"@creasource/ngx-idb": "0.1.0",
"@creasource/reactive-idb": "^1.2.1",
"@mdi/js": "^6.6.96",
"@ngrx/effects": "^14.0.0",
"@ngrx/store": "^14.0.0",
"@ngrx/store-devtools": "^14.0.0",
"audiomotion-analyzer": "^3.6.0",
"music-metadata-browser": "^2.5.5",
"node-vibrant": "^3.1.6",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"type-fest": "^2.12.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.0",
"@angular-devkit/build-angular": "^14.0.2",
"@angular-eslint/builder": "^14.0.0-alpha.3",
"@angular-eslint/eslint-plugin": "^14.0.0-alpha.3",
"@angular-eslint/eslint-plugin-template": "^14.0.0-alpha.3",
"@angular-eslint/schematics": "^14.0.0-alpha.3",
"@angular-eslint/template-parser": "^14.0.0-alpha.3",
"@angular/cli": "^14.0.2",
"@angular/compiler-cli": "^14.0.2",
"@compodoc/compodoc": "^1.1.16",
"@ngrx/schematics": "^14.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@types/offscreencanvas": "^2019.6.4",
"@types/web": "^0.0.64",
"@types/wicg-file-system-access": "^2020.9.5",
"@types/wicg-mediasession": "1.1.3",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"cypress": "^8.7.0",
"eslint": "^8.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.5.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^2.5.1",
"start-server-and-test": "^1.12.0",
"ts-node": "~8.3.0",
"typescript": "~4.7.4"
}
}