This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 3.74 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
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
{
"name": "@langx/langx",
"version": "0.15.0",
"homepage": "https://get.langx.io",
"description": "LangX | Practice, Learn, Succeed! Free and Open Sourced Language Exchange Project",
"author": {
"name": "LangX",
"email": "hi@langx.io"
},
"keywords": [
"language",
"open-source",
"alternative",
"practice",
"culture",
"edtech",
"exchange",
"connect",
"learn",
"languages",
"tandem",
"languagelearning",
"language-exchange",
"langx",
"languageexchange",
"languagexchange",
"hellotalk"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/langx/langx.git"
},
"bugs": {
"url": "https://github.com/langx/langx/issues"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "^17.3.8",
"@angular/common": "^17.3.8",
"@angular/compiler": "^17.3.8",
"@angular/core": "^17.3.8",
"@angular/fire": "^17.0.1",
"@angular/forms": "^17.3.8",
"@angular/platform-browser": "^17.3.8",
"@angular/platform-browser-dynamic": "^17.3.8",
"@angular/pwa": "^17.3.7",
"@angular/router": "^17.3.8",
"@angular/service-worker": "^17.3.8",
"@capacitor-community/in-app-review": "^6.0.0",
"@capacitor-community/native-market": "^6.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/keyboard": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/push-notifications": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@capawesome/capacitor-badge": "^6.0.0",
"@capgo/inappbrowser": "^6.0.8",
"@ionic/angular": "^8.1.1",
"@ionic/pwa-elements": "^3.2.2",
"@langx/capacitor-voice-recorder": "^6.0.5",
"@ngrx/effects": "^17.2.0",
"@ngrx/store": "^17.2.0",
"appwrite": "^14.0.1",
"axios": "^1.6.0",
"compressorjs": "^1.2.1",
"hammerjs": "^2.0.8",
"ionicons": "^7.0.0",
"ngx-image-cropper": "^7.0.2",
"rxjs": "~7.8.0",
"swiper": "^11.0.5",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"zone.js": "~0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular-eslint/builder": "^17.4.0",
"@angular-eslint/eslint-plugin": "^17.4.0",
"@angular-eslint/eslint-plugin-template": "^17.4.0",
"@angular-eslint/schematics": "^17.4.0",
"@angular-eslint/template-parser": "^17.4.0",
"@angular/cli": "^17.3.7",
"@angular/compiler-cli": "^17.3.8",
"@angular/language-service": "^17.3.8",
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^11.0.1",
"@ngrx/store-devtools": "^17.2.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "^8.3.0",
"typescript": "~5.4.5"
},
"resolutions": {
"semver": ">=7.5.2"
}
}