-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.84 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
{
"name": "@treeview/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"refactor:private-methods": "node tools/scripts/refactor-private-methods.mts",
"refactor:protected-members": "node tools/scripts/refactor-protected-members.mts"
},
"private": true,
"dependencies": {
"@angular/cdk": "^21.2.11",
"@angular/common": "~21.2.0",
"@angular/compiler": "~21.2.0",
"@angular/core": "~21.2.0",
"@angular/forms": "~21.2.0",
"@angular/platform-browser": "~21.2.0",
"@angular/router": "~21.2.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@angular-devkit/core": "~21.2.0",
"@angular-devkit/schematics": "~21.2.0",
"@angular/build": "~21.2.0",
"@angular/cli": "~21.2.0",
"@angular/compiler-cli": "~21.2.0",
"@angular/language-service": "~21.2.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "22.7.2",
"@nx/eslint": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/js": "22.7.2",
"@nx/web": "22.7.2",
"@nx/workspace": "22.7.2",
"@oxc-project/runtime": "^0.115.0",
"@schematics/angular": "~21.2.0",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"@typescript-eslint/utils": "^8.40.0",
"angular-eslint": "^21.2.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"jsdom": "^27.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~21.2.0",
"nx": "22.7.2",
"postcss": "^8.4.5",
"prettier": "~3.9.5",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.7.4",
"ts-morph": "^28.0.0",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"verdaccio": "^6.3.2",
"vitest": "^4.0.8"
},
"nx": {
"includedScripts": []
}
}