forked from thomasKn/astro-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 911 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
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"
},
"dependencies": {
"@astrojs/svelte": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@astrojs/vercel": "^3.2.1",
"@nanostores/persistent": "^0.7.0",
"@shopify/hydrogen-react": "^2023.1.7",
"@storyblok/astro": "^2.0.14",
"@storyblok/svelte": "^2.4.12",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"astro": "^2.1.3",
"nanostores": "^0.7.4",
"svelte": "^3.57.0",
"svelte-fast-marquee": "^0.4.1",
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.0"
}
}