-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 985 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
{
"name": "codeverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/storage-blob": "^12.16.0",
"@emotion/react": "^11.11.1",
"@heroicons/react": "^1.0.6",
"@uiw/codemirror-extensions-langs": "^4.21.11",
"@uiw/codemirror-themes-all": "^4.21.11",
"@uiw/react-codemirror": "^4.21.11",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"bcryptjs": "^2.4.3",
"codemirror": "^6.0.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"fs": "^0.0.1-security",
"mysql2": "^3.6.1",
"next": "13.4.19",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.5",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3"
}
}