-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 912 Bytes
/
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
{
"name": "ddblock-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"lint:fix": "eslint \"src/**/*.{js,ts,jsx,tsx,astro,css,md,mdx,json}\" --fix",
"format": "eslint \"src/**/*.{js,ts,jsx,tsx,astro,css,md,mdx,json}\" --fix"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.5",
"@eslint/js": "^9.19.0",
"@stylistic/eslint-plugin": "^1.7.0",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"tailwindcss": "^3.4.17"
}
}