forked from codeclub-jusl/Srijan24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "srijan",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@reduxjs/toolkit": "^2.1.0",
"@vercel/analytics": "^1.1.3",
"antd": "^5.14.0",
"aos": "^2.3.4",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"next": "14.1.0",
"nextjs-progressbar": "^0.0.16",
"path": "^0.12.7",
"razorpay": "^2.9.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-modal": "^3.16.1",
"react-redux": "^9.1.0",
"react-spinners": "^0.13.8",
"react-typed": "^2.0.12",
"react-vertical-timeline-component": "^3.6.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.70.0",
"sharp": "^0.33.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}