-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.1 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
{
"name": "angular-music",
"version": "0.0.0",
"scripts": {
"prepare": "husky",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --browsers=ChromeHeadless --watch=false --code-coverage",
"measure": "node scripts/measure.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.12",
"@angular/cdk": "17.3.10",
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/forms": "17.3.12",
"@angular/material": "17.3.10",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/platform-server": "17.3.12",
"@angular/router": "17.3.12",
"@angular/ssr": "17.3.11",
"@spotify/web-api-ts-sdk": "1.1.2",
"cookie-parser": "1.4.7",
"express": "4.21.1",
"gsap": "3.12.5",
"js-cookie": "3.0.5",
"ngxtension": "4.1.0",
"rxjs": "7.8.1",
"tailwindcss": "3.4.14",
"tslib": "2.8.1",
"zone.js": "0.14.8"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@lhci/cli": "0.14.0",
"@testing-library/angular": "17.3.1",
"@types/cookie-parser": "1.4.7",
"@types/express": "4.17.21",
"@types/jasmine": "4.6.4",
"@types/js-cookie": "3.0.6",
"@types/node": "20.11.25",
"firebase-tools": "13.23.1",
"husky": "9.1.6",
"jasmine-core": "4.6.1",
"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",
"lint-staged": "15.2.10",
"markdown-table": "3.0.4",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"puppeteer": "22.15.0",
"typescript": "5.4.5"
},
"lint-staged": {
"**/*.{js,mjs,ts,html,scss,md,json}": "prettier --write"
},
"engines": {
"node": "20"
}
}