-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "robon-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "^1.1.3",
"aos": "^2.3.4",
"autoprefixer": "10.4.20",
"clsx": "^2.1.1",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"framer-motion": "^11.11.17",
"next": "^15.0.3",
"postcss": "8.4.48",
"react": "^18.3.1",
"react-countup": "^6.4.2",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.3.0",
"react-responsive-masonry": "^2.1.7",
"react-slick": "^0.30.2",
"react-tsparticles": "^2.12.2",
"remixicon-react": "^1.0.0",
"robon-website": "file:",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.4",
"tailwindcss": "3.4.14",
"tsparticles": "2.12.0",
"tsparticles-engine": "^2.12.0",
"typescript": "5.6.3"
},
"devDependencies": {
"@onlook/nextjs": "^2.1.1",
"@types/aos": "^3.0.4",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-responsive-masonry": "^2.1.0",
"@types/react-slick": "^0.23.13"
}
}