-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "fresh-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "vitest",
"format": "prettier --write .",
"format:check": "prettier --check .",
"astro": "astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/check": "0.9.5",
"@astrojs/mdx": "4.3.9",
"@astrojs/rss": "4.0.13",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.14",
"astro": "5.15.3",
"astro-expressive-code": "^0.41.3",
"sharp": "^0.34.4",
"simple-icons-astro": "^15.16.1",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"devDependencies": {
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
"@tailwindcss/typography": "^0.5.19",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.0",
"vitest": "^3.2.4"
},
"packageManager": "yarn@4.0.2"
}