-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.99 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
56
57
58
59
60
61
62
63
64
{
"name": "cinebusca",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"validate": "npm run type-check && npm run lint && npm run prettier --write .",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@hookform/resolvers": "^3.3.1",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.33.1",
"framer-motion": "^10.15.2",
"next": "^13.5.6",
"nextjs-progressbar": "^0.0.16",
"nuka-carousel": "^6.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-icons": "^4.11.0",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"styled-components": "^6.0.7",
"styled-react-modal": "^3.0.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@types/axios": "^0.14.0",
"@types/node": "20.5.0",
"@types/nprogress": "^0.2.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "^5.1.26",
"@types/styled-react-modal": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"cypress": "^13.3.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.15",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.5.1",
"supabase": "^1.99.5",
"typescript": "5.1.6",
"vercel": "^32.0.1"
}
}