-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "piying-angular-component",
"version": "1.4.2",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4444",
"build": "ng build core && ng build daisyui && ng build ionic",
"build:site": "ng build && cp ./dist/piying-angular-component/browser/index.html ./dist/piying-angular-component/browser/404.html",
"build:ionic": "ng build core && ng build ionic",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:e2e": "playwright test --ui",
"serve:ssr:piying-angular-component": "node dist/piying-angular-component/server/server.mjs",
"test:ci": "ng test daisyui -c ci",
"lint": "eslint --fix ./src && prettier ./src --write && eslint --fix ./projects && prettier ./projects --write",
"publish-only": "tsx ./script/change-version.ts && tsx ./script/publish.ts",
"postinstall": "patch-package",
"build:patch": "tsc -P ./script/patch",
"update": "ng update @angular/core@22 @angular/cdk@22 @angular/material@22 @angular/cli@22 --force --allow-dirty"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/cdk": "^22.0.3",
"@angular/common": "^22.0.5",
"@angular/compiler": "^22.0.5",
"@angular/core": "^22.0.5",
"@angular/forms": "^22.0.5",
"@angular/material": "^22.0.3",
"@angular/platform-browser": "^22.0.5",
"@angular/platform-server": "^22.0.5",
"@angular/router": "^22.0.5",
"@angular/ssr": "^22.0.5",
"@cyia/ngx-common": "^20.0.4",
"@cyia/util": "^1.5.3",
"@faker-js/faker": "^10.1.0",
"@ionic/angular": "^8.8.2",
"@piying/view-angular": "2.12.0",
"@tailwindcss/postcss": "^4.2.1",
"cally": "^0.9.2",
"clsx": "^2.1.1",
"es-toolkit": "^1.45.1",
"express": "^5.1.0",
"patch-package": "^8.0.1",
"postcss": "^8.5.6",
"rxjs": "~7.8.0",
"shiki": "^4.0.2",
"tailwindcss": "^4.2.1",
"tslib": "^2.3.0",
"type-fest": "^5.5.0"
},
"devDependencies": {
"@angular/build": "^22.0.5",
"@angular/cli": "^22.0.5",
"@angular/compiler-cli": "^22.0.5",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.60.0",
"@types/express": "^5.0.1",
"@types/jasmine": "~5.1.0",
"@types/node": "^20.19.24",
"daisyui": "^5.5.19",
"eslint-plugin-unused-imports": "^4.3.0",
"execa": "^9.6.1",
"fast-equals": "6.0.0",
"fast-glob": "^3.3.3",
"gray-matter": "^4.0.3",
"istanbul-lib-instrument": "^6.0.3",
"jasmine-core": "~5.9.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"material-icons": "^1.13.14",
"ng-packagr": "^22.0.1",
"playwright": "^1.60.0",
"postcss": "^8.5.3",
"prettier": "^3.7.4",
"tsx": "^4.21.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.62.1"
}
}