-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 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
{
"name": "accessible-astro-starter",
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
"version": "3.1.1",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.netlify.app/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "4.2.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/tailwind": "6.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"accessible-astro-components": "^2.4.0",
"astro": "5.5.2",
"astro-compress": "^2.3.6",
"astro-icon": "^0.7.3",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"sass": "^1.85.1",
"svgo": "^2.8.0",
"tailwindcss": "^3.4.17"
}
}