This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.71 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
{
"name": "nextjs-supabase-auth",
"version": "2.0.2",
"author": "Mykhaylo Ryechkin",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore --fix ."
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@shadcn/ui": "^0.0.4",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.45.0",
"@tabler/icons-react": "^3.28.1",
"@types/mapbox-gl": "^3.4.1",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"encoding": "^0.1.13",
"formik": "^2.4.6",
"framer-motion": "^11.18.2",
"lucide-react": "^0.471.2",
"mapbox-gl": "^3.9.3",
"next": "^15.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.8",
"react-simple-typewriter": "^5.0.1",
"shadcn-ui": "^0.9.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.6",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-acme": "^3.1.0",
"postcss": "^8.5.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}