-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.79 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
{
"name": "lfpe",
"title": "Lex Fridman Podcast – Episodes Explorer",
"title1": "Lex Fridman Podcast",
"title2": "Episodes Explorer",
"version": "1.2.0",
"url": "https://github.com/jldblog/lfpe",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"generatedb": "npx tsx src/scripts/generate-db.ts",
"build": "ng build --configuration=development --base-href /lfpe/",
"build:prod": "ng build --configuration=production --base-href /lfpe/",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/localize": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@primeng/themes": "^19.0.5",
"@tailwindcss/postcss": "^4.0.0",
"luxon": "^3.4.4",
"node-fetch": "^3.3.2",
"postcss": "^8.5.1",
"primeicons": "^7.0.0",
"primeng": "^18.0.2",
"roboto-fontface": "^0.10.0",
"rxjs": "~7.8.1",
"tailwindcss": "^3.4.14",
"tinyduration": "^3.3.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.4",
"@angular/cli": "18.0.4",
"@angular/compiler-cli": "18.2.12",
"@types/jasmine": "~5.1.4",
"@types/luxon": "^3.4.2",
"googleapis": "^140.0.0",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"tsx": "^4.15.4",
"typescript": "5.4.5"
}
}