-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "trongduong.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/gsap": "^3.0.0",
"@types/locomotive-scroll": "^4.1.3",
"@types/lodash": "^4.17.1",
"@types/mdx": "^2.0.13",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.0.4",
"eslint": "8.56.0",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.3.2",
"geist": "^1.3.1",
"gsap": "^3.12.5",
"lenis": "^1.1.10",
"locomotive-scroll": "^4.1.4",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-cloudinary": "^6.5.1",
"next-themes": "^0.3.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-locomotive-scroll": "^0.2.2",
"react-use": "^17.5.0",
"sass": "^1.76.0",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-uni": "1.0.0-beta.9",
"typescript": "5.4.5",
"zustand": "^4.5.4"
}
}