-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
{
"name": "kavka-web",
"version": "0.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"lint": "ng lint",
"format": "npx prettier --write ."
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.5",
"@angular/cdk": "^18.0.5",
"@angular/common": "^18.0.5",
"@angular/compiler": "^18.0.5",
"@angular/core": "^18.0.5",
"@angular/forms": "^18.0.5",
"@angular/platform-browser": "^18.0.5",
"@angular/platform-browser-dynamic": "^18.0.5",
"@angular/platform-server": "^18.0.5",
"@angular/router": "^18.0.5",
"@angular/ssr": "^18.0.6",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@fontsource/poppins": "^5.0.14",
"@fontsource/vazirmatn": "^5.0.20",
"@ngrx/store": "^17.0.1",
"@tauri-apps/plugin-notification": "~2",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"kavka-core": "^0.0.2",
"ngx-scrollbar": "^15.0.1",
"rippleui": "^1.12.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.6",
"@angular/cli": "^18.0.6",
"@angular/compiler-cli": "^18.0.5",
"@angular/service-worker": "^18.0.5",
"@ngrx/store-devtools": "^18.0.1",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.19.39",
"angular-eslint": "18.2.0",
"critters": "^0.0.24",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"finalhandler": "^1.2.0",
"jasmine-core": "~5.1.2",
"merge-descriptors": "^2.0.0",
"ms": "^2.1.3",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.5",
"typescript-eslint": "8.0.0"
}
}