-
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) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 815 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": "portfolio",
"type": "module",
"version": "3.1.2",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate-types": "wrangler types",
"format:check": "prettier --check .",
"format:fix": "prettier --write ."
},
"author": "Diego Rascón",
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^14.1.2",
"@astrojs/svelte": "^9.0.1",
"@tailwindcss/vite": "^4.3.2",
"astro": "^7.0.7",
"svelte": "^5.56.4",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"prettier": "^3.9.5",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^4.110.0"
},
"overrides": {
"vite": "^7"
}
}