File size: 1,074 Bytes
1f6f634
285f5ae
1f6f634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285f5ae
 
 
 
 
 
 
 
 
1f6f634
 
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": "smh-full-code",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "13.4.19",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tailwindcss": "3.3.3",
    "autoprefixer": "10.4.16",
    "postcss": "8.4.31",
    "typescript": "5.2.2",
    "@types/node": "20.8.7",
    "@types/react": "18.2.31",
    "@types/react-dom": "18.2.14",
    "eslint": "8.52.0",
    "eslint-config-next": "13.4.19",
    "react-icons": "4.11.0",
    "react-syntax-highlighter": "15.5.0",
    "monaco-editor": "0.44.0",
    "axios": "1.5.1",
    "lodash": "4.17.21",
    "date-fns": "2.30.0",
    "react-markdown": "8.0.7",
    "remark-gfm": "3.0.1",
    "prismjs": "1.29.0",
    "react-resizable-panels": "0.0.59",
    "react-split": "2.0.14",
    "react-tabs": "6.0.2",
    "react-tooltip": "5.11.0",
    "react-hotkeys-hook": "4.4.1",
    "react-draggable": "4.4.6",
    "react-dropzone": "14.2.3",
    "react-contextmenu": "2.14.0"
  }
}