1 |
{ |
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 |
"@mdx-js/loader": "^3.0.1", |
16 |
"@mdx-js/react": "^3.0.1", |
17 |
"@mui/material": "^6.0.1", |
18 |
"@next/mdx": "^14.2.5", |
19 |
"discord-api-types": "^0.37.100", |
20 |
"@nextui-org/react": "^2.4.6", |
21 |
"@types/mdx": "^2.0.13", |
22 |
"date-fns": "^4.1.0", |
23 |
"framer-motion": "^11.5.4", |
24 |
"glob": "^11.0.0", |
25 |
"next": "^14.2.5", |
26 |
"react": "^18.3.1", |
27 |
"react-dom": "^18.3.1", |
28 |
"react-icons": "^5.2.1", |
29 |
"rehype-autolink-headings": "^7.1.0", |
30 |
"rehype-pretty-code": "^0.14.0", |
31 |
"rehype-slug": "^6.0.0", |
32 |
"remark-frontmatter": "^5.0.0", |
33 |
"remark-gfm": "^4.0.0", |
34 |
"remark-mdx-frontmatter": "^5.0.0", |
35 |
"shiki": "^1.15.2", |
36 |
"tailwind-merge": "^2.4.0" |
37 |
}, |
38 |
"devDependencies": { |
39 |
"@tailwindcss/typography": "^0.5.13", |
40 |
"@types/node": "^22.4.1", |
41 |
"@types/react": "^18.3.3", |
42 |
"@types/react-dom": "^18.3.0", |
43 |
"autoprefixer": "^10.4.19", |
44 |
"eslint": "^8.57.0", |
45 |
"eslint-config-next": "^14.2.5", |
46 |
"postcss": "^8.4.39", |
47 |
"tailwindcss": "^3.4.6", |
48 |
"typescript": "^5.5.3" |
49 |
} |
50 |
} |