-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "demo-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev -p 3005",
"test": "yarn e2e",
"e2e": "yarn playwright test",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@tanstack/react-query": "^4.18.0",
"@wix/bookings": "^1.0.308",
"@wix/data": "^1.0.71",
"@wix/ecom": "^1.0.467",
"@wix/events": "1.0.133",
"@wix/redirects": "^1.0.31",
"@wix/sdk": "^1.6.4",
"@wix/stores": "^1.0.120",
"@wix/wix-ui-icons-common": "^3.12.0",
"body-scroll-lock": "^4.0.0-beta.0",
"date-fns": "^2.30.0",
"flowbite-react": "^0.4.4",
"js-cookie": "^3.0.1",
"next": "13.4.9",
"nextjs-toploader": "^1.6.4",
"react": "^18",
"react-day-picker": "^8.5.1",
"react-dom": "^18",
"react-google-recaptcha-enterprise": "^1.0.3",
"ricos-viewer": "9.14.6",
"sass": "^1.69.5",
"wix-rich-content-plugin-divider": "9.14.6",
"wix-rich-content-plugin-headings": "9.14.6",
"wix-rich-content-plugin-image": "9.14.6"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"@types/body-scroll-lock": "^3.1.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha-enterprise": "^1.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^13.4.9",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}