-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.48 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.48 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
{
"name": "issue-helper",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=4300",
"build": "ng build --base-href /issue-helper/",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/common": "^21.1.3",
"@angular/compiler": "^21.1.3",
"@angular/core": "^21.1.3",
"@angular/forms": "^21.1.3",
"@angular/platform-browser": "^21.1.3",
"@angular/platform-browser-dynamic": "^21.1.3",
"@angular/router": "^21.1.3",
"marked": "^17.0.0",
"ng-zorro-antd": "^21.1.0",
"ngx-markdown": "^21.1.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^21.1.3",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^21.1.3",
"@types/node": "^22.10.5",
"@eslint/js": "^9.39.0",
"angular-eslint": "^21.2.0",
"eslint": "^9.39.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.0.0",
"eslint-plugin-prefer-arrow": "~1.2.2",
"eslint-plugin-prettier": "~5.5.0",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^17.3.0",
"prettier": "^3.8.0",
"stylelint": "^17.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-less": "^4.0.0",
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
"stylelint-order": "^7.0.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.54.0"
}
}