-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.24 KB
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
{
"name": "flickPlayer",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-and-deploy": "ng build && firebase deploy --only hosting",
"test": "ng test",
"lint": "ng lint",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org docchula --project flickplayer www/browser && sentry-cli sourcemaps upload --org docchula --project flickplayer www/browser"
},
"private": true,
"dependencies": {
"@angular/common": "^20.3.27",
"@angular/core": "^20.3.27",
"@angular/fire": "^20.0.1",
"@angular/forms": "^20.3.27",
"@angular/platform-browser": "^20.3.27",
"@angular/router": "^20.3.27",
"@angular/service-worker": "^20.3.27",
"@ionic/angular": "^8.8.17",
"@primeuix/themes": "^1.2.5",
"core-js": "^3.50.0",
"ionicons": "^8.1.0",
"laravel-echo": "^2.4.0",
"primeng": "^20.4.0",
"pusher-js": "^8.6.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"ulid": "^3.0.2",
"video.js": "^8.23.9",
"videojs-hotkeys": "^0.2.30",
"videojs-youtube": "^3.0.1",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.2003.33",
"@angular-devkit/build-angular": "^20.3.33",
"@angular-eslint/builder": "^20.7.0",
"@angular-eslint/eslint-plugin": "^20.7.0",
"@angular-eslint/eslint-plugin-template": "^20.7.0",
"@angular-eslint/schematics": "^20.7.0",
"@angular-eslint/template-parser": "^20.7.0",
"@angular/cli": "^20.3.33",
"@angular/compiler": "^20.3.27",
"@angular/compiler-cli": "^20.3.27",
"@angular/language-service": "^20.3.27",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^9.39.5",
"@ionic/angular-toolkit": "^12.3.0",
"@types/jasmine": "~6.0.0",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^24.13.3",
"@types/video.js": "^7.3.58",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"eslint": "^9.39.5",
"jasmine-core": "^6.3.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
},
"description": "An Ionic project"
}