-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
178 lines (178 loc) · 8.71 KB
/
package.json
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "@munat/components",
"version": "0.0.27",
"description": "Astro components with Deno",
"keywords": [
"astro-component",
"sitebender",
"vanilla"
],
"homepage": "https://github.com/chasm/components#readme",
"repository": {
"type": "git",
"url": "https://github.com/chasm/components.git"
},
"license": "MIT",
"author": "Charles F. Munat <[email protected]>",
"type": "module",
"files": [
"arrows",
"buttons",
"cards",
"forms",
"heading",
"html",
"icons",
"landmarks",
"layouts",
"navigation",
"punctuation",
"sectioning",
"src",
"temporal",
"utilities",
"widgets",
"types.ts",
"index.ts"
],
"exports": {
"./arrows/Left": "./arrows/Left/index.astro",
"./arrows/Right": "./arrows/Right/index.astro",
"./buttons/Toggle": "./buttons/Toggle/index.astro",
"./cards/Card": "./cards/Card/index.astro",
"./cards/Card/Footer": "./cards/Card/Footer/index.astro",
"./cards/Card/HGroup": "./cards/Card/HGroup/index.astro",
"./cards/Card/HGroup/Published": "./cards/Card/HGroup/Published/index.astro",
"./cards/Card/HGroup/Tags": "./cards/Card/HGroup/Tags/index.astro",
"./cards/Card/HGroup/TimeToRead": "./cards/Card/HGroup/TimeToRead/index.astro",
"./cards/Cards": "./cards/index.astro",
"./constants": "./constants.ts",
"./elements/CallingCodeSelect": ".forms/elements/CallingCodeSelect/index.astro",
"./elements/CheckboxGroup": ".forms/elements/CheckboxGroup/index.astro",
"./elements/Checkbox": ".forms/elements/Checkbox/index.astro",
"./elements/ColorInput": ".forms/elements/ColorInput/index.astro",
"./elements/DateInput": ".forms/elements/DateInput/index.astro",
"./elements/DaySelect": ".forms/elements/DaySelect/index.astro",
"./elements/EmailInput": ".forms/elements/EmailInput/index.astro",
"./elements/FileInput": ".forms/elements/FileInput/index.astro",
"./elements/HiddenInput": ".forms/elements/HiddenInput/index.astro",
"./elements/ImageInput": ".forms/elements/ImageInput/index.astro",
"./elements/MonthInput": ".forms/elements/MonthInput/index.astro",
"./elements/MonthSelect": ".forms/elements/MonthSelect/index.astro",
"./elements/NumberInput": ".forms/elements/NumberInput/index.astro",
"./elements/PasswordInput": ".forms/elements/PasswordInput/index.astro",
"./elements/RadioGroup": ".forms/elements/RadioGroup/index.astro",
"./elements/SearchInput": ".forms/elements/SearchInput/index.astro",
"./elements/Select": ".forms/elements/Select/index.astro",
"./elements/TelInput": ".forms/elements/TelInput/index.astro",
"./elements/Textarea": ".forms/elements/Textarea/index.astro",
"./elements/TextInput": ".forms/elements/TextInput/index.astro",
"./elements/TimeInput": ".forms/elements/TimeInput/index.astro",
"./elements/TimeZoneSelect": ".forms/elements/TimeZoneSelect/index.astro",
"./elements/UrlInput": ".forms/elements/UrlInput/index.astro",
"./elements/WeekSelect": ".forms/elements/WeekSelect/index.astro",
"./elements/YearInput": ".forms/elements/YearInput/index.astro",
"./forms/BooleanField": "./forms/BooleanField/index.astro",
"./forms/Button": "./forms/Button/index.astro",
"./forms/ButtonBar": "./forms/ButtonBar/index.astro",
"./forms/DurationField": "./forms/DurationField/index.astro",
"./forms/EmailField": "./forms/EmailField/index.astro",
"./forms/Field": "./forms/Field/index.astro",
"./forms/Fieldset": "./forms/Fieldset/index.astro",
"./forms/FieldsetWrapper": "./forms/FieldsetWrapper/index.astro",
"./forms/FieldWrapper": "./forms/FieldWrapper/index.astro",
"./forms/Form": "./forms/index.astro",
"./forms/Honeypot": "./forms/Honeypot/index.astro",
"./forms/InstantField": "./forms/InstantField/index.astro",
"./forms/MemberField": "./forms/MemberField/index.astro",
"./forms/NumberField": "./forms/NumberField/index.astro",
"./forms/PasswordField": "./forms/PasswordField/index.astro",
"./forms/PlainDateField": "./forms/PlainDateField/index.astro",
"./forms/PlainDateTimeField": "./forms/PlainDateTimeField/index.astro",
"./forms/PlainMonthDayField": "./forms/PlainMonthDayField/index.astro",
"./forms/PlainTimeField": "./forms/PlainTimeField/index.astro",
"./forms/PlainYearMonthField": "./forms/PlainYearMonthField/index.astro",
"./forms/TextField": "./forms/TextField/index.astro",
"./forms/SubsetField": "./forms/SubsetField/index.astro",
"./forms/TelField": "./forms/TelField/index.astro",
"./forms/TimeZoneField": "./forms/TimeZoneField/index.astro",
"./forms/TrileanField": "./forms/TrileanField/index.astro",
"./forms/UrlField": "./forms/UrlField/index.astro",
"./forms/YearWeekField": "./forms/YearWeekField/index.astro",
"./forms/ZonedDateTimeField": "./forms/ZonedDateTimeField/index.astro",
"./heading/Heading": "./heading/index.astro",
"./html/Body": "./html/Body/index.astro",
"./html/Head": "./html/Head/index.astro",
"./html/Html": "./html/index.astro",
"./icons/Hamburger": "./icons/Hamburger/index.astro",
"./icons/MagnifyingGlass": "./icons/MagnifyingGlass/index.astro",
"./landmarks/Footer": "./landmarks/Footer/index.astro",
"./landmarks/Header": "./landmarks/Header/index.astro",
"./landmarks/Main": "./landmarks/Main/index.astro",
"./layouts/PageBlock": "./layouts/PageBlock/index.astro",
"./layouts/SideBySide": "./layouts/SideBySide/index.astro",
"./layouts/TwoColumns": "./layouts/TwoColumns/index.astro",
"./navigation/Nav": "./navigation/Nav/index.astro",
"./navigation/Navbar": "./navigation/Navbar/index.astro",
"./navigation/SiblingLinks": "./navigation/SiblingLinks/index.astro",
"./navigation/SkipLink": "./navigation/SkipLink/index.astro",
"./navigation/Trail": "./navigation/Trail/index.astro",
"./navigation/UpLink": "./navigation/UpLink/index.astro",
"./punctuation/EmDash": "./punctuation/EmDash/index.astro",
"./punctuation/EnDash": "./punctuation/EnDash/index.astro",
"./sectioning/Article": "./sectioning/Article/index.astro",
"./sectioning/Section": "./sectioning/Section/index.astro",
"./temporal/PlainDate": "./temporal/PlainDate/index.astro",
"./types": "./types.ts",
"./utilities/clamp": "./utilities/clamp/index.ts",
"./utilities/generateShortId": "./utilities/generateShortId/index.ts",
"./utilities/getPaths": "./utilities/getPaths/index.ts",
"./utilities/mapPageMeta": "./utilities/mapPageMeta/index.ts",
"./utilities/setAltText": "./utilities/setAltText/index.ts",
"./utilities/unique": "./utilities/unique/index.ts",
"./widgets/Abbr": "./widgets/Abbr/index.astro",
"./widgets/Carousel": "./widgets/Carousel/index.astro",
"./widgets/CCLicense": "./widgets/CCLicense/index.astro",
"./widgets/CCLicense/ByAttribution": "./widgets/CCLicense/ByAttribution/index.astro",
"./widgets/CCLicense/CreativeCommons": "./widgets/CCLicense/CreativeCommons/index.astro",
"./widgets/CCLicense/NoDerivatives": "./widgets/CCLicense/NoDerivatives/index.astro",
"./widgets/CCLicense/NonCommercial": "./widgets/CCLicense/NonCommercial/index.astro",
"./widgets/CCLicense/PublicDomainDedication": "./widgets/CCLicense/PublicDomainDedication/index.astro",
"./widgets/CCLicense/ShareAlike": "./widgets/CCLicense/ShareAlike/index.astro",
"./widgets/Error": "./widgets/Error/index.astro",
"./widgets/LinkedLogo": "./widgets/LinkedLogo/index.astro",
"./widgets/Picture": "./widgets/Picture/index.astro",
"./widgets/Picture/Source": "./widgets/Picture/Source/index.astro",
"./widgets/Quoted": "./widgets/Quoted/index.astro",
"./widgets/ScrollIndicator": "./widgets/ScrollIndicator/index.astro",
"./widgets/Slide": "./widgets/Carousel/Slide/index.astro",
"./widgets/Toggletip": "./widgets/Toggletip/index.astro",
"./widgets/Tooltip": "./widgets/Tooltip/index.astro",
".": "./index.ts"
},
"scripts": {
"astro": "astro",
"build": "astro check --root ./src && astro build",
"bump": "pnpm version patch --force",
"bump:major": "pnpm version major --force",
"bump:minor": "pnpm version minor --force",
"check:packages": "pnpx npm-check -u",
"dep": "pnpm fmt && pnpm lint && pnpm lint:fix && pnpm check:packages && pnpm build && rm -rf .cache .history dist",
"dev": "astro dev --port 4322 --host",
"fmt": "deno fmt",
"lint": "deno lint",
"lint:fix": "deno lint --fix",
"preview": "astro preview",
"pub": "npm publish --access=public",
"push": "git add -A && pnpm bump && git push",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@types/node": "^22.10.1",
"astro": "^5.0.3",
"temporal-polyfill": "^0.2.5",
"typescript": "^5.7.2"
}
}