-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
73 lines (73 loc) · 2.39 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
67
68
69
70
71
72
73
{
"name": "kahla",
"version": "4.5.0",
"description": "Kahla is a cross-platform business messaging app.",
"author": "Aiursoft <[email protected]> (https://www.aiursoft.cn/)",
"contributors": [
],
"license": "MIT",
"type": "module",
"scripts": {
"start": "yarn build:sw-base && ng serve",
"build:sw-base": "tsc -p src/service-worker && esbuild src/service-worker/sw_notifications.ts --bundle --minify '--define:process.env.NODE_ENV=\"production\"' --outfile='dist/sw-base/sw_notifications.js'",
"build": "yarn run build:sw-base && ng build --base-href / && workbox generateSW workbox-config.cjs",
"clean": "rm -rf dist",
"lint": "tsc -p src && tsc -p src/service-worker && ng lint",
"format": "prettier -cw .",
"create-component": "python ./scripts/create-component.py"
},
"dependencies": {
"@aiursoft/kahla-sdk.js": "^0.2.4",
"@angular/animations": "19.0.3",
"@angular/cdk": "^19.0.3",
"@angular/common": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@fortawesome/fontawesome-free": "^6.7.1",
"@joeattardi/emoji-button": "^4.6.4",
"@videojs/themes": "^1.0.1",
"aiur-version-control": "^0.2.3",
"autolinker": "^4.0.0",
"blueimp-load-image": "^5.16.0",
"idb": "^8.0.0",
"rxjs": "^7.8.1",
"sweetalert2": "^11.14.5",
"video.js": "8.21.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "^19.0.4",
"@angular/build": "^19.0.4",
"@angular/cli": "^19.0.4",
"@angular/compiler": "^19.0.3",
"@angular/compiler-cli": "^19.0.3",
"@angular/language-service": "19.0.3",
"@types/node": "^22.10.2",
"angular-eslint": "19.0.2",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"typescript-eslint": "8.18.0",
"workbox-cli": "^7.3.0"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitlab.aiursoft.cn/aiursoft/kahla.app.git"
},
"keywords": [],
"bugs": {
"url": "https://gitlab.aiursoft.cn/aiursoft/kahla.app/-/issues"
},
"homepage": "https://kahla.aiursoft.cn",
"packageManager": "[email protected]"
}