-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
47
48
49
50
51
{
"name": "nabeghe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^14.1.4",
"@sweetalert2/themes": "^5.0.16",
"aws4": "^1.12.0",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"jsonwebtoken": "^9.0.2",
"local-web-server": "^5.3.3",
"mongoose": "^8.4.1",
"next": "^14.2.3",
"next-client-cookies": "^1.1.1",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.0.1",
"rechart": "^0.0.1",
"recharts": "^2.12.7",
"sanitize-html": "^2.13.0",
"sass": "^1.77.4",
"scss": "^0.2.4",
"swal": "^0.1.0",
"sweetalert2": "^11.11.0",
"swiper": "^11.1.0",
"theme-change": "^2.5.0",
"turbo": "^2.0.11"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.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": "middleware.js",
"keywords": [],
"author": "",
"license": "ISC"
}