-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 907 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
36
37
38
{
"name": "wix-headless-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "yarn e2e",
"e2e": "yarn playwright test",
"lint": "next lint"
},
"eslintConfig": {
"extends": "next/core-web-vitals"
},
"dependencies": {
"@wix/bookings": "^1.0.127",
"@wix/data": "^1.0.2",
"@wix/ecom": "^1.0.164",
"@wix/events": "^1.0.159",
"@wix/members": "^1.0.12",
"@wix/pricing-plans": "^1.0.17",
"@wix/redirects": "^1.0.12",
"@wix/sdk": "^1.5.0",
"@wix/stores": "^1.0.60",
"eslint": "8.39.0",
"eslint-config-next": "^13.4.9",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"next": "^13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.34.3"
},
"packageManager": "[email protected]"
}