-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 820 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
{
"name": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/svelte": "^7.2.5",
"@astrojs/vercel": "^9.0.5",
"@nanostores/persistent": "^1.3.5",
"@shopify/hydrogen-react": "^2026.4.3",
"@tailwindcss/vite": "^4.3.3",
"astro": "^5.18.2",
"nanostores": "^1.5.2",
"svelte": "^5.56.10",
"zod": "^4.4.3"
},
"devDependencies": {
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20"
}
}