-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.22 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
{
"name": "spotrx",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"e2etest": "npx playwright test",
"deploy": "ng deploy --base-href=/SpotRx/",
"storybook": "ng run spotrx:storybook",
"build-storybook": "ng run spotrx:build-storybook",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint",
"format:check": "prettier --check .",
"format": "prettier --write ."
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@ceski23/stan-js-angular": "^1.1.0",
"@tanstack/angular-query-experimental": "^5.38.0",
"ngx-skeleton-loader": "^9.0.0",
"rxjs": "~7.8.1",
"stan-js": "^1.6.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^19.0.1",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@briebug/jest-schematic": "^6.0.0",
"@compodoc/compodoc": "^1.1.23",
"@playwright/test": "^1.42.1",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/angular": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/test": "^8.4.5",
"@tanstack/angular-query-devtools-experimental": "^5.20.5",
"@testing-library/angular": "^15.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.0",
"@types/spotify-web-playback-sdk": "^0.1.12",
"angular-cli-ghpages": "^2.0.3",
"angular-eslint": "18.4.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.0-rc.0",
"mock-match-media": "^0.4.3",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"storybook": "^8.3.5",
"typescript": "~5.6.3",
"typescript-eslint": "8.10.0"
}
}