-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.65 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 4.65 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@pegasusheavy/ngx-tailwindcss",
"version": "0.4.0",
"type": "module",
"description": "A highly customizable Angular component library for Tailwind CSS 4+. Build beautiful, accessible UI components with full theming support, intelligent class merging, and zero bundled CSS. Features 30+ components including buttons, cards, modals, forms, tables, and more.",
"license": "MIT",
"author": {
"name": "Pegasus Heavy Industries LLC",
"url": "https://pegasusheavy.github.io/ngx-tailwindcss"
},
"homepage": "https://pegasusheavy.github.io/ngx-tailwindcss",
"repository": {
"type": "git",
"url": "git+https://github.com/pegasusheavy/ngx-tailwindcss.git"
},
"bugs": {
"url": "https://github.com/pegasusheavy/ngx-tailwindcss/issues"
},
"keywords": [
"angular",
"tailwindcss",
"tailwind",
"tailwind-css-4",
"components",
"ui",
"ui-library",
"ui-components",
"component-library",
"angular-components",
"angular-library",
"angular-ui",
"design-system",
"typescript",
"standalone-components",
"signals",
"accessible",
"accessibility",
"a11y",
"aria",
"wcag",
"screen-reader",
"i18n",
"internationalization",
"localization",
"l10n",
"rtl",
"translations",
"responsive",
"customizable",
"theming",
"forms",
"buttons",
"modals",
"cards",
"tables",
"dropdown",
"toast",
"accordion",
"tabs",
"pagination",
"avatar",
"badge",
"spinner",
"skeleton",
"progress",
"tree",
"timeline",
"stepper"
],
"scripts": {
"ng": "ng",
"build": "ng build ngx-tailwindcss --configuration production",
"build:watch": "ng build ngx-tailwindcss --watch",
"publish:dist": "pnpm run build && cd dist/ngx-tailwindcss && npm publish --access public",
"postbuild": "cp README.md dist/ngx-tailwindcss/README.md",
"dev": "concurrently -n lib,docs -c cyan,green \"pnpm run build:watch\" \"pnpm run docs:dev\"",
"docs:dev": "cd docs && pnpm run dev",
"docs:start": "cd docs && pnpm run start",
"test": "vitest",
"test:run": "vitest run --testTimeout 60000 --hookTimeout 60000",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"lint": "eslint projects/",
"lint:fix": "eslint projects/ --fix",
"format": "prettier --write \"projects/**/*.{ts,html,scss,css,json}\"",
"format:check": "prettier --check \"projects/**/*.{ts,html,scss,css,json}\"",
"prepare": "pnpm run build && node -e \"import('husky').then(({ default: husky }) => husky('./.husky')).catch(err => { console.error(err); process.exit(1) })\"",
"commitlint": "commitlint"
},
"peerDependencies": {
"@angular/animations": "^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.2.0",
"@angular-devkit/build-angular": "^21.0.4",
"@angular/animations": "^21.0.6",
"@angular/build": "^21.0.4",
"@angular/cdk": "^21.0.5",
"@angular/cli": "^21.0.4",
"@angular/common": "^21.0.6",
"@angular/compiler": "^21.0.6",
"@angular/compiler-cli": "^21.0.6",
"@angular/core": "^21.0.6",
"@angular/forms": "^21.0.6",
"@angular/platform-browser": "^21.0.6",
"@angular/platform-browser-dynamic": "^21.0.6",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@eslint/js": "^9.39.2",
"@pegasusheavy/eslint-typescript-access": "^1.0.0",
"@testing-library/angular": "^18.1.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@typescript-eslint/utils": "^8.50.0",
"@vitest/coverage-v8": "^4.0.16",
"angular-eslint": "^21.1.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-unicorn": "^62.0.0",
"husky": "^9.1.7",
"jsdom": "^27.3.0",
"ng-packagr": "^21.0.1",
"prettier": "^3.7.4",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.50.0",
"vitest": "^4.0.16",
"zone.js": "~0.16.0"
},
"exports": {
".": {
"types": "./index.d.ts",
"default": "./fesm2022/pegasus-heavy-ngx-tailwindcss.mjs"
}
},
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}