-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
52
53
54
55
{
"name": "mujiba",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"clean": "rimraf node_modules/.cache .next",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.11",
"@mui/x-data-grid": "^5.17.8",
"@mui/x-data-grid-generator": "^5.17.8",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"joi": "^17.6.4",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^6.7.0",
"next": "13.0.0",
"next-iron-session": "^4.2.0",
"preact": "^10.11.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-medium-image-zoom": "^5.1.2",
"react-player": "^2.11.0",
"react-toastify": "^9.0.8"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@types/lodash": "^4.14.186",
"@types/node": "18.11.7",
"@types/prop-types": "^15.7.5",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "4.8.4"
}
}