-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "music-app",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"hmr": "ng serve --hmr",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "firebase deploy --only hosting"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.0.2",
"@angular/cdk": "^13.0.2",
"@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2",
"@angular/fire": "^7.2.0",
"@angular/forms": "~13.0.2",
"@angular/material": "^13.0.2",
"@angular/platform-browser": "~13.0.2",
"@angular/platform-browser-dynamic": "~13.0.2",
"@angular/router": "~13.0.2",
"@angular/service-worker": "~13.0.2",
"@ngxs/store": "^3.7.2",
"@types/spotify-web-playback-sdk": "^0.1.12",
"bootstrap": "^5.1.3",
"firebase": "^9.5.0",
"howler": "^2.2.3",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1300.3",
"@angular-devkit/build-angular": "~13.0.3",
"@angular-eslint/builder": "12.6.1",
"@angular-eslint/eslint-plugin": "12.6.1",
"@angular-eslint/eslint-plugin-template": "12.6.1",
"@angular-eslint/schematics": "12.6.1",
"@angular-eslint/template-parser": "12.6.1",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.2",
"@types/howler": "^2.2.4",
"@types/jasmine": "~3.10.2",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"codelyzer": "^6.0.2",
"eslint": "^7.32.0",
"firebase-tools": "^9.23.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.0",
"inquirer-autocomplete-prompt": "^1.4.0",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"open": "^8.4.0",
"protractor": "~7.0.0",
"ts-node": "~10.4.0",
"tslint": "~6.1.3",
"typescript": "~4.4.4"
}
}