-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "code-korbo-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"axios": "^1.6.0",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"firebase": "^10.5.2",
"next": "13.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.47.0",
"react-toastify": "^9.1.3",
"react-youtube": "^10.1.0",
"recoil": "^0.7.7",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
},
"peerDependencies": {
"monaco-editor": "^0.44.0"
}
}