-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 822 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 822 Bytes
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
{
"name": "angular-ecmascript-intl-monorepo",
"version": "0.0.0",
"scripts": {
"build-libs": "pnpm --filter ./libs/* build",
"build": "pnpm build-libs && pnpm --filter demo build",
"start": "pnpm build-libs && pnpm --filter demo start",
"test": "pnpm -r test",
"prelint": "pnpm build-libs",
"lint": "eslint .",
"release": "release-it",
"prettier": "prettier . --write"
},
"private": true,
"devDependencies": {
"@angular/core": "21.1.1",
"@eslint/js": "9.39.2",
"@types/node": "24.10.9",
"angular-eslint": "21.1.0",
"eslint": "9.39.2",
"globals": "17.0.0",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"rxjs": "7.8.2",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1"
},
"packageManager": "pnpm@10.28.1"
}