-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.92 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.92 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
{
"name": "@leech-ru/frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "ng build",
"extract-i18n": "ng extract-i18n",
"format": "prettier !package-lock.json --check --write --ignore-path .gitignore . \"!**/.agents/**\"",
"prepare": "git config core.hooksPath ./scripts/git/hooks",
"serve:en": "ng serve --configuration=en",
"serve:ru": "ng serve --configuration=ru",
"typecheck": "ngc --noEmit"
},
"prettier": {
"endOfLine": "lf",
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"dependencies": {
"@angular/common": "21.2.9",
"@angular/core": "21.2.9",
"@angular/forms": "21.2.9",
"@angular/platform-browser": "21.2.9",
"@angular/platform-server": "21.2.9",
"@angular/router": "21.2.9",
"@angular/ssr": "21.2.7",
"@maskito/angular": "5.2.2",
"@maskito/core": "5.2.2",
"@ng-web-apis/platform": "5.2.0",
"@ng-web-apis/universal": "5.2.0",
"@taiga-ui/addon-commerce": "5.2.0",
"@taiga-ui/addon-mobile": "5.2.0",
"@taiga-ui/addon-table": "5.2.0",
"@taiga-ui/cdk": "5.2.0",
"@taiga-ui/core": "5.2.0",
"@taiga-ui/i18n": "5.2.0",
"@taiga-ui/icons": "5.2.0",
"@taiga-ui/kit": "5.2.0",
"@taiga-ui/layout": "5.2.0",
"@taiga-ui/styles": "5.2.0",
"embla-carousel": "8.6.0",
"embla-carousel-angular": "21.0.0",
"express": "5.2.1",
"rxjs": "7.8.2"
},
"devDependencies": {
"@angular/build": "21.2.7",
"@angular/cli": "21.2.7",
"@angular/localize": "21.2.9",
"@types/express": "5.0.6",
"@types/node": "24",
"less": "4.6.4",
"ng-extract-i18n-merge": "3.3.0",
"prettier": "3.8.3",
"typescript": "5.9"
},
"engines": {
"node": "24",
"npm": "11"
}
}