-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "src",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/mdx": "^4.0.2",
"@astrojs/partytown": "^2.1.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.0.0",
"@fontsource/inter": "^5.1.0",
"@fontsource/space-grotesk": "^5.1.0",
"@iconify-json/mdi": "^1.2.2",
"astro": "^5.1.0",
"astro-icon": "^1.1.4",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"postcss-html": "^1.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^16.12.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^36.0.1"
}
}