-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
43
44
{
"name": "codebytes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@monaco-editor/react": "^4.5.2",
"@next/mdx": "^14.0.4",
"@types/mdx": "^2.0.10",
"add": "^2.0.6",
"aos": "^2.3.4",
"autoprefixer": "10.4.15",
"clipboard-copy": "^4.0.1",
"eslint": "8.48.0",
"eslint-config-next": "^14.0.4",
"firebase": "^10.7.1",
"n": "^9.2.1",
"next": "^14.2.2",
"next-mdx-remote": "^4.4.1",
"next13-progressbar": "^1.0.3",
"npm": "^10.5.2",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-latex-next": "^2.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.5",
"tailwind": "^4.0.0",
"tailwindcss": "3.3.3"
}
}