-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.81 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
{
"name": "cutting-edge.dev",
"description": "Cutting Edge Development Studio",
"version": "5.0.1",
"author": "Nicolas Messer",
"license": "MIT",
"type": "module",
"homepage": "https://accessible-astro-starter.incluud.dev/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"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": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@iconify-json/lucide": "^1.2.87",
"@types/sanitize-html": "^2.16.0",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"astro": "^5.16.15",
"astro-compress": "^2.3.9",
"astro-eslint-parser": "^1.2.2",
"astro-icon": "^1.1.5",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^17.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"sanitize-html": "^2.17.0",
"sass": "^1.97.3",
"svgo": "^4.0.0",
"tailwindcss": "^4.1.18"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.0",
"@tailwindcss/vite": "^4.1.18",
"accessible-astro-components": "^5.1.2",
"accessible-astro-launcher": "^2.0.0",
"astro-seo": "^1.1.0"
}
}