-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.98 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
{
"name": "folkies",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href=/tunebook/",
"test": "jest",
"metadata": "jest --testMatch=src/app/service/metadata-extractor.ts **/metadata-extractor.ts",
"lint": "ng lint",
"e2e": "ng e2e",
"test:watch": "jest --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.1.3",
"@angular/cdk": "^18.1.3",
"@angular/common": "^18.1.3",
"@angular/compiler": "^18.1.3",
"@angular/core": "^18.1.3",
"@angular/forms": "^18.1.3",
"@angular/material": "^18.1.3",
"@angular/platform-browser": "^18.1.3",
"@angular/platform-browser-dynamic": "^18.1.3",
"@angular/router": "^18.1.3",
"@angular/service-worker": "^18.1.3",
"@log4js2/core": "^2.0.9",
"abcjs": "^6.4.1",
"comlink": "^4.2.0",
"date-fns": "^2.11.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.3",
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0",
"@angular/cli": "^18.1.3",
"@angular/compiler-cli": "^18.1.3",
"@angular/language-service": "^18.1.3",
"@jest/console": "^28.0.0",
"@types/gapi": "0.0.39",
"@types/gapi.auth2": "0.0.50",
"@types/gapi.client.drive": "^3.0.4",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"angular-eslint": "^18.2.0",
"eslint": "^8.12.0",
"iconv-lite": "^0.5.1",
"jest": "^29.0.0",
"jest-preset-angular": "^14.2.2",
"path": "^0.12.7",
"ts-jest": "^29.0.0",
"ts-node": "~7.0.0",
"typescript": "~5.4.5"
},
"resolutions": {
"@babel/preset-env": "^7.8.7"
}
}