forked from Sayak-Bhunia/mystory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 903 Bytes
/
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
{
"name": "para",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"aos": "^2.3.4",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.1.9",
"gsap": "^3.12.5",
"jsonwebtoken": "^9.0.2",
"locomotive-scroll": "^5.0.0-beta.12",
"mini-svg-data-uri": "^1.4.4",
"mongoose": "^8.3.4",
"next": "14.2.3",
"next-google-fonts": "^2.2.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-live-clock": "^6.1.20",
"sass": "^1.77.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}