-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.23 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
{
"name": "icon",
"version": "0.0.0",
"scripts": {
"test": "ng test icon",
"test:watch": "ng test icon --watch",
"pages": "ng build --project=demo --base-href=https://joster-dev.github.io/icon/",
"package": "npm run _build-lib && npm run _npm-publish",
"_build-lib": "ng build --project=icon && npm run _copy-license",
"_copy-license": "pwsh -Command \"Copy-Item -Path '.\\LICENSE' -Destination '.\\dist\\icon\\lib'\"",
"_npm-publish": "cd dist/icon && npm publish"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.2",
"@angular/common": "^22.0.2",
"@angular/compiler": "^22.0.2",
"@angular/core": "^22.0.2",
"@angular/forms": "^22.0.2",
"@angular/platform-browser": "^22.0.2",
"@angular/platform-browser-dynamic": "^22.0.2",
"@angular/router": "^22.0.2",
"@joster-dev/chaos-control": "0.3.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^22.0.3",
"@angular/cli": "^22.0.3",
"@angular/compiler-cli": "^22.0.2",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^29.1.1",
"ng-packagr": "^22.0.0",
"typescript": "~6.0.3",
"vitest": "^4.1.9"
}
}