-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 758 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 758 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
{
"name": "ataulmohsin",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"gsap": "^3.12.5",
"isotope-layout": "^3.0.6",
"next": "^14.2.31",
"react": "^18",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-odometerjs": "^3.1.3",
"react-perfect-scrollbar": "^1.5.8",
"swiper": "^11.1.14",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@types/isotope-layout": "^3.0.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"typescript": "^5"
}
}