-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1004 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1004 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
37
38
39
40
41
{
"name": "erwanleboucher.dev",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "oxlint . --fix",
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/vue": "^7.0.0",
"@fontsource-variable/atkinson-hyperlegible-mono": "^5.2.5",
"@fontsource-variable/inter": "^5.2.8",
"@tailwindcss/vite": "^4.3.2",
"astro": "^7.0.4",
"astro-expressive-code": "^0.44.0",
"vue": "^3.5.26"
},
"overrides": {
"vite": "^8.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@types/node": "^26.0.0",
"oxlint": "~1.78.0",
"prettier": "3.9.6",
"sharp": "^0.35.2",
"tailwindcss": "^4.3.0",
"typescript": "~7.0.0",
"vite": "^8.0.0"
}
}