-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 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
40
{
"name": "dropshippers",
"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",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-data-grid": "^6.19.6",
"@reduxjs/toolkit": "^2.2.0",
"@vercel/blob": "^0.22.1",
"bcrypt": "^5.1.1",
"clipboard": "^2.0.11",
"date-fns": "^3.3.1",
"js-cookie": "^3.0.5",
"mongoose": "^8.2.0",
"nanoid": "^5.0.6",
"next": "14.1.0",
"next-auth": "^4.24.7",
"randomstring": "^1.3.0",
"react": "^18",
"react-dom": "^18",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^9.1.0",
"react-youtube": "^10.1.0",
"sweetalert2": "^11.10.5"
},
"devDependencies": {
"@types/node": "20.11.27",
"eslint": "^8",
"eslint-config-next": "14.1.0"
}
}