-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 972 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
39
40
{
"name": "lab-framework-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@pondorasti/remark-img-links": "^1.0.8",
"@types/mdx": "^2.0.13",
"create-cert": "^1.0.6",
"gray-matter": "^4.0.3",
"lodasync": "^1.0.7",
"next": "^14.2.6",
"next-mdx-remote": "^5.0.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-syntax-highlighter": "^15.5.0",
"redis": "^4.7.0",
"remark-emoji": "^5.0.0",
"remark-gfm": "^4.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}