-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.65 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "wix-astro-commerce",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"dev": "wix dev",
"build": "wix build",
"wix": "wix",
"preview": "wix preview",
"release": "wix release",
"generate": "wix generate",
"env": "wix env",
"skills": "wix skills",
"test": "vitest run",
"test:arena": "vitest run --project arena",
"test:members": "vitest run --project members",
"test:merch": "vitest run --project merch",
"test:squid": "vitest run --project squid",
"test:road": "vitest run --project road-madness"
},
"dependencies": {
"@astrojs/react": "^5.0.4",
"@google/model-viewer": "^4.2.0",
"@tailwindcss/vite": "^4.1.7",
"@trystero-p2p/core": "^0.25.1",
"@wix/astro": "^2.13.0",
"@wix/astro-pages": "^2.0.4",
"@wix/categories": "^1.0.183",
"@wix/dashboard": "^1.3.36",
"@wix/data": "1.0.168",
"@wix/ecom": "1.0.806",
"@wix/essentials": "^1.0.6",
"@wix/media": "^1.0.264",
"@wix/realtime": "^1.0.62",
"@wix/redirects": "1.0.60",
"@wix/sdk": "^1.21.5",
"@wix/seo": "^1.0.44",
"@wix/stores": "^1.0.697",
"astro": "5.8.0",
"phaser": "^4.1.0",
"react": "^18",
"react-dom": "^18",
"tailwindcss": "^4.1.7",
"trystero": "^0.25.1"
},
"engines": {
"node": "24.x"
},
"overrides": {
"vite": "6.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^12.5.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@wix/cli": "^1.1.92",
"@wix/cloud-provider-fetch-adapter": "^1.0.0",
"typescript": "^5.9.3",
"vitest": "^4.1.8"
}
}