generated from netanelgilad/vercel-commerce-astro-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 KB
/
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
{
"name": "astro-vercel-commerce",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "4.1.2",
"@astrojs/tailwind": "5.1.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@wix/astro": "^0.2.0",
"@wix/data": "1.0.168",
"@wix/ecom": "1.0.806",
"@wix/redirects": "1.0.60",
"@wix/sdk": "^1.14.2",
"@wix/stores": "1.0.280",
"astro": "5.1.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@wix/cli": "https://cdn.dev.wixpress.com/@wix/cli/e3d70b40452484bde1ccf923b0fb77b80af1dc9bcbb36a92638b120d.tar.gz",
"@wix/cli-astro-internal": "https://cdn.dev.wixpress.com/@wix/cli-astro-internal/c8bfb915ca45428e9aaf36042b2650c4fb5bb32dbc1cb23fa24f3a86.tar.gz"
},
"packageManager": "[email protected]"
}