-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "blog-astro",
"description": "Leonardo Montini's personal website",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"test": "vitest",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/netlify": "^5.1.3",
"@astrojs/partytown": "^2.0.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrolib/analytics": "^0.5.0",
"@astrolib/seo": "1.0.0-beta.5",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"astro": "^4.5.5",
"astro-compress": "^2.2.15",
"astro-icon": "^0.8.2",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.26.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"jsdom": "^23.2.0",
"limax": "2.1.0",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"reading-time": "^1.5.0",
"sharp": "^0.32.6",
"svgo": "2.8.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vitest": "^1.4.0"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@astrojs/react": "^3.1.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"classnames": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}