-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "techniche",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docs": "npx esdoc",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.4.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/material-nextjs": "^5.15.9",
"@mui/x-date-pickers": "^6.19.5",
"bcrypt": "^5.1.1",
"crypto": "^1.0.1",
"dayjs": "^1.11.10",
"docker": "^1.0.0",
"mongodb": "^6.4.0",
"next": "^14.1.1",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.10",
"querystring": "^0.2.1",
"reacct-dom": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18",
"zod": "^3.22.4"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"esdoc": "^1.1.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"react-router-dom": "^6.22.2",
"tailwindcss": "^3.3.0"
}
}