-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "wix-fitness-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "yarn e2e",
"e2e": "yarn playwright test",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@tanstack/react-query": "^4.24.4",
"@wix/bookings": "^1.0.136",
"@wix/members": "^1.0.38",
"@wix/pricing-plans": "^1.0.17",
"@wix/redirects": "^1.0.13",
"@wix/sdk": "^1.5.0",
"cookie": "^0.5.0",
"date-fns": "^2.29.3",
"flowbite": "^1.6.3",
"flowbite-react": "^0.4.4",
"js-cookie": "^3.0.1",
"jsurl": "^0.1.5",
"next": "^13.4.9",
"react": "18.2.0",
"react-day-picker": "^8.5.1",
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.6",
"typescript": "4.9.5"
},
"packageManager": "[email protected]"
}