-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "achieveacademy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.6.4",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"express": "^4.18.2",
"filereader": "^0.10.3",
"flowbite": "^2.2.1",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"multer": "^1.4.5-lts.1",
"next": "^14.0.4",
"next-connect": "^1.0.0",
"react": "^18",
"react-dom": "^18",
"react-helmet-async": "^2.0.4",
"react-icons": "^4.12.0",
"react-slideshow-image": "^4.3.0",
"react-toastify": "^9.1.3",
"react-top-loading-bar": "^2.3.1",
"swiper": "^11.0.5",
"tw-elements": "^1.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}