-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
97 lines (97 loc) · 2.67 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
{
"name": "@ngxtension-platform/source",
"version": "0.0.0-dummy",
"license": "MIT",
"scripts": {
"postinstall": "simple-git-hooks",
"release": "dotenv release-it --"
},
"private": true,
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"dependencies": {
"@angular/animations": "18.2.7",
"@angular/cdk": "18.2.7",
"@angular/common": "18.2.7",
"@angular/compiler": "18.2.7",
"@angular/core": "18.2.7",
"@angular/forms": "18.2.7",
"@angular/platform-browser": "18.2.7",
"@angular/platform-browser-dynamic": "18.2.7",
"@angular/router": "18.2.7",
"@swc/helpers": "0.5.11",
"@use-gesture/vanilla": "^10.3.1",
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.7",
"@angular-devkit/core": "18.2.7",
"@angular-devkit/schematics": "18.2.7",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "18.2.7",
"@angular/language-service": "18.2.7",
"@nx/angular": "20.0.7",
"@nx/cypress": "20.0.7",
"@nx/devkit": "20.0.7",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/js": "20.0.7",
"@nx/plugin": "20.0.7",
"@nx/web": "20.0.7",
"@nx/workspace": "20.0.7",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.2",
"@schematics/angular": "18.2.7",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.3.12",
"@swc/core": "1.7.26",
"@types/jest": "29.5.13",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.20",
"cypress": "13.15.0",
"dotenv-cli": "^7.4.2",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.2.4",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"ng-packagr": "18.2.1",
"nx": "20.0.7",
"postcss": "^8.4.47",
"postcss-import": "~16.1.0",
"postcss-preset-env": "~9.5.14",
"postcss-url": "~10.1.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"release-it": "^17.7.0",
"sharp": "^0.33.3",
"simple-git-hooks": "^2.11.1",
"ts-jest": "^29.2.5",
"ts-morph": "^22.0.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*": "pnpm exec prettier --write"
},
"packageManager": "[email protected]"
}