-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 914 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 914 Bytes
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
{
"name": "interior",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.15",
"axios": "^1.10.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^12.18.1",
"ioredis": "^5.6.1",
"lenis": "^1.3.4",
"lucide-react": "^0.519.0",
"next": "^15.3.4",
"next-seo": "^6.8.0",
"pg": "^8.16.3",
"postcss": "8.4.28",
"react": "18.2.0",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.59.0",
"react-icons": "^4.10.1",
"react-toastify": "^11.0.5",
"swiper": "^10.2.0",
"swr": "^2.2.0",
"tailwindcss": "3.3.3",
"tailwindcss-text-stroke": "^0.0.5"
},
"devDependencies": {
"@types/node": "24.0.3",
"@types/react": "19.1.8"
}
}