-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 744 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "playwright test"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/mdx": "^8.0.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@expressive-code/plugin-line-numbers": "^0.44.2",
"astro": "^7.3.2",
"astro-expressive-code": "^0.44.2",
"astro-icon": "^1.2.0",
"sharp": "^0.35.4",
"typescript": "^6.0.3"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.38",
"@playwright/test": "^1.63.0",
"@types/node": "^25.9.5"
}
}