-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "accessible-astro-components",
"description": "A set of Accessible, easy to use, Front-end UI Components for Astro.",
"version": "4.0.3",
"author": "Incluud",
"license": "MIT",
"homepage": "https://accessible-astro.incluud.dev/components/overview/",
"type": "module",
"exports": {
".": {
"import": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
}
},
"main": "./index.js",
"types": "./types/index.d.ts",
"keywords": [
"astro",
"astro-component",
"astro-components",
"accessible",
"accessibility",
"a11y",
"wcag",
"responsive",
"ui-library",
"ui-components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/incluud/accessible-astro-components.git"
},
"bugs": {
"url": "https://github.com/incluud/accessible-astro-components/issues"
},
"devDependencies": {
"astro": "^5.3.0",
"prettier": "2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-css-order": "^1.3.1"
}
}