-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.84 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.84 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
{
"name": "game-clips",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"build-env": "node -r dotenv/config src/environments/make-environment-file.mjs",
"start": "npm run build-env && ng serve",
"build": "npm run build-env && ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.11",
"@angular/common": "^16.2.11",
"@angular/compiler": "^16.2.11",
"@angular/core": "^16.2.11",
"@angular/fire": "^16.0.0",
"@angular/forms": "^16.2.11",
"@angular/platform-browser": "^16.2.11",
"@angular/platform-browser-dynamic": "^16.2.11",
"@angular/router": "^16.2.11",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@types/node": "^22.10.1",
"@types/uuid": "^10.0.0",
"@types/video.js": "^7.3.58",
"@videojs/themes": "^1.0.1",
"dotenv": "^16.4.7",
"ngx-mask": "^14.0.2",
"rxjs": "^7.8.0",
"tslib": "^2.3.0",
"uuid": "^11.0.3",
"video.js": "^8.21.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.8",
"@angular/cli": "~16.2.8",
"@angular/compiler-cli": "^16.2.11",
"@cypress/schematic": "^2.5.2",
"@types/jasmine": "^5.1.5",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"tailwindcss": "^3.1.2",
"typescript": "^5.1.6",
"cypress": "latest"
}
}