-
-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.33 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
{
"name": "accessible-astro-starter",
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
"version": "5.2.5",
"author": "Incluud",
"license": "MIT",
"type": "module",
"homepage": "https://accessible-astro-starter.incluud.dev/",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"build:cli": "npm --workspace create-accessible-astro-starter run build",
"create:local": "node packages/create-accessible-astro-starter/scripts/run-local.mjs",
"test:cli": "npm --workspace create-accessible-astro-starter run test",
"test:cli:e2e": "npm --workspace create-accessible-astro-starter run test:e2e"
},
"keywords": [
"astro",
"astro-component",
"astro-components",
"accessible",
"accessibility",
"a11y",
"wcag",
"responsive",
"ui-library",
"ui-components",
"blog",
"portfolio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/incluud/accessible-astro-starter.git"
},
"bugs": {
"url": "https://github.com/incluud/accessible-astro-starter/issues"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.4",
"@astrojs/partytown": "^2.1.7",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.2",
"@iconify-json/lucide": "^1.2.105",
"@types/sanitize-html": "^2.16.1",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"astro": "^6.3.7",
"astro-compress": "^2.4.1",
"astro-eslint-parser": "^1.4.0",
"astro-icon": "^1.1.5",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"sanitize-html": "^2.17.3",
"sass": "^1.99.0",
"svgo": "^4.0.1",
"tailwindcss": "^4.2.4"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.2.4",
"accessible-astro-components": "^5.4.0",
"accessible-astro-launcher": "^2.0.0",
"astro-seo": "^1.1.0"
},
"overrides": {
"vite": "^7"
},
"engines": {
"node": ">=22.12.0"
}
}