forked from primer/octicons
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "@openproject/octicons-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "npm run generate && ng build",
"generate": "script/build.js",
"lint": "eslint src script",
"test": "npm run generate && ng test --no-watch --no-progress",
"watch": "script/build.js && ng build --watch --configuration development"
},
"peerDependencies": {
"@angular/common": ">=19.0.0 <21.0.0",
"@angular/core": ">=19.0.0 <21.0.0"
},
"devDependencies": {
"@angular/animations": "^21.0.3",
"@angular/build": "^21.0.2",
"@angular/cli": "~21.0.2",
"@angular/common": "^21.0.3",
"@angular/compiler": "^21.0.3",
"@angular/compiler-cli": "^21.0.3",
"@angular/core": "^21.0.3",
"@angular/forms": "^21.0.3",
"@angular/platform-browser": "^21.0.3",
"@angular/platform-browser-dynamic": "^21.0.3",
"@angular/router": "^21.0.3",
"@stylistic/eslint-plugin": "^5.6.1",
"@types/babel__generator": "^7.27.0",
"@types/fs-extra": "^11.0.4",
"@vitest/eslint-plugin": "^1.5.2",
"angular-eslint": "21.2.0",
"eslint": "^9.39.1",
"fs-extra": "^11.3.2",
"jsdom": "^27.3.0",
"ng-packagr": "^21.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typescript": "~5.9.3",
"typescript-eslint": "8.49.0",
"vitest": "^4.0.15"
}
}