-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "diveholic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"format": "prettier . --write",
"cypress:run": "cypress run",
"cypress:open": "cypress open"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@franekostrowski/country-utils": "^1.1.2",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.8.4",
"@mui/joy": "^5.0.0-alpha.56",
"@rehookify/datepicker": "^2.1.0",
"@supabase/auth-helpers-nextjs": "^0.2.5",
"@supabase/auth-helpers-react": "^0.2.3",
"@supabase/supabase-js": "^1.35.4",
"debounce": "^1.2.1",
"js-cookie": "^3.0.1",
"next": "12.2.2",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.0.0",
"react-hook-form": "^7.40.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/debounce": "^1.2.1",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"cypress": "^10.6.0",
"cypress-real-events": "^1.7.6",
"dotenv": "^16.0.3",
"eslint": "8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}