-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 864 Bytes
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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"test": "playwright test",
"serve": "serve dist -p 4321",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"volta": {
"node": "22.18.0"
},
"dependencies": {
"@astrojs/mdx": "^4.3.2",
"@astrojs/tailwind": "^6.0.2",
"@fontsource/dm-sans": "^4.5.9",
"@fontsource/dm-serif-display": "^4.5.9",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"astro": "^5.12.7",
"rehype-slug": "^6.0.0",
"serve": "^14.2.4",
"sharp": "^0.34.3",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^22.17.0",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0"
}
}