-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 733 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
{
"name": "ajkalus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"next": "^14.2.13",
"react": "^18",
"react-bootstrap": "^2.10.4",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.4.0",
"react-social-media-embed": "^2.5.14",
"swiper": "^11.1.14"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.11"
}
}