-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 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
{
"name": "leetcode-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-tailwind/react": "^1.2.5",
"@mui/material": "^5.11.5",
"@next/font": "13.1.2",
"@supabase/supabase-js": "^2.4.0",
"@uiw/codemirror-extensions-langs": "^4.19.6",
"@uiw/codemirror-theme-github": "^4.19.6",
"@uiw/codemirror-theme-material": "^4.19.6",
"@uiw/react-codemirror": "^4.19.6",
"antd": "^5.1.5",
"encoding": "^0.1.13",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"next": "13.1.2",
"next-sitemap": "^3.1.45",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.5",
"react-paginate": "^8.1.4",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"tailwind-scrollbar": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}