Skip to content

Commit

Permalink
Use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Sep 4, 2023
1 parent 49597d9 commit 7127700
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"lint:eslint": "npm run eslint -- --fix"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/auth-helpers-nextjs": "0.7.4",
"@supabase/auth-helpers-react": "0.4.2",
"@supabase/supabase-js": "2.33.1",
"@tabler/icons-react": "2.32.0",
"atropos": "2.0.2",
Expand All @@ -30,8 +31,8 @@
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "6.5.0",
"clsx": "2.0.0",
"eslint-config-prettier": "^9.0.0",
"standard": "^17.1.0",
"eslint-config-prettier": "9.0.0",
"standard": "17.1.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-textshadow": "2.1.3",
Expand Down

0 comments on commit 7127700

Please sign in to comment.