-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 997 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 997 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
30
31
32
33
34
35
36
37
38
39
{
"name": "@aui/workspace",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@10.17.1",
"type": "module",
"scripts": {
"setup": "rimraf -g **/node_modules pnpm-lock.yaml && pnpm install"
},
"devDependencies": {
"@angular-eslint/builder": "20.4.0",
"@eslint/css": "^0.13.0",
"@eslint/js": "^9.37.0",
"@eslint/json": "^0.13.2",
"@eslint/markdown": "^7.4.0",
"angular-eslint": "20.4.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript-eslint": "8.46.1"
},
"workspaces": [
"apps/*"
],
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"@angular/core": "21.0.0-next.7",
"@angular/common": "21.0.0-next.7",
"@angular/ssr": "21.0.0-next.7",
"@angular/material": "21.0.0-next.7",
"@angular/cdk": "21.0.0-next.7"
}
}
}
}