-
-
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) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 711 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": "jonathanperis.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"dev:bg": "astro dev --background",
"dev:status": "astro dev status",
"dev:logs": "astro dev logs",
"dev:stop": "astro dev stop",
"build": "astro build",
"preview": "astro preview",
"lint": "astro check"
},
"dependencies": {
"@astrojs/react": "^6.0.0",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.0.0",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@tailwindcss/vite": "^4",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^6"
}
}