1 |
rakinar2 |
575 |
{ |
2 |
|
|
"name": "sudobot-docs", |
3 |
|
|
"version": "1.0.0", |
4 |
|
|
"private": true, |
5 |
|
|
"scripts": { |
6 |
|
|
"dev": "next dev", |
7 |
|
|
"build:next": "next build", |
8 |
|
|
"build": "sh build.sh", |
9 |
|
|
"start": "next start", |
10 |
|
|
"lint": "next lint" |
11 |
|
|
}, |
12 |
|
|
"dependencies": { |
13 |
|
|
"@emotion/react": "^11.11.4", |
14 |
|
|
"@emotion/styled": "^11.11.5", |
15 |
|
|
"@mapbox/rehype-prism": "^0.9.0", |
16 |
|
|
"@mdx-js/loader": "^3.0.1", |
17 |
|
|
"@mdx-js/react": "^3.0.1", |
18 |
|
|
"@mui/material": "^5.16.4", |
19 |
|
|
"@next/mdx": "^14.2.5", |
20 |
|
|
"@types/mdx": "^2.0.13", |
21 |
|
|
"date-fns": "^3.6.0", |
22 |
|
|
"glob": "^10.4.5", |
23 |
|
|
"next": "^14.2.5", |
24 |
|
|
"prism-themes": "^1.9.0", |
25 |
|
|
"react": "^18.3.1", |
26 |
|
|
"react-dom": "^18.3.1", |
27 |
|
|
"react-icons": "^5.2.1", |
28 |
|
|
"rehype-autolink-headings": "^7.1.0", |
29 |
|
|
"rehype-slug": "^6.0.0", |
30 |
|
|
"remark-frontmatter": "^5.0.0", |
31 |
|
|
"remark-gfm": "^4.0.0", |
32 |
|
|
"remark-mdx-frontmatter": "^5.0.0", |
33 |
|
|
"tailwind-merge": "^2.4.0" |
34 |
|
|
}, |
35 |
|
|
"devDependencies": { |
36 |
|
|
"@tailwindcss/typography": "^0.5.13", |
37 |
|
|
"@types/node": "^20.14.10", |
38 |
|
|
"@types/react": "^18.3.3", |
39 |
|
|
"@types/react-dom": "^18.3.0", |
40 |
|
|
"autoprefixer": "^10.4.19", |
41 |
|
|
"eslint": "^8.57.0", |
42 |
|
|
"eslint-config-next": "^14.2.5", |
43 |
|
|
"postcss": "^8.4.39", |
44 |
|
|
"tailwindcss": "^3.4.6", |
45 |
|
|
"typescript": "^5.5.3" |
46 |
|
|
} |
47 |
|
|
} |