-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.67 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
{
"name": "layout-projection",
"version": "0.0.0",
"private": true,
"author": "Char2s <char2s@outlook.com>",
"license": "Apache-2.0",
"scripts": {
"lint": "concurrently npm:lint:*",
"lint:eslint": "eslint packages site playground --cache --fix",
"lint:prettier": "prettier --write \"{packages/*/src/**/*,*}.{html,css,less,scss,sass,js,json,md}\"",
"release": "node scripts/release.mjs"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/TheNightmareX/layout-projection.git"
},
"bugs": {
"url": "https://github.com/TheNightmareX/layout-projection/issues"
},
"homepage": "https://github.com/TheNightmareX/layout-projection#readme",
"devDependencies": {
"@angular-devkit/architect": "0.1802.11",
"@angular/animations": "18.2.10",
"@angular/build": "^18.2.11",
"@angular/cdk": "18.2.11",
"@angular/cli": "18.2.11",
"@angular/common": "18.2.10",
"@angular/compiler": "18.2.10",
"@angular/compiler-cli": "18.2.10",
"@angular/core": "18.2.10",
"@angular/elements": "18.2.10",
"@angular/forms": "18.2.10",
"@angular/platform-browser": "18.2.10",
"@angular/platform-browser-dynamic": "18.2.10",
"@angular/router": "18.2.10",
"@eslint/js": "^8.57.0",
"@ng-web-apis/common": "^3.2.3",
"@nx/angular": "^20.0.8",
"@nx/js": "^20.0.8",
"@taiga-ui/addon-mobile": "^3.26.0",
"@taiga-ui/cdk": "^3.24.0",
"@taiga-ui/core": "^3.24.0",
"@taiga-ui/icons": "^3.24.0",
"@taiga-ui/kit": "^3.24.0",
"@taiga-ui/styles": "^3.24.0",
"@tinkoff/ng-event-plugins": "^3.1.0",
"@types/dompurify": "2.2.3",
"@types/jest": "^29.5.0",
"@types/marked": "6",
"@types/node": "18.16.9",
"@typescript-eslint/parser": "^8.13.0",
"angular-cli-ghpages": "^2.0.3",
"concurrently": "^7.6.0",
"dompurify": "2.2.9",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^4.4.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"github-slugger": "^2.0.0",
"highlight.js": "^11.8.0",
"highlightjs-line-numbers.js": "^2.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lefthook": "^1.3.6",
"less": "^4.2.0",
"marked": "12",
"ng-packagr": "18.2.1",
"ngx-markdown": "^18.1.0",
"nx": "20.0.1",
"prettier": "^2.8.8",
"rxjs": "^7.8.0",
"simple-git": "^3.27.0",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"typescript-eslint": "^8.13.0",
"zone.js": "~0.14.10"
},
"workspaces": [
"packages/*",
"site"
]
}