-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.86 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 4.86 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@ever-co/ever-rec-desktop",
"version": "0.1.0",
"description": "Ever Rec Desktop - Screen Capture, Screen Recording, Images & Video Sharing Desktop Application",
"license": "AGPL-3.0",
"homepage": "https://rec.so",
"repository": {
"type": "git",
"url": "git+https://github.com/ever-co/ever-rec-desktop.git"
},
"private": true,
"author": {
"name": "Ever Co. LTD",
"email": "ever@ever.co",
"url": "https://ever.co"
},
"bugs": {
"url": "https://github.com/ever-co/ever-rec-desktop/issues"
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"build": "nx run-many --target=build",
"build:prod": "nx run-many --target=build --configuration=production",
"serve": "nx run-many --target=serve --projects=ui,desktop",
"make": "nx run desktop:make",
"build:lib": "nx run-many --target=build --exclude=ui,desktop --tailwindConfig=apps/ui/tailwind.config.js",
"publish:all": "nx run-many --target=version --exclude=ui,desktop --base=develop",
"publish:affected:libraries": "nx affected --exclude=ui,desktop --base=develop --target=version"
},
"keywords": [],
"dependencies": {
"@angular/animations": "21.1.0",
"@angular/cdk": "21.1.0",
"@angular/common": "21.1.0",
"@angular/compiler": "21.1.0",
"@angular/core": "21.1.0",
"@angular/forms": "21.1.0",
"@angular/material": "21.1.0",
"@angular/platform-browser": "21.1.0",
"@angular/platform-browser-dynamic": "21.1.0",
"@angular/router": "21.1.0",
"@aws-sdk/client-s3": "^3.970.0",
"@aws-sdk/s3-request-presigner": "^3.970.0",
"@electron/remote": "^2.1.2",
"@ever-gauzy/desktop-core": "^0.1.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@miniben90/x-win": "^3.2.0",
"@ngrx/component-store": "21.0.1",
"@ngrx/effects": "21.0.1",
"@ngrx/entity": "21.0.1",
"@ngrx/operators": "21.0.1",
"@ngrx/router-store": "21.0.1",
"@ngrx/store": "21.0.1",
"@nx/angular": "22.3.3",
"@swimlane/ngx-charts": "^23.1.0",
"better-sqlite3": "^12.6.0",
"call-bind-apply-helpers": "1.0.2",
"dotenv": "^17.2.3",
"electron-log": "5.4.3",
"electron-store": "^8.1.0",
"ffmpeg-static": "^5.3.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"jimp": "^1.6.0",
"keytar": "^7.9.0",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.6.0",
"node-fetch": "^3.3.2",
"reflect-metadata": "^0.2.2",
"rxjs": "~7.8.2",
"tslib": "^2.3.0",
"typeorm": "^0.3.28",
"util": "^0.12.5",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.1.0",
"@angular-devkit/core": "21.1.0",
"@angular-devkit/schematics": "21.1.0",
"@angular-eslint/eslint-plugin": "21.1.0",
"@angular-eslint/eslint-plugin-template": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/cli": "21.1.0",
"@angular/compiler-cli": "21.1.0",
"@angular/language-service": "21.1.0",
"@aws-sdk/types": "^3.969.0",
"@electron/rebuild": "^4.0.2",
"@jscutlery/semver": "^5.3.1",
"@ngrx/schematics": "21.0.1",
"@ngrx/store-devtools": "21.0.1",
"@nx/eslint": "22.3.3",
"@nx/eslint-plugin": "22.3.3",
"@nx/jest": "22.3.3",
"@nx/js": "22.3.3",
"@nx/workspace": "22.3.3",
"@schematics/angular": "21.1.0",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.18",
"@types/d3": "^7.4.3",
"@types/ffprobe": "^1.1.8",
"@types/ffprobe-static": "^2.0.3",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/jest": "30.0.0",
"@types/moment": "^2.13.0",
"@types/moment-duration-format": "^2.2.7",
"@types/node": "^25.0.9",
"@typescript-eslint/eslint-plugin": "8.53.0",
"@typescript-eslint/parser": "8.53.0",
"@typescript-eslint/utils": "8.53.0",
"angular-eslint": "^21.1.0",
"autoprefixer": "^10.4.23",
"electron": "40.0.0",
"electron-builder": "^26.4.0",
"eslint": "~9.39.2",
"eslint-config-prettier": "10.1.8",
"jasmine-marbles": "~0.9.1",
"jest": "30.2.0",
"jest-environment-jsdom": "30.2.0",
"jest-environment-node": "^30.2.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.2.0",
"jsonc-eslint-parser": "^2.4.2",
"ng-packagr": "21.1.0",
"nx": "22.3.3",
"nx-electron": "^21.0.1",
"postcss": "^8.5.3",
"postcss-url": "~10.1.3",
"prettier": "^3.8.0",
"tailwindcss": "^3.4.17",
"ts-jest": "29.4.6",
"ts-node": "^10.9.2",
"typescript": "5.9.3",
"verdaccio": "6.2.4"
},
"snyk": true,
"publishConfig": {
"registry": "http://localhost:4873"
},
"nx": {
"includedScripts": []
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}