forked from thomasKn/astro-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 Bytes
/
package.json
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
{
"name": "consensus-uitgeverij",
"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/cloudflare": "^11.1.0",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@nanostores/persistent": "^0.10.2",
"@shopify/hydrogen-react": "^2024.7.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"astro": "^4.15.8",
"nanostores": "^0.11.3",
"svelte": "^4.2.19",
"zod": "^3.23.8"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}