-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.27 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
65
66
67
68
69
{
"name": "asia-motors",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate-catalog": "ts-node -r tsconfig-paths/register --project tsconfig.json shared/scripts/migrate-catalog-to-supabase.ts"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/supabase-adapter": "^1.7.4",
"@emailjs/browser": "^4.4.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.5",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.47.10",
"@types/node": "^22.10.2",
"framer-motion": "^11.11.11",
"gray-matter": "^4.0.3",
"next": "15.0.1",
"next-auth": "^4.24.11",
"next13-progressbar": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-imask": "^7.6.1",
"react-input-mask": "^2.0.4",
"react-intersection-observer": "^9.13.1",
"react-number-format": "^5.4.2",
"react-share": "^5.1.1",
"react-swipeable": "^7.0.2",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"swiper": "^11.1.14",
"video.js": "^8.19.1",
"yet-another-react-lightbox": "^3.21.7",
"zustand": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/cli-progress": "^3.11.6",
"@types/dotenv": "^8.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "^3.0.6",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.7",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8.4.48",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"uuid": "^11.0.3"
}
}