-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "wix-astro-blank",
"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"
},
"dependencies": {
"@wix/astro": "^2.47.0",
"@wix/astro-pages": "^2.0.3",
"@wix/blog": "^1.0.606",
"@wix/bookings": "^1.0.1386",
"@wix/crm": "^1.0.1534",
"@wix/dashboard": "^1.3.36",
"@wix/essentials": "^1.0.6",
"@wix/members": "^1.0.451",
"@wix/ricos": "^10.178.1",
"@wix/sdk": "^1.21.5",
"@wix/seo": "^1.0.46",
"@wix/site": "^1.61.0",
"astro": "^5.8.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@astrojs/cloudflare": "^12.5.3",
"@astrojs/react": "^4.3.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@wix/cli": "^1.1.206",
"@wix/cloud-provider-fetch-adapter": "^1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}